home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 2.toast / pc / about this cd / nov 00 developer cd assistant (.txt) < prev   
Encoding:
FileMaker Pro Database  |  2000-10-10  |  4.4 MB  |  127,559 lines

Text Truncated. Only the first 1MB is shown below. Download the file for the complete contents.
  1.  Copyright 1984-1998 FileMaker, Inc. 
  2. HBAM2016AUG95
  3. Pro 3.0
  4. applet
  5. demonstrates
  6. stream
  7. movie
  8. folder
  9. multiprocessor
  10. eckout@
  11. card@
  12. describes@
  13. fixing@
  14. images@
  15. improving
  16. national@
  17. overview@
  18. pool@
  19. quit@
  20. simpler@
  21. summary@
  22. summary
  23. maccalendar
  24. control
  25. strip
  26. module
  27. displays
  28. summary
  29. xcmds
  30. xfcns
  31. perform
  32. summary
  33. allows
  34. developer
  35. monitor
  36. therefore@
  37. versions@
  38. within@
  39. debug@
  40. network@
  41. stack@
  42. disposeresource
  43. debugging
  44. resource
  45. handles@
  46. multi-processing@
  47. appleevent@
  48. HBAM3016AUG95@
  49. APPLESCRIPT_BROWSER
  50. APPLESCRIPT_OPEN
  51. CDDATE
  52. CDNAME
  53. CDTITLE
  54. CONSTANT
  55. CONTENTS
  56. CURCNT
  57. CURREC
  58. CUSTOMSEARCH
  59. DESCRIPTION
  60.         FINDFIELD
  61. KEYWORDS
  62. KEYWORDSCALC
  63. NEWREVISEDCALC
  64. PATHNAME
  65. PATHNAMECALC
  66. PORTALCOLOR
  67. PORTALFILTERCALC
  68. PORTALSELECTIONCALC
  69. RECEIVED
  70. RECORDID
  71. REQUIREMENTS
  72. SEARCHSELECTED
  73. SHOWPATHNAME
  74. SHOWTEXT
  75. STATUS
  76. UPDATED
  77. WEB_FTP_URL
  78. _COLOR
  79. _CONTENT
  80. _CUSTOMFIND
  81. 2)    _HELPTEXT
  82.     _KEYWORDS
  83. _NAME
  84. _PORTALCLICK
  85. _PORTALFILTER
  86. _PORTALFILTERFIND
  87. _PORTALSELECTION
  88. _PORTALSELECTIONMATCH
  89.     _RECEIVED
  90. _REQUIREMENTS
  91. _SEARCH
  92. _SEARCHFIELD
  93. _SEARCHPACKAGE
  94. _SHOWPATHFLAG
  95. _UPDATED
  96. Sunday
  97. Monday
  98. Tuesday
  99.     Wednesday
  100. Thursday
  101. Friday
  102. Saturday
  103. January
  104. February
  105. March
  106. April
  107. August
  108.     September
  109. October
  110. November
  111. December
  112. 1st Quarter
  113. 2nd Quarter
  114. 3rd Quarter
  115. 4th Quarter
  116. ?P9W#P
  117. 10/10/00
  118. Closing Screen
  119. Intro
  120. Browser
  121. Package Info
  122. @>A    Developer
  123. Find Fewer Choices
  124. Find More Choices
  125. RecordID
  126. Custom Find
  127. Browser Custom Search
  128. &ADC programs offer developers worldwide easy access to Apple tools and technologies, world-class technical support, and critical business and marketing information and services.
  129. For news on programs and resources available to Apple developers, please visit our web site at developer.apple.com.
  130.  "") & "
  131. ! & "
  132.  "new") 
  133.  "updated") 
  134.  "New & Revised" 
  135.  "" )
  136. All Packages
  137. Mac OS SDK Edition
  138. Tool Chest Edition
  139. Reference Library Edition
  140. System Software Edition
  141. updatedG
  142. New & Revised
  143. PortalSelectionCalc
  144. ^("") )
  145. NameB
  146. CurCntB
  147. CurRecB
  148. DescriptionB
  149. ContentsB
  150. ReceivedB
  151. UpdatedB
  152. RequirementsB
  153. KeywordsB
  154. PathNameB
  155. PathNamecalcB
  156. ) - 1 )
  157. " & " - ")
  158. _SearchB
  159. SearchSelectedB
  160. _PortalClickB
  161. _ShowPathFlagB
  162. ShowTextB
  163.  = 1 
  164.  "Hide Path" 
  165.  "Show Path" )
  166.     Hide Path
  167.     Show Path2
  168. RecordIDB
  169. 69827
  170. _ColorB
  171. ConstantB
  172. A    FindFieldB
  173.  & " " & 
  174.      & " " & 
  175.  & " " & 
  176.  & " " & 
  177.  & " " & 
  178.  & " " & 
  179.  & " " & 
  180. PortalColorB
  181.  "" )
  182. _PortalSelectionMatchB
  183. ShowPathNameB
  184.  = 1 
  185.  "" )
  186. CDDateB
  187. CDNameB
  188.  3) + 1 
  189.  1) - 
  190.  " " 
  191.  3 ) - 1 )
  192. _SearchFieldB
  193. _SearchPackageB
  194. CustomSearchB
  195.  "Custom Search"
  196.  "" )
  197. Custom Search
  198.  "new")
  199.  "New"  
  200.  "updated") 
  201.  "Revised" 
  202.  "" )
  203. updatedG
  204. Revised
  205. AppleScript_OpenB
  206. "--set theItem to choose file -- uncomment to test in an AS editor" & "
  207.  "" & "
  208. "try" & "
  209. "    tell application ""Finder""" & "
  210. "        open item """ & 
  211.  & """
  212. "        activate" & "
  213. "    end tell" & "
  214. "on error errMsg number errNum" & "
  215. "    --enter statements to perform when no records are found such as..." & "
  216. "    display dialog ""Sorry, the item you selected could not be found.""" & "
  217. "    return" & "
  218. "end try"
  219. A--set theItem to choose file -- uncomment to test in an AS editor
  220.     tell application "Finder"
  221.         open item "
  222.         activate
  223.     end tell
  224. on error errMsg number errNum
  225. F    --enter statements to perform when no records are found such as...
  226. E    display dialog "Sorry, the item you selected could not be found."
  227.     return
  228. end try
  229. AppleScript_BrowserB
  230. StatusB
  231. KeywordsCalcB
  232.  ", " 
  233. _NameB
  234. _PortalFilterFindB
  235. _DescriptionB
  236. _RequirementsB
  237. +A    _KeywordsB
  238. ,A    _ReceivedB
  239. _UpdatedB
  240. _ContentB
  241. Web_FTP_URLB
  242. _WebB
  243. CDTitleB
  244.  1) - 1 )
  245. l Packages
  246. "--set theItem to choose file -- uncomment to test in an AS editor" & "
  247.  "" & "
  248.  "try" & "
  249. "    tell application ""Finder""" & "
  250. "        open item """ & 
  251.  & """
  252. "        activate" & "
  253. "    end tell" & "
  254. "on error errMsg number errNum" & "
  255. "    --enter statements to perform when no records are found such as..." & "
  256. "    display dialog ""Sorry, the folder you selected could not be found.""" & "
  257. "    return" & "
  258. "end try"
  259. A--set theItem to choose file -- uncomment to test in an AS editor
  260.     tell application "Finder"
  261.         open item "
  262.         activate
  263.     end tell
  264. on error errMsg number errNum
  265. F    --enter statements to perform when no records are found such as...
  266. G    display dialog "Sorry, the folder you selected could not be found."
  267.     return
  268. end try
  269. elds then click Find or hit Enter.
  270. NOTE: You may also restrict your search to a particular disk edition or group of content by using the Disk/Edition pulldown menu.
  271.     Click the Find button. The packages found by your search will appear in the packages list on the Browser screen.
  272.     To search any field for a keyword, click the Fewer Choices button, enter search criteria, then click Find or hit Enter. The packages found by your search will appear in the 
  273. ackages list on the Browser screen.
  274. 0_    Any Field`
  275. All Packages
  276. HelpB
  277.  2000 Apple Computer, Inc.  All rights reserved. Apple, the Apple logo, Macintosh, Mac, and the Mac logo are trademarks of Apple Computer, Inc. registered in the U.S. and other countries.
  278. IntroB
  279. Homem
  280. Quitn
  281. Browsero
  282. Find...p
  283. Homem
  284. Quitn
  285. Browsero
  286. Find...
  287. BrowserB
  288. Welcome to the Developer CD Series Assistant, a simple to use tool for searching and 
  289. navigating content on the Developer CD Series from Apple Developer Connection.
  290. You can use this Assistant database to find title, description, contents, revision, and related web information for everything from Sample Code to SDKs.
  291. Click the Browser button to enter the Browser screen, where you can easily view and navigate content on the Developer CD. From there, click the Open Folder button to go direc
  292. tly to the package folder on the CD.
  293. The Find... button allows you to do full-text searches on all content available on the 
  294. Developer CD Series.
  295. More complete usage instructions are accessed by clicking the Help button.
  296. To quit the Developer CD Series Assistant, click Quit.
  297. Helpe
  298. Find...f
  299. Quith
  300. Browser
  301. Package InfoB
  302. Current Selection:{    <<
  303. ABBF>>
  304. F!Double-click title for more info.
  305. Find...
  306. Open Folder
  307. Package Info
  308. Export List
  309. Browser
  310. Open Folder
  311. Package Info
  312. Export List
  313. A    DeveloperB
  314. DescriptionR
  315. Revision InfoS
  316. FilesV
  317. RequirementsW
  318. Keywords[    Released:\
  319. Revised:b
  320. ABAI>> of <<
  321. ABAH>>h
  322. Current Selection: <<
  323. ABAB>>o    <<
  324. ABCC>>
  325. Web/FTP URL
  326. Open Folder
  327. Find...
  328. ABBF>>
  329. Browser
  330. Find Fewer ChoicesB
  331. A    DeveloperC
  332. Package InfoH
  333. HelpI
  334. Find...J
  335. Open Folder
  336. Current Selection:Q
  337. (Double-click to open)T
  338. QuitY    <<
  339. ABBF>>[.Import with auto update for record ID numbers.`
  340. Portal Selectiona
  341. Show Path Flagd
  342. Click Selecth
  343. Color for Portal Row Selectionk
  344. Show Portal Path}    Released:~
  345. Revised:
  346. Open Folder
  347. ABAI>> of <<
  348. ABAH>>
  349. From Package Info
  350. From Browser
  351. From Browser
  352. From Package Info
  353. Browser
  354. A    DeveloperC
  355. Package InfoH
  356. HelpI
  357. Find...J
  358. Open Folder
  359. Current Selection:Q
  360. (Double-click to open)T
  361. QuitY    <<
  362. ABBF>>[.Import with auto update for record ID numbers.`
  363. Portal Selectiona
  364. Show Path Flagd
  365. Click Selecth
  366. Color for Portal Row Selectionk
  367. Show Portal Path}    Released:~
  368. Revised:
  369. Open Folder
  370. ABAI>> of <<
  371. ABAH>>
  372. From Package Info
  373. From Browser
  374. From Browser
  375. From Package Info
  376. Browser
  377. Find...
  378. Open Folder
  379. ABBF>>
  380. Rectangle Buttons
  381. Find...
  382. Status:
  383. Joint Solutions
  384. Marketing
  385. Specialists
  386. in Web, Print 
  387. and Electronic
  388. Media
  389. 831.471.1500
  390. info@jointsolutions.com
  391. www.jointsolutions.com
  392. Database design: Sheila Kliewer
  393. Data Wizard 831 336-2129
  394. sheilasgk@aol.com
  395. www.DataWizardFMP.com
  396. Find More ChoicesB
  397. Find any package containing:
  398. Cancel
  399. containst    any field
  400. Cancel
  401. More Choices
  402. To search for specific text within package title, package descriptions, or filenames:
  403.  To search any field for a keyword, enter your desired search criteria.
  404.  Click the Find button. The packages found by your search will appear in package info format, with information about the first package showing. Use the Next button to proceed through the packages; the counter in the lower left corner notes your progress.
  405. To specify parameters such as new and revised packages or a specific CD, cliBSck More Choices then choose the appropriate options from the Search pull down menu.
  406. Find (fewer choices)
  407. RecordIDB
  408. RecordID
  409. Text Extractor Plug-ins are used by Find by Content to extract the text content of a document.  System 8.6 provides two Text Extractor Plug-ins: 
  410. HTML Text Extractor
  411.  and 
  412. PDF Text Extractor
  413. .  A Text Extractor Plug-in knows the file format of a document and can quickly return the text that would be seen when a document is opened, this information is used by Find by Content to index and summarize documents.  
  414. Text Extractors improves the accuracy of indexing and summarizing files.  As an 
  415. Description
  416. Revision Info
  417. Files
  418. Requirements
  419. Keywords
  420. Released
  421. Revised
  422. Disk/Edition
  423. Web/FTP URL
  424. Cancel
  425. Fewer Choices
  426. Find (more choices)
  427. fTo search specific fields, enter your criteria in the appropriate areas and/or select from the pull-down menus then click Find. The packages found by your search will appear in package info format, with information about the first package showing. Use the Next button to proceed through the packages; the counter in the lower left corner notes your progress.
  428. gress.
  429. d by your search will appear in the packages listB
  430.  on the Browser screen.
  431. masterB
  432. Unlock Status Bar
  433. Intro
  434. Quit Button
  435. Quit JSM
  436. Browser
  437. Package Info
  438.  = "Custom Search"
  439. Custom Search
  440. Browser Portal
  441. ) = 0    
  442. Show Path
  443. Browser Portal Validation
  444. ) > 0
  445. A    Auto Open
  446. "New & Revised"
  447. New & RevisedB
  448. Go To Record Next
  449. Go To Record First
  450. Go To Record Last
  451. Go To Record Previous
  452. A    Developer
  453. Find Cancel
  454. "All Packages"
  455. All Packages
  456. Find More Choices
  457. Find Fewer Choices
  458. "Any Field"
  459.     Any FieldB.
  460. "All Packages"
  461. All Packages
  462. Find...
  463. "Any Field"
  464.     Any FieldC.
  465. "All Packages"
  466. All PackagesD
  467. Find Execute
  468. A    Find None
  469. )  = 0    
  470.     Try Againgl
  471. cript"
  472.  "1")
  473. CanceloggleDoScript
  474. Toggle
  475. No packages match your request.C+
  476. ) = 1    
  477. "All Packages"
  478. All Packages
  479. A    Find Some
  480. "Custom Search"
  481. Custom Search
  482. A    Find Prep
  483. "Custom Search"
  484. Custom Search
  485. A    Find Prep
  486. Find Request
  487. Find Request
  488. Package Open Folder
  489. Browser Open Folder OLD
  490. ) = "Browser"    
  491. Browser
  492. Z] ow templates in Ne
  493. Canceldialog`
  494. Select a Package to open.D>
  495. ) =  "Package Info"    
  496. Package Info
  497. Import From Master
  498. ) = "Find More Choices"    
  499. Find More Choices
  500.   = "All Packages"
  501. All Packages
  502.  = "Any Field"
  503.     Any Field
  504.  = "Package Title"
  505. Package Title
  506.  = "Any File Name"
  507. Any File Name
  508. Find More Clear
  509. Find More Find
  510. Export List
  511. Cancel
  512. Save the current list to a text file called "Developer CD Search Results"?B+
  513. ) = 2    
  514. AppleScript_Browser
  515. AppleScript_Open
  516. -nulltell application "Developer CD Series Assistant"
  517.     set CDTitle to get data cell "CDTitle" of current record
  518. end tell
  519. tell application "Finder"
  520.     if (disk CDTitle exists) is false then
  521.         set theChoice to button returned of (display dialog "The item you selected could not be found. Please insert the CD - " & CDTitle buttons {"Cancel", "Continue"} default button "Continue" with icon 0)
  522. end tellFasdUAS 1.101.10
  523. -nulltell application "Developer CD Series Assistant"
  524.     set CDTitle to get data cell "CDTitle" of current record
  525. end tell
  526. tell application "Finder"
  527.     if (disk CDTitle exists) is false then
  528.         set theChoice to button returned of (display dialog "The item you selected could not be found. Please insert the CD - " & CDTitle buttons {"Cancel", "Continue"} default button "Continue" with icon 0)
  529. end tellFasdUAS 1.101.10
  530. .coregetd****
  531. CDTitle
  532. cdtitle
  533. CDTitle
  534. Developer CD Series Assistant
  535. eAFDCT
  536. Patagrande
  537. Developer CD Series Assistant
  538. 'APPLAFDC
  539. Developer CD S
  540. eries Assistant 
  541. WPatagrande:Desktop Folder:Developer CD Series Assistant 
  542. :Developer CD Series Assistant
  543. Net Ref Zone
  544. tyler.jointsolutions.com
  545. Patagrande
  546. Tyler Stone
  547. .coredoexbool
  548. cdtitle
  549. CDTitle
  550. boovfals
  551. .sysodlogaskr
  552. AThe item you selected could not be found. Please insert the CD - 
  553. cdtitle
  554. CDTitle
  555. Cancel
  556. Continue
  557. Continue
  558.     thechoice
  559.     theChoice
  560. Finder
  561. Patagrande
  562. Finder
  563.     l@FNDRMACS
  564. System Folder
  565. Patagrande:System Folder:Finder
  566. Ref Zone
  567. tyler.jointsolutions.com
  568. Patagrande
  569. Tyler Stone
  570. .aevtoappnull
  571. .aevtoappnull
  572. .coregetd****
  573. cdtitle
  574. CDTitle
  575. .coredoexbool
  576. Button: Web
  577. Browser Portal OLD
  578. Find Prep OLD
  579. .coregetd****
  580. CDTitle
  581. cdtitle
  582. CDTitle
  583. Developer CD Series Assistant
  584. Patagrande
  585. Developer CD Series Assistant
  586. 'APPLAFDC
  587. Developer CD S
  588. eries Assistant 
  589. WPatagrande:Desktop Folder:Developer CD Series Assistant 
  590. :Developer CD Series Assistant
  591. Net Ref Zone
  592. tyler.jointsolutions.com
  593. Patagrande
  594. Tyler Stone
  595. .coredoexbool
  596. cdtitle
  597. CDTitle
  598. boovfals
  599. .sysodlogaskr
  600. AThe item you selected could not be found. Please insert the CD - 
  601. cdtitle
  602. CDTitle
  603. Cancel
  604. Continue
  605. Continue
  606.     thechoice
  607.     theChoice
  608. Finder_
  609. Patagrande
  610. Finder
  611.     l@FNDRMACS
  612. System Folder
  613. Patagrande:System Folder:Finder
  614. Ref Zone
  615. tyler.jointsolutions.com
  616. Patagrande
  617. Tyler Stone
  618. .aevtoappnull
  619. .aevtoappnull
  620. .coregetd****
  621. cdtitle
  622. CDTitle
  623. .coredoexbool
  624. .sysodlogaskr
  625.     thechoice
  626.     theChoice
  627. ) = -128    
  628. cdtitle
  629. CDTitle
  630. boovfals
  631. .sysodlogaskr
  632. Import From Master
  633.     Developer
  634. Unlock Status Bar
  635.     Auto Open
  636. Intro
  637. Package Info
  638. Browser
  639. Quit Button
  640. Quit JSM
  641. Button: Web
  642. Package Open Folder
  643. Browser Open Folder OLD
  644. Browser Portal
  645. Browser Show Path
  646. Browser Portal Validation
  647. Go To Record First
  648. Go To Record Previous
  649. Go To Record Next
  650. Go To Record Last
  651. Find Cancel
  652. Find More Choices
  653. Find Fewer Choices
  654. Find...
  655. Find Execute
  656. :    Find Prep
  657. Find Request
  658. >    Find None
  659. @    Find Some
  660. Find More Clear
  661. Find More Find
  662. Export List
  663. AppleScript_Browser
  664. AppleScript_Open
  665. Browser Portal OLD
  666. Find Prep OLD
  667. _    Any Field`
  668. All Packages
  669. 58886
  670. 58887
  671. 58888
  672. 58889
  673. 58890
  674. 58891
  675. 58892
  676. 58893
  677. 58894
  678. 58895
  679. 58896
  680. 58897
  681. 58898
  682. 58899
  683. 58900
  684. 58901
  685. 58902
  686. 58903
  687. 58904
  688. 58905
  689. 58906
  690. 58907
  691. 58908
  692. 58909
  693. 58910
  694. 58911
  695. 58912
  696. 58913
  697. 58914
  698. 58915
  699. 58916
  700. 58917
  701. 58918
  702. 58919
  703. 58920
  704. 58921
  705. 58922
  706. 58923
  707. 58924
  708. 58925
  709. 58926
  710. 58927
  711. 58928
  712. 58929
  713. 58930
  714. 58931
  715. 58932
  716. 58933
  717. 58934
  718. 58935
  719. 58936
  720. 58937
  721. 58938
  722. 58939
  723. 58940
  724. 58941
  725. 58942
  726. 58943
  727. 58944
  728. 58945
  729. 58946
  730. 58947
  731. 58948
  732. 58949
  733. 58950
  734. 58951
  735. 58952
  736. 58953
  737. 58954
  738. 58955
  739. 58956
  740. 58957
  741. 58958
  742. 58959
  743. 58960
  744. 58961
  745. 58962
  746. 58963
  747. 58964
  748. 58965
  749. 58966
  750. 58967
  751. oqtutwS6
  752. ingVfp;
  753. mtiEi]B
  754. {M{nH
  755. nro`v6Z
  756. nrruq'
  757. nrquj 
  758. nrvxj11*i
  759. ncSitmc-n
  760. peEFQ`h0Gj>Y
  761. xON\mu5MqA`
  762. lpoid
  763. yrrq0b
  764. glnnopn:m
  765. .RPTH
  766. FPTHA.Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  767. FaliA
  768. Current
  769. CD_Catalog.FP3
  770. FMP3FMP3
  771. Joint Solns Apple 10/99
  772. .Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  773. MSPCA
  774. NAMEA
  775. CD_Catalog.FP3
  776. RPTHA
  777. CD_Catalog.FP3
  778. alisA
  779. Current
  780. CD_Catalog.FP3
  781. FMP3FMP3
  782. Joint Solns Apple 10/99
  783. .Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  784. .RPTH
  785. FPTHA.Current:Joint Solns Apple 10/99:ADC_Master.FP3
  786. Faliali
  787. ies (LG) files. You can find these in the folder "Apple Glossaries (LG)".
  788. Requires: Any  Mac 68030 or later or any PowerPC, System 7.0 or later.
  789. Issues:  When you use these Glossaries for your localization efforts, you will also want to be sure to have your translations tested for accuracy, as mere word substitution wil
  790.   "%#+C
  791. iCKK?7--+,<23B>[
  792. "(,-'*1')/,,8v
  793.  !#&#,G
  794. hCIH<5--+-=32C@[
  795. %-13,/6,-3/0>|
  796. #$')&3T
  797. jDJKA7..-/?56FBa
  798. ! &.0*/4/-1--9
  799. ]D?==2/23/26<:E
  800. %,-).3.+/,+8
  801. ZD>;:0-24/16::G
  802. yzyohe
  803. j]imuiaZT`
  804. oro_vu
  805. }xaUk
  806. zqa]UX^j}
  807. ubZWOUcpsw
  808. oqtutwS6
  809. ingVfp;
  810. :KSVQh
  811. Tjmqm
  812. Ynryf4
  813. Yoqwk
  814. ]q4@`p
  815. [vtTC<G
  816. G]ioqkm
  817. jv|y{~
  818. packages@
  819. chest@
  820. edition@
  821. library@
  822. edition@
  823. packages@
  824. reference@
  825. revised@
  826. software@
  827. chest
  828. edition
  829. 1.0.6@
  830. 1.1.1@
  831. 160/180@
  832. processor
  833. upgrade
  834. enabler@
  835. a-law@
  836. macintosh@
  837. appleevent
  838. receive@
  839. audio
  840. palette
  841. developer
  842. byrne's
  843. xcmds
  844. xfcns@
  845. cfm-68k@
  846. chinese
  847. handwriting
  848. color
  849. locator
  850. compositedeffects@
  851. compressmovies@
  852. development
  853. resources@
  854. dataref@
  855. delegateonlycomponen@
  856. develop
  857. issue
  858. carbonlib@
  859. characteristics@
  860. client/server@
  861. colorsync@
  862. complete@
  863. computing@
  864. FaliA
  865. VDEFA
  866. VDEFA
  867. VDEFA
  868. rRXK9DKEBB@679=EE@_
  869. XWS^S`rux|
  870. _DESCRIPTION
  871. )    _HELPTEXT
  872.     _KEYWORDS
  873. _NAME
  874. _PORTALCLICK
  875. _PORTALFILTER
  876. _PORTALFILTERFIND
  877. _PORTALSELECTION
  878. _PORTALSELECTIONMATCH
  879.     _RECEIVED
  880. _REQUIREMENTS
  881. _SEARCH
  882. _SEARCHFIELD
  883. _SEARCHPACKAGE
  884. _SHOWPATHFLAG
  885. _UPDATED
  886. sT\M9EMFBAA57;?EFAb
  887. hnkuo w
  888. K7av|~|
  889. qU\L:GNIEBA89=AIGCd
  890. cgdofp~
  891. ?0Sbdff
  892. {wgNJTHMJF<017=:ED>K
  893. r[h\[eTc|~
  894. ~dWhw
  895. ~xwiNKVHMMI=//6>;EF?N
  896. jytsw
  897. }xwjNJWKONJ?008?=GG@O
  898. xhunkphw
  899. z\\USOC;??HGE45AFC=Ew
  900. sh_^][Y]{
  901. ,yt{~}yxppc\n
  902. z\]VUQC:ABHHC49EHD>G|
  903. }wrstsGsy
  904. z\\WURD<BAJHF8:EIE>I~
  905. wrkkollr
  906. ~qlr}
  907. SXfXQF16EBDC4+;C?:;S
  908. qiddeTgrwz}}
  909. xtuhfq
  910. TYiYTG17HCCA3-<DB<<V
  911. {xux}o
  912. TYh[WJ27GCDC5.=EB=?X
  913. usnstfv
  914. u]ha_FCD:?>@B:5@A40*4}
  915. qbq|sd^gsz|z
  916. ~ypmvtgk
  917. u[ic`FDF<AA@B86CD61+6
  918. s\ia^EDF<AACE;9ED72-9
  919. 1pucfm
  920. dehROUNKB=A?D722530/=y
  921. `o|~~tkjlv||
  922. {nXOjqiq{
  923. dekSNVOMC>C?C42373/0@}
  924. cfiRQWSQF@E@F7447411B
  925. rZSr}x
  926. 'pjb|
  927. xma`ZQ\UP>.65<0,,854==d
  928. pfi{x~yoeip|m`oy
  929. ~sxyp
  930. X438Ep{qkat
  931. smjqzumy
  932. vndc\R_WQ@075;/,-:76>@i
  933. h97AP
  934. wmec[T_ZU?196>2./>:8ACk
  935. `55?Q
  936. zspu~ufq
  937. wrqmz
  938. WapnYLHF:*5?@:3*698=>R
  939. cQHSrnx
  940. |nonjnm[Vmx
  941. I'275Iq~
  942. V`sp]NKH=+5@A93+;=9=AW
  943. U-:A@W
  944. Ubsm[PLJ=,8AC<5-;?:@DY
  945. gXO]~y
  946. O.<@AZ
  947. lm`kv
  948. ~wryr\
  949. {dhcOFPLF<<?A>3-414;;O
  950. D7=Rqrx
  951. {nZWZjbby
  952. I"+014Oz
  953. ejfRIRPJ?<CC>1,424<<S
  954. U&2:;?`
  955. hicUMUSK?@EDA5,546??V
  956. JAI]|}
  957. Q&2:;>]
  958. i]d^af
  959. |}jNh
  960. oQ^g^VTPI@8B<::88778.@
  961. WSb^eu|nu
  962. |ykcjkt}
  963. ^'%%,05Z
  964. zorkry
  965. yzjLe
  966. mO_h^VVSLA:E>:86
  967. fivu}
  968. p-))3;@i
  969. xzjNf
  970. lP^f^YWTLA;GA>;7;::;2D
  971. abpou~
  972. j-*(4;>f
  973. nS\g\\hjY@LMJ:->;:3.742.
  974. u[g\dgryr|
  975. #*.6Dm
  976. nU\j_Zjm[@LMN=/@=:2+754/
  977. }ewnz|
  978. *28AV
  979. nV_j`]jkZBPPN>0A?=4.8640 <
  980. ~cqjrs|
  981. +48AU
  982. }xzngik`Sc_V=LGB6(/,//$*(')
  983. raq`Wqus{
  984. &0'+/]y~
  985. {ll}||
  986. {txmgilbQbcX>KGC6)/,0."))(*
  987. |m~rk
  988. -;13>q
  989. twlgjlbTdcX>LGC7)0.20&+**,
  990. |jwjd|~~
  991. -;03=n
  992. ~zchp
  993. xysnoxo}
  994. ~;&5l
  995. p|}^b
  996. |[ok`HUWQ=1>69=8011+
  997. jv{ldfy
  998. o{|]`
  999. {XonaIWWRA2?79=70/1,
  1000. $.8*"#g
  1001. n{|_b
  1002. |[rlaLYYRA3A9<@:213-!:
  1003. #.7(!'i
  1004. ~flkisy
  1005. ribmn~
  1006. Xhxnoyr
  1007. vc^_^SWVR@6C<;402:<43L
  1008.  0/472c
  1009. xb_a^TXWSA6E=;403::46M
  1010. %78=CBw
  1011. yc`_^V[YTB7G@>725:;7<P
  1012. '88=DEv
  1013. hxwnXYpy
  1014. !%)-h
  1015. m_c]QEMOJ;<A:8/.38<B;M
  1016. ebjeih
  1017. )@9DOMr
  1018. !%*-g
  1019. m^e_QDMOJ=<B<92049;@<O
  1020. ooypvy
  1021. -KDP]\
  1022. $(.1l
  1023. j]c_QDOQN?=C?;2179<B@R
  1024. mktlqt
  1025. -MFP\]
  1026. mcfyoddo`az
  1027. %%/-Y
  1028. __gj^QVM
  1029. A1167;7157=??V
  1030. nwmhdp
  1031. .B>CU^z
  1032. &%0-X
  1033. ``ik_RVLA2268;9267=>=Y
  1034.  4PKQcj
  1035. )(63`
  1036. _cik^TXNA2389>849:>BA]
  1037. u~urnx
  1038. c!6PNRcl
  1039. lPLV`l|
  1040. jH5*,Aa
  1041. !)-*f
  1042. |hX_eW_[NE64-,*++98>9Ms
  1043. mvvmcm
  1044. o"*==FR\w
  1045. gE2(*?\
  1046. !).+d
  1047. ygX^eW][MF94-+),+;9=9Kt
  1048. (1GKS_f
  1049. {tmlq|
  1050. fF5+-A`
  1051. %-31m
  1052. xgZ`gX_]ND97/-,-.>;@<Ow
  1053. u~|vny
  1054. (2HLU]f
  1055. ojif_ZVVZer}
  1056. W-'"!# "'5J
  1057. |P:+#!A{
  1058. !&'3y
  1059. u]\SONRVODB;584()22;./
  1060. e^xjaovxx~~{
  1061. 9 2>JTQq
  1062. V*%" "!#%2E~
  1063. T:+$$C
  1064. !&'4{
  1065. t\[SPPRUOED>694))33<..
  1066. G$9MZ`]
  1067. {sfeow
  1068. T*('#%$%)7I}
  1069. \@/''M
  1070. r]\TQQTWRFE?9;5*,53</0
  1071. md}qm}~
  1072. C#;NX^]
  1073. sd]WNNW_gp{
  1074. %'%.3*()#.\
  1075. siYMSJJG;>;<75*/696',
  1076. YFfeuvmqv
  1077. u(%AMXTq
  1078. }tnot
  1079. %'%.0*'("-X
  1080. riZNTJIF>@<?85+08<8
  1081. -*O]da
  1082. ~ogcbfy
  1083. QD=Nv
  1084. ),(16++,&/[
  1085. tl[PULKI>@=?:8-29;8*/
  1086. +.Q]bb
  1087. o^QMJJN]
  1088. ".-&25/*$'%)Y
  1089. !,#"P
  1090. nKZZTN:07;686599?53W
  1091. vTltzyussz
  1092. }l* CRQk
  1093. !.,#03.)#%$'U
  1094. !,$"S
  1095. lLYYTO;18=8865;:A74W
  1096. 0#M^]{
  1097. !$10(593.')'*Y
  1098. &2((_
  1099. jLZXUR>3:=9:98;<B98^
  1100. |/$M\]}
  1101. sbWNQ
  1102. #!$/,)10.)!(')5s
  1103. "#(&}
  1104. TSe]N>8/62517:259>
  1105. wqvx|{xxv~
  1106. tq[3+7G_
  1107. " $-*'10-'!
  1108. &%(2n
  1109. URe]N>8073508;37;B
  1110. p;1?Qk
  1111. &#'0/-542,%*(+7s
  1112.  &'.,
  1113. }UTd]QB908463:=68<E
  1114. h83@Ro
  1115. zj]Y\agn
  1116. !"##&.372-())03H
  1117. mLQVC=7./*(.;?=:?R
  1118. yjvvw{
  1119. osoqrfNFPw
  1120.  ""$,260-)'(/0E
  1121. lLQVA:71-*)-9A?;@U
  1122. "#&')07:42-,+25J
  1123.  !!',*$p
  1124. jMRVC=92/+*.=B@=BZ
  1125. ic]am{
  1126. "&&+/633/&*/22l
  1127. |YdcSAEG>9662()5>DAAy
  1128. fsqw{
  1129.  %&).423/%).0/e
  1130. {VabR@ED;8851)(4?FCC{
  1131. $)*.38794)-244k
  1132.  !).#"_
  1133. {U`bTBHH>;:83++6AGEF
  1134. }pjjmw*
  1135. !&',.-02,'100-B
  1136. tejTDCDB?:42413488G
  1137. dquux{~
  1138. %'),,-/+%/-0,@
  1139. !!$&'M
  1140. rbhSDAA@<93151368;I
  1141. ")+.2144/)3232F
  1142. &%'+-]
  1143. obiSDFDB?83374579<N
  1144. ++.1/.
  1145. 0430;
  1146. !$#-+W
  1147. gYQNL94;4)28:@<0*g
  1148. xquu{|
  1149. )*,0.-..-.33/9
  1150. "$#/,Y
  1151. fWQNJ72:3(39:B@0*j
  1152. !,-16322402764=
  1153. &((41g
  1154. eWRRN:4<4)4:=DA2.o
  1155. %'-0/-.6.31/-5u
  1156. #+()d
  1157. \I]SJ=50/-8;AA?5A
  1158. #%-0.,.5-01/-5r
  1159. #*(+g
  1160. \G]QI=2/0.8<@AA7B
  1161. &)14314:2
  1162. !)1-2w
  1163. ZH^UN?5120:>EEA8G
  1164. ~|ytsqoh`
  1165. "-/,*-3(40*)3m
  1166.  *)(-s
  1167. dJZOD?6+'.716=<@|
  1168. ty|zxy|
  1169. #-.*(,2(2/*)2k
  1170. !*)*1y
  1171. eIXMA>4+'/915<=A
  1172. ~|{zyvvtutvvwyu
  1173. %12/-/5+62.-9s
  1174.  %0./=
  1175. gIYOFA7,)1:59??E
  1176. knlifcd*b`^][YZ[\\X
  1177. #*-.)+2(*1-,8w
  1178. could not be found."
  1179.     return
  1180. end try
  1181. e    No Changeq
  1182. Dev.CD May 00 TC
  1183. \D!All Packages
  1184. Mac OS SDK Edition
  1185. XTND 1.3.6
  1186. workgroup
  1187. servers@
  1188. appletalk
  1189. first@
  1190. archive@
  1191. .sysodlogaskr
  1192.     thechoice
  1193.     theChoice
  1194. ) = -128    
  1195.  to the previous package.
  1196. To find all new and revised packages on the current CD:
  1197.     Choose New & Revised from the Current Selection pop-up menu on the Browser screen.
  1198.  Double-click an interesting-looking item in the packages list to see information about that package.
  1199. Note: Using the Current Selection pop-up menu, you can also display a list of packages from a specific CD type such as Tool Chest or System Software.
  1200. To search for specific text within package title, package descriptions, 
  1201. or filenames:
  1202.     Click the Find... button on the toolbar at the bottom of any screen.
  1203.     To focus the search on package titles or names of files contained in the package, click the More Choices button, then enter the appropriate criteria in the fields available.
  1204.     To restrict the search to new and revised packages or a specific CD type, click More Choices then choose the appropriate option from the Search popup menu.
  1205.     Click the Find button. The packages found by your search will appear in t
  1206. he package information screen format, listed in alphabetical order. The number of found packages is listed in the bottom right corner of the screen.
  1207.     Click Next to advance to the next package in the current selection, or Back to go to the previous package.
  1208. To Display the full path to a package on the CD:
  1209.     From the Browser screen, select the package from the packages list. The full path will be displayed in the lower part of the screen, just above the toolbar. If the path is not visible,
  1210.  click the Show Path button in the toolbar at the bottom of the screen.
  1211. To Open a package
  1212. s folder on the CD:
  1213.     From the Browser, select the package from the list and click the Open Folder button.
  1214.     From a package info screen, click the Open Folder button.
  1215. Note: If the package is not on the CD currently mounted in your computer, a dialog box will ask you for the correct volume. If you are running the Developer CD Series Assistant from a CD, there is no effective way to eject the CD cur
  1216. Browser Show Path
  1217. Browser Show Path
  1218. ^("")
  1219. ^("")
  1220. @ @0`
  1221. `0@ p
  1222. P @0`
  1223. `0@ p
  1224. @ @0`
  1225. `0@ p
  1226. P @0`
  1227. `0@ p
  1228. @ @0`
  1229. `0@ p
  1230. P @0`
  1231. `0@ p
  1232. `@p0p 
  1233. `@p0p 
  1234. `@p0p 
  1235. 99:CD_Catalog.FP3
  1236. FaliA
  1237. Current
  1238. CD_Catalog.FP3
  1239. FMP3FMP3
  1240. Joint Solns Apple 10/99
  1241. .Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  1242. MSPCA
  1243. NAMEA
  1244. CD_Catalog.FP3
  1245. RPTHA
  1246. CD_Catalog.FP3
  1247. alisA
  1248. Current
  1249. CD_Catalog.FP3
  1250. FMP3FMP3
  1251. Joint Solns Apple 10/99
  1252. .Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  1253. .RPTH
  1254. FPTHA.Current:Joint Solns Apple 10/99:ADC_Master.FP3
  1255. 2T!941
  1256. Dev.CD Jul 93
  1257. Dev.CD Apr 93"
  1258.         activate
  1259.     end tell
  1260. on error errMsg number errNum
  1261.     --enter statements to perform when no records are found such as...
  1262.     display dialog "Sorry, the item you selected could not be found."
  1263.     return
  1264. end try
  1265. All Packages
  1266. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  1267. Dev.CD Jan 94
  1268. Dev.CD Oct 93
  1269. Dev.CD Jul 93
  1270. Dev.CD Apr 93PDDev.CD Apr 94
  1271. Dev.CD Jan 94
  1272. Dev.CD Oct 93
  1273. Dev.CD Jul 93
  1274. Dev.CD Apr 9V
  1275. 29411X
  1276. Apr 94
  1277. ]q4@`p
  1278. [vtTC<G
  1279. G]ioqkm
  1280. jv|y{~
  1281. Ynryf4
  1282. Yoqwk
  1283. ""*14,3:30521?
  1284. #'"#/Q
  1285. [E@=?4/36149>=K
  1286. keTNd
  1287. he performance of your machine. Please use it peridically for testing and debugging purposes. You'll make the Mac a nicer place to work.
  1288. General tools.imgK
  1289. Feb 94N!testing, debugging, multiple openO>Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD May 00 TC
  1290.  - Tool Chest
  1291.  - Testing & Debugging
  1292.  - General toolsde:nge
  1293. y/february
  1294. nubusI
  1295. objectI
  1296. octoberJ
  1297. onlyA
  1298. openF
  1299. openedA
  1300. orientedJ
  1301. otherD
  1302. outlinesJ
  1303. overE
  1304. packageC
  1305. packagesA
  1306. packetK
  1307. packetsK
  1308. parserM
  1309. partF
  1310. particularF
  1311. pascalO
  1312. patchesN
  1313. patchingL
  1314. patternsC
  1315. physicalL
  1316. platformI
  1317. plug-inA
  1318. plug-insA
  1319. portK
  1320. portableA
  1321. powerbookN
  1322. powerpcD
  1323. pre-translateD
  1324. prerequisitesJ
  1325. previouslyA
  1326. printF
  1327. printingF
  1328. problemM
  1329. processD
  1330. productD
  1331. productsD
  1332. providedD
  1333. providesA
  1334. quadraM
  1335. quadrasM
  1336. quickdrawF
  1337. quicklyA
  1338. quitF
  1339. +RPTH
  1340. FPTHA+Current:Joint Solns Apple 10/99:Catalog.txt
  1341. FaliA
  1342. Current
  1343. Catalog.txt
  1344. TEXTttxt
  1345. Joint Solns Apple 10/99
  1346. +Current:Joint Solns Apple 10/99:Catalog.txt
  1347. MSPCA
  1348. NAMEA
  1349. Catalog.txt
  1350. RPTHA
  1351. Catalog.txt
  1352. alisA
  1353. Current
  1354. Catalog.txt
  1355. TEXTttxt
  1356. Joint Solns Apple 10/99
  1357. +Current:Joint Solns Apple 10/99:Catalog.txt
  1358. QRPTH
  1359. FPTHAQCurrent:Joint Solns Apple 11/99:CD Runtime App Folder:Developer CD Search Results
  1360. MSPCA
  1361. NAMEA
  1362. Developer CD Search Results
  1363. RPTHA
  1364. Developer CD Search Results
  1365. FaliA
  1366. Current
  1367. ADC_Master.FP3
  1368. FMP3FMP3
  1369. Joint Solns Apple 10/99
  1370. .Current:Joint Solns Apple 10/99:ADC_Master.FP3
  1371. MSPCA
  1372. NAMEA
  1373. ADC_Master.FP3
  1374. RPTHA
  1375. ADC_Master.FP3
  1376. alisA
  1377. Current
  1378. ADC_Master.FP3
  1379. FMP3FMP3
  1380. Joint Solns Apple 10/99
  1381. .Current:Joint Solns Apple 10/99:ADC_Master.FP3
  1382. FMRLA
  1383. SORTA
  1384. FMRLA
  1385. FMRLA
  1386. FMRLA
  1387. FMRLA
  1388. FilterB    SelectionC
  1389. ClickedE
  1390. CUstom
  1391. (LIST
  1392. LISTA
  1393. New & Revised
  1394. Mac OS SDK Edition
  1395. System Software Edition
  1396. Tool Chest Edition
  1397. Reference Library Edition
  1398. All Packages
  1399. Custom Search
  1400. VDEFA(
  1401. (LIST
  1402. LISTA%Any Field
  1403. Package Title
  1404. Any File Name
  1405. VDEFA(
  1406. (LIST
  1407. LISTAPAll Packages
  1408. New & Revised
  1409. Tool Chest CD
  1410. Reference Library CD
  1411. System Software CD
  1412. VDEFA(
  1413. (LIST
  1414. VDEFA(
  1415. (LIST
  1416. VDEFA(
  1417. (LIST
  1418. VDEFA(
  1419. (LIST
  1420. (LIST
  1421. PortalFilterB
  1422. SearchFieldC
  1423. SearchFilterD
  1424. PortalFilterCalcE
  1425. ReceivedF
  1426. UpdatedG
  1427. Keywords
  1428. VDEFA(
  1429.     Helvetica
  1430. Geneva
  1431. Palatino
  1432. Chicago
  1433. Verdana
  1434. Arial
  1435. NewRevisedCalcB
  1436.  "new")
  1437.  "New"  
  1438.  "updated") 
  1439.  "Revised" 
  1440.  "" )
  1441. updatedG
  1442. Revised
  1443. AppleScript_OpenB
  1444. t_OpenB
  1445. Pro 3.0 - 4.1F!
  1446. USENGLSH.MPR
  1447. rently in use in order to mount another. Therefore, if you are searching for packages on older CDs you may want to copy the About This CD folder, containing the Developer CD Series Assistant and its related files, to your hard drive first.
  1448. ore Choices button, then choo
  1449. Custom FindB
  1450. CustomFind
  1451. Text Extractor Plug-ins are used by Find by Content to extract the text content of a document.  System 8.6 provides two Text Extractor Plug-ins: 
  1452. HTML Text Extractor
  1453.  and 
  1454. PDF Text Extractor
  1455. .  A Text Extractor Plug-in knows the file format of a document and can quickly return the text that would be seen when a document is opened, this information is used by Find by Content to index and summarize documents.  
  1456. Text Extractors improves the accuracy of indexing and summarizing files.  As an 
  1457. 66622T
  1458. 1arch on package titles or names of files contained in the package, click the More Choices button, then enter the appropriate criteria in the fields available.
  1459.     To restrict the search to new and revised packages or a specific CD type, click More Choices then choose the appropriate option from the Search popup menu.
  1460.     Click the Find button. The packages found by your search will appear in t
  1461. 07853 packages list. The full path will be displayed on the right.
  1462. "Custom Search"
  1463. Custom SearchB+
  1464. ) > 0    
  1465. needsE
  1466. networkE
  1467. noteN
  1468. notesI
  1469. All Packages
  1470. 4PM 5.0
  1471. 4PM is a program that can be used to control and access the performance monitoring features of the PowerPC 604, G3 and G4 microprocessors and the performance monitoring features of the MPC106 memory controller. Counters can be turned on and off using a 'hot key' or by linking with the included 4PM library.
  1472. 4PM application for configuring and controlling the counters. 4PM Library for linking with applications.
  1473. JK4PM 5 0 Doc.pdf
  1474. 4PM 5.0
  1475. 4PM Library 1 0 Doc.pdf
  1476. 4PMLibrary 1.0
  1477. 4PMLibrary.hK
  1478. Jun 99L
  1479. Jul 99M
  1480. PowerPC 604 or greater.NYperformance, hardware, PowerPC,bandwidth, cpi, 'cache miss rates', 'performance counters'O?Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:4PM 5.0:PGDev.CD Nov 00 TC Disk 1
  1481.  - Tool Chest
  1482.  - Testing & Debugging
  1483.  - 4PM 5.0V
  1484. 68200X
  1485. Nov 00^    TC Disk 1
  1486. e    No Change
  1487. Jul 99^
  1488. Excellent CD (I)V
  1489. 37081X
  1490. Excellent CD (I)V
  1491. 27676X
  1492. _DESCRIPTION
  1493. Closing ScreenB
  1494. &ADC programs offer developers worldwide easy access to Apple tools and technologies, world-class technical support, and critical business and marketing information and services.
  1495. For news on programs and resources available to Apple developers, please visit our web site at developer.apple.com. please visit our web site at developer.apple.com.
  1496. :KSVQh
  1497. Tjmqm
  1498. Current Selection:{    <<
  1499. ABBF>>
  1500. Double-click for more info.
  1501. Find...
  1502. Open Folder
  1503. Package Info
  1504. Export List
  1505. Find...
  1506. Open Folder
  1507. Package Info
  1508. Export List
  1509. "Any Field"
  1510.     Any FieldC.
  1511. "All Packages"
  1512. All PackagesD
  1513. Find Execute
  1514. Apple Macintosh Coprocessor based NuBus cards such as the Ethernet NB, TokenTalk NB, and TokenRing 4/16 NB cards running on the PowerPC system.  See the document "Release Notes 1.2.1" for details. Sample Code.img System 6.0.5 or greater, MacPlus or later CPU. A/ROSE, MCP, Macintosh Coprocessor PlatformBz, Ethernet NB, PowerPC, Network Software, AppleTalk, TokenTalk, Token Ring Mar 92 May 94 All Packages
  1515. Tool Chest Edition
  1516. appletalk
  1517. component
  1518. _PortalFilterB
  1519. _PortalSelectionB
  1520. A    _HelpTextB
  1521. PortalFilterCalcB
  1522. C"All Packages" & "
  1523.  "SDK") 
  1524.  "Mac OS SDK Edition"
  1525.  = "TC" 
  1526.  "Tool Chest Edition" 
  1527.  = "RL" 
  1528.  "Reference Library Edition"
  1529.  "SSW")
  1530.  "System Software Edition"  
  1531.  "") & "
  1532. ! & "
  1533.  "new") 
  1534.  "updated") 
  1535.  "New & Revised" 
  1536.  "" )
  1537. All Packages
  1538. Mac OS SDK Edition
  1539. Tool Chest Edition
  1540. Reference Library Edition
  1541. System Software Edition
  1542. updatedG
  1543. New & Revised
  1544. PortalSelectionCalc
  1545. Browser Custom SearchM
  1546. New & RevisedB
  1547. To get information about a package on the CD:
  1548.     Click the Browser button below to go to the Browser screen.
  1549.     Choose a group of package titles to display from the Current Selection popup menu. The default displays new and revised items; you may also choose to display all packages or the packages on a particular CD.
  1550.     Double-click a title in the Browser list to go to the information screen for that package.
  1551.     Click Next to advance to the next package in the current selection, or Back to gor Back to goo go
  1552. _CustomFindB
  1553. [script
  1554. scriptable
  1555. search
  1556. sherlock
  1557. softwareI
  1558. tokenI
  1559. token
  1560. ringI
  1561. tokentalk
  1562. video
  1563. stack@
  1564. walltowalldialog
  1565. disposeresource
  1566. debugging
  1567. resource
  1568. handles@
  1569. multi-processing@
  1570. optimizing@
  1571. deleted@
  1572. appleevent@
  1573. digests@
  1574. ring@
  1575. with@
  1576. acgis@
  1577. board@
  1578. coming@
  1579. continuing
  1580. offer
  1581. traditional
  1582. server
  1583. software
  1584. suite
  1585. distributed@
  1586. does@
  1587. european@
  1588. front@
  1589. implications@
  1590. introduce@
  1591. listed@
  1592. morley@
  1593. movieplayer@
  1594. os-compatible@
  1595. platform@
  1596. provided@
  1597. recording@
  1598. sample
  1599. illustrating
  1600. scrolling
  1601. controls
  1602. streamnop
  1603. sample
  1604. streams
  1605. module
  1606. designed
  1607. suite@
  1608. summary
  1609. aetracker
  1610. init/control
  1611. panel
  1612. allows
  1613. summary
  1614. appletalk
  1615. developer's
  1616. toolkit
  1617. inten@
  1618. summary
  1619. allows
  1620. developer
  1621. monitor
  1622. text-handling@
  1623. working
  1624. webobjects
  1625. applescript
  1626. apple
  1627. events
  1628. recordable
  1629. scriptable
  1630. script@
  1631. macapp
  1632. framework
  1633. object-oriented
  1634. standard
  1635. library
  1636. carbonli@
  1637. output@
  1638. foreground
  1639. color@
  1640. asyncscsipresent
  1641. asyncscsipresent
  1642. error
  1643. detection
  1644. error
  1645. detector
  1646. error
  1647. detector
  1648. drawsprocket
  1649. opengl
  1650. drawsprocket
  1651. opengl
  1652. parts
  1653. opengl
  1654. openmoviefromdataref
  1655. openmoviefromdataref
  1656. openmultfiles
  1657. opentptppp
  1658. opentptppp
  1659. openwindow
  1660. openwindow
  1661. openwindow
  1662. openwindow
  1663. All Packages
  1664. CTB Development Resources
  1665. 65163X
  1666.  Wake100 resets the wake up time on PowerBooks that support it (PB 100, Portable) so that it wakes up at the same time everyday.
  1667. Communications Toolbox
  1668. Contributed
  1669. Devices and Hardware
  1670. Files
  1671. Games
  1672. Graphics 2D
  1673. Graphics 3D
  1674. Help Systems
  1675. Human Interface Toolbox
  1676. Interapplication Comm
  1677. Memory
  1678. Networking
  1679. OS Utilities
  1680. Overview
  1681. Platforms and Tools
  1682. Printing
  1683. Processes
  1684. QuickTime
  1685. Runtime Architecture
  1686. Sound
  1687. addresmenu
  1688. address
  1689. addsearch
  1690. adlib
  1691. administrator
  1692. adobe
  1693. adopting
  1694. adopting
  1695. carbon
  1696. printing
  1697. manager
  1698. adorner
  1699. scomm
  1700. alias
  1701. alternatebufferdispl
  1702. altivec
  1703. animation
  1704. appearanceu
  1705. appearance
  1706. manageru
  1707. appleb
  1708. apple
  1709. detectorsy
  1710. apple
  1711. developer
  1712. newsz
  1713. apple
  1714. eventi
  1715. apple
  1716. event
  1717. folder
  1718. actions
  1719. apple
  1720. eventsb
  1721. apple
  1722. guide
  1723. apple
  1724. apple
  1725. newsz
  1726. apple
  1727. share
  1728. authentication
  1729. apple
  1730. shared
  1731. library
  1732. manager
  1733. apple
  1734. system
  1735. appleevent
  1736. appleevent
  1737. managerf
  1738. appleevents
  1739. appleglot
  1740. appleglot
  1741. localization
  1742. internationalization
  1743. translation
  1744. applescript
  1745. applesearch
  1746. appleshare
  1747. appleshare
  1748. client
  1749. appleshare
  1750. appletalk
  1751. appletalk
  1752. application
  1753. appstogo
  1754. 68458X
  1755. Sep 00^    RL Disk 1
  1756. --set theItem to choose file -- uncomment to test in an AS editor
  1757.     tell application "Finder"
  1758.         open item "Dev.CD Sep 00 RL Disk 1:Technical Documentation:Develop:develop Issue 19:"
  1759.         activate
  1760.     end tell
  1761. on error errMsg number errNum
  1762.     --enter statements to perform when no records are found such as...
  1763.     display dialog "Sorry, the item you selected could not be found."
  1764.     return
  1765. end try
  1766. e    No Changeq
  1767. Dev.CD Sep 00 RL Disk 1
  1768. D(All Packages
  1769. Reference Library Edition
  1770. develop Issue  2
  1771. Summary: This folder contains a wide variety of HyperCard XCMDs & XFCNs, both in French and in English. Most of them are also SuperCard compatible.
  1772. Features: Expand the capabilities of HyperCard/ SuperCard by adding many external commands and functions.
  1773. Issues: Send any comments, bug reports, suggestions to:
  1774. AppleLink: RINALDI1
  1775. CalvaCom : FR10
  1776. Compuserve : 71170,2111
  1777. Internet : RINALDI1@APPLELINK@APPLE.COM  
  1778. Deleted
  1779. --set theItem to choose file -- uncomment to test in an AS editor
  1780.     tell application "Finder"
  1781.         open item "Dev.CD Apr 94
  1782. Dev.CD Jan 94
  1783. Dev.CD Oct 93
  1784. Dev.CD Jul 93
  1785. Dev.CD Apr 93"
  1786.         activate
  1787.     end tell
  1788. on error errMsg number errNum
  1789.     --enter statements to perform when no records are found such as...
  1790.     display dialog "Sorry, the item you selected could not be found."
  1791.     return
  1792. end try
  1793. pictdialog
  1794. pictinfotest
  1795. picts
  1796. picture
  1797. pictures
  1798. piece
  1799. placed
  1800. placement
  1801. placesh
  1802. placing
  1803. plain
  1804. plain-text
  1805. plaindbox
  1806. plamondon
  1807. plan{
  1808. plane
  1809. planned
  1810. planning
  1811. plans
  1812. appleevent
  1813. interaction
  1814. aeinteractwithusera
  1815. appleevent
  1816. manager
  1817. coercionf
  1818. appleevent
  1819. manager
  1820. coercion
  1821. handlers
  1822. appleevent
  1823. manager
  1824. suspend/resume
  1825. aesuspendthecurrente
  1826. appleeventsO
  1827. appleevents
  1828. applescript
  1829. appleevent
  1830. object
  1831. model
  1832. appleevents
  1833. applescript
  1834. scriptable
  1835. editorO
  1836. appleevents
  1837. applescript
  1838. scriptable
  1839. editor
  1840. appleevent
  1841. appleglot
  1842. appleglot
  1843. localization
  1844. internationalization
  1845. translation
  1846. applescriptO
  1847. applescript
  1848. apple
  1849. events
  1850. aegizmosg
  1851. applescript
  1852. apple
  1853. events
  1854. appleevents
  1855. finder
  1856.    open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:FloatingWindow:"
  1857.         activate
  1858.     end tell
  1859. on error errMsg number errNum
  1860.     --enter statements to perform when no records are found such as...
  1861.     display dialog "Sorry, the item you selected could not be found."
  1862.     return
  1863. end try
  1864. ch as 
  1865. getinfo
  1866. getkeysV
  1867. getlastchange
  1868. getmfsize
  1869. getnextevent
  1870. getnextfond
  1871. getopen
  1872. getownergroup
  1873. getpixrowbytes
  1874. getpopupmenuhandle
  1875. getprocessinformatio
  1876. getresource
  1877. getsounddescriptione
  1878. getstdfilterproc
  1879. getsystemgammas
  1880. gettable/settable
  1881. getter
  1882. getting{
  1883. getting
  1884. started
  1885. webobjects
  1886. iables
  1887. media
  1888. writer
  1889. resources
  1890. int'l
  1891. int'l
  1892. contacts
  1893. interactiona
  1894. interactive
  1895. interactive
  1896. success
  1897. interapplicationQ
  1898. interapplication
  1899. commQ
  1900. interfaceQ
  1901. interfacelib
  1902. interfaces
  1903. interfaces
  1904. libraries
  1905. interfaces&libraries
  1906. interleave
  1907. HTMLSample is an application illustrating how to use the new HTMLRenderingLib services found in Mac OS 9. HTMLRenderingLib is Apple's light-weight HTML rendering engine capable of displaying HTML files.
  1908. - shows how to draw HTML in a window using the HTMLRenderingLib,
  1909. - shows how to use the URL utilities provided by the HTMLRenderingLib,
  1910. - shows how to maintain a history of visited links and provide call backs to the HTMLRenderingLib for providing information about visited links,
  1911. - shows h
  1912. vow to intercept URLs being displayed by the HTMLRenderingLib and re-direct them to other files.  In this example, we use this facility to allow you to launch applications by clicking on URLs that refer to application files.
  1913. - shows how to set up the drawing environment correctly for drawing other objects in the same window when the window contains a HTML rendering object.
  1914. Dec 99
  1915. quicktime
  1916. javao
  1917. quicktime
  1918. textp
  1919. quicktime
  1920. quicktime
  1921. xcmds
  1922. alias
  1923. externalh
  1924. externals
  1925. extra
  1926. extract
  1927. extractbykind
  1928. extracted
  1929. extractor
  1930. extractors
  1931. extracts
  1932. extreme
  1933. extremelyx
  1934. fable
  1935. faced
  1936. fatbits
  1937. fault
  1938. favourite
  1939. feature^
  1940. featuresA
  1941. features
  1942. includes
  1943. demonstration
  1944. documentation
  1945. completen
  1946. feauresj
  1947. february{
  1948. feedback
  1949. feet/inches
  1950. felonies
  1951. fieldS
  1952. fields
  1953. fifteenv
  1954. file^
  1955. ~--set theItem to choose file -- uncomment to test in an AS editor
  1956.     tell application "Finder"
  1957.         open item "Dev.CD Apr 94
  1958. Dev.CD Jan 94
  1959. Dev.CD Oct 93"
  1960.         activate
  1961.     end tell
  1962. on error errMsg number errNum
  1963.     --enter statements to perform when no records are found such as...
  1964.     display dialog "Sorry, the item you selected could not be found."
  1965.     return
  1966. end try
  1967. pci-based
  1968. pci-pci
  1969. pci-the{
  1970. pcmcia
  1971. viewer
  1972. utility
  1973. which
  1974. graphically
  1975. pending
  1976. penetrate
  1977. penguins
  1978. pentiumZ
  1979. people[
  1980. peoplesoft
  1981. percentage
  1982. perfectly
  1983. performf
  1984. J\OTLookupNameTest(PPC)
  1985. OTLookupNameTest.c
  1986. OTLookupNameTest.mcp
  1987. Read Me About OTLookupNameTestK
  1988. Nov 97L
  1989. Jun 98M
  1990. Open Transport 1.1.1 or higherN8Open Transport, NBP, mapper, MapperRef, OTLookupNameTestO@Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTLookupNameTest:PHDev.CD Nov 00 TC Disk 1
  1991.  - Sample Code
  1992.  - Networking
  1993.  - OTLookupNameTestV
  1994. 68851X
  1995. Nov 00^    TC Disk 1
  1996. --set theItem to choose file -- uncomment to test in an AS editor
  1997.     tell application "Finder"
  1998.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTLookupNameTest:"
  1999.         activate
  2000.     end tell
  2001. on error errMsg number errNum
  2002.     --enter statements to perform when no records are found such as...
  2003.     display dialog "Sorry, the item you selected could not be found."
  2004.     return
  2005. end try
  2006. e    No Changef4Open Transport
  2007. mapper
  2008. MapperRef
  2009. OTLookupNameTestq
  2010. Dev.CD Nov 00 TC Disk 1
  2011. All Packages
  2012. OTPAPSampleServer
  2013. 68852X
  2014. ed within Inside Macintosh, but have been available since System
  2015. cicn's
  2016. cincludes
  2017. circumstances
  2018. claim{
  2019. claims
  2020. clarified
  2021. claris
  2022. clarisworks
  2023. clark
  2024. clash{
  2025. class
  2026. classes{
  2027. classicu
  2028. classroomS
  2029. clause
  2030. clauses
  2031. clean
  2032. cleaned
  2033. cleaner
  2034. cleans
  2035. clear
  2036. clearly
  2037. e 3.0 endian format conversion routines 
  2038. contained in the interface file Endian.h to do any required 
  2039. translations.
  2040. Note also the code contains very limited error checking. 
  2041. It's up to you to add the appropriate error-handling routines.
  2042. QT3DTween can be compiled and run under the MacOS and under Windows. 
  2043. The main tweening code is found in the file
  2044. All Packages
  2045. System Enabler 003 (LC III)OEDev.CD Apr 94
  2046. Dev.CD Jan 94
  2047. Dev.CD Oct 93
  2048. Dev.CD Jul 93
  2049. Dev.CD Apr 93PDDev.CD Apr 94
  2050. Dev.CD Jan 94
  2051. Dev.CD Oct 93
  2052. Dev.CD Jul 93
  2053. Dev.CD Apr 9V
  2054. 69485X
  2055. Apr 94
  2056. --set theItem to choose file -- uncomment to test in an AS editor
  2057.     tell application "Finder"
  2058.         open item "Dev.CD Apr 94
  2059. Dev.CD Jan 94
  2060. Dev.CD Oct 93
  2061. Dev.CD Jul 93
  2062. Dev.CD Apr 93"
  2063.         activate
  2064.     end tell
  2065. on error errMsg number errNum
  2066.     --enter statements to perform when no records are found such as...
  2067.     display dialog "Sorry, the item you selected could not be found."
  2068.     return
  2069. end try
  2070. All Packages
  2071. System Enabler 003 (LC III)OEDev.CD Apr 94
  2072. Dev.CD Jan 94
  2073. Dev.CD Oct 93
  2074. Dev.CD Jul 93
  2075. Dev.CD Apr 93PDDev.CD Apr 94
  2076. Dev.CD Jan 94
  2077. Dev.CD Oct 93
  2078. Dev.CD Jul 93
  2079. Dev.CD Apr 9V
  2080. 69486X
  2081. Apr 94
  2082. otherresinfo-mungede
  2083. scomm
  2084. aliasn
  2085. alias
  2086. javao
  2087. JYSoundConvert Readme
  2088. SoundConvert.c
  2089. SoundConvert.mcp
  2090. SoundConvert.rsrc
  2091. SoundConverter(PPC)M
  2092. Sound Manager 3.2 or laterN-sound, AIFF, AIFC, sample rate, SoundConvert
  2093. O7Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:SoundConvert:P?Dev.CD Nov 00 TC Disk 2
  2094.  - Sample Code
  2095.  - Sound
  2096.  - SoundConvertV
  2097. 69346X
  2098. Nov 00^    TC Disk 2
  2099. --set theItem to choose file -- uncomment to test in an AS editor
  2100.     tell application "Finder"
  2101.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:SoundConvert:"
  2102.         activate
  2103.     end tell
  2104. on error errMsg number errNum
  2105.     --enter statements to perform when no records are found such as...
  2106.     display dialog "Sorry, the item you selected could not be found."
  2107.     return
  2108. end try
  2109. e    No Changef)sound
  2110. sample rate
  2111. SoundConvert
  2112. Dev.CD Nov 00 TC Disk 2
  2113. All Packages
  2114. SoundConverter
  2115. 69347X
  2116. needed
  2117. mathlib
  2118. functions
  2119. because
  2120. program
  2121. shows
  2122. display
  2123. quicktime
  2124. content
  2125. org/developers
  2126. organization
  2127. organizational
  2128. organized
  2129. organizing
  2130. orientation
  2131. oriented
  2132. origin
  2133. original
  2134. original/localized
  2135. originally
  2136. orphaning
  2137. ortiz
  2138. database
  2139. --set theItem to choose file -- uncomment to test in an AS editor
  2140.     tell application "Finder"
  2141.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:Save Print Record:"
  2142.         activate
  2143.     end tell
  2144. on error errMsg number errNum
  2145.     --enter statements to perform when no records are found such as...
  2146.     display dialog "Sorry, the item you selected could not be found."
  2147.     return
  2148. end try
  2149. fragmenttool
  2150. fragmenttool
  2151. fragmenttool
  2152. fragmenttool
  2153. framework
  2154. manager'sf
  2155. manager-related
  2156. managers
  2157. managing
  2158. managmentw
  2159. manalyzer
  2160. mananger
  2161. manger
  2162. manipulate
  2163. arkets
  2164. 69823X
  2165. Jul 99^
  2166. --set theItem to choose file -- uncomment to test in an AS editor
  2167.     tell application "Finder"
  2168.         open item "Dev.CD Jul 99 SDK1:Development Kits:Hardware:Zoomed Video Driver v1.0 SDK:"
  2169.         activate
  2170.     end tell
  2171. on error errMsg number errNum
  2172.     --enter statements to perform when no records are found such as...
  2173.     display dialog "Sorry, the item you selected could not be found."
  2174.     return
  2175. end try
  2176. Deletedq
  2177. Dev.CD Jul 99 SDK1
  2178. All Packages
  2179. New & RevisedF
  2180. ZoomRecter
  2181. 8-bit@
  2182. 9600@
  2183. better
  2184. version
  2185. launchwithdoc@
  2186. collection
  2187. macintosh
  2188. quicktime
  2189. samples@
  2190. collection
  2191. quicktime
  2192. samples@
  2193. sample
  2194. showing
  2195. receive
  2196. appleevents
  2197. simple
  2198. sample
  2199. which
  2200. demonstrates
  2201. controls@
  2202. a-trap@
  2203. accelerating@
  2204. accessed@
  2205. account/password@
  2206. e    No Changeq
  2207. Dev.CD Nov 00 TC Disk 1
  2208. All Packages
  2209. 601 Processor Upgrade EnablerO
  2210. Dev.CD Jul 95P
  2211. Dev.CD Jul 9V
  2212. 68202X
  2213. Jul 95
  2214. b--set theItem to choose file -- uncomment to test in an AS editor
  2215.     tell application "Finder"
  2216.         open item "Dev.CD Jul 95"
  2217.         activate
  2218.     end tell
  2219. on error errMsg number errNum
  2220.     --enter statements to perform when no records are found such as...
  2221.     display dialog "Sorry, the item you selected could not be found."
  2222.     return
  2223. end try
  2224. All Packages
  2225. 601 Processor Upgrade EnablerO
  2226. Dev.CD Jul 95P
  2227. Dev.CD Jul 9V
  2228. 68203X
  2229. Jul 95
  2230. b--set theItem to choose file -- uncomment to test in an AS editor
  2231.     tell application "Finder"
  2232.         open item "Dev.CD Jul 95"
  2233.         activate
  2234.     end tell
  2235. on error errMsg number errNum
  2236.     --enter statements to perform when no records are found such as...
  2237.     display dialog "Sorry, the item you selected could not be found."
  2238.     return
  2239. end try
  2240. All Packages
  2241. 68204X
  2242. s Finder is the front application. For example, you can submit a request to open the Page Setup dialog for a given folder window and Finder will happily open the Printing Manager and the appropriate dialog from the background. When the user brings Finder forward, the dialog won't (always) update properly. Bad. It's not clear what to do about this; some developers would probably rather decide for themselves when to bring Finder forward. I'd love to hear your feedback. 
  2243. [3] It's been sugges
  2244. ted you're better off using the scriptable Finder. It's said these older FinderEvents will go away eventually. These things are true, so you should use the scriptable Finder if it's available. See 'develop' magazine, issue 20, pages 65 to 78 for details. Does this mean you'll have two chunks of code in your application? Well... er... yes. Maybe someday I'll update this library so that a single call will work regardless of the presence of a scriptable Finder. Wouldn't that be cool? You shou
  2245. rver.
  2246. board
  2247. boards
  2248. bodyz
  2249. bones
  2250. book`
  2251. books`
  2252. boolean
  2253. boost
  2254. booth
  2255. booting
  2256. border
  2257. bores
  2258. for 190, 5300 and 1400 series PowerBooks should refer to PC Card Manager v2.0 SDK.
  2259. Some of the support offered by PC Card Manager v3.0Bo SDK:
  2260. System Interfaces
  2261. Power PC library
  2262. Updated documentation available in an Adobe Acrobat file
  2263. Sample code 
  2264. AnotherCustomEnabler:
  2265. CIncludes:
  2266. CustomEnabler:
  2267. DispNameReg:
  2268. Documentation:
  2269. Interfaces&Libraries
  2270. Libraries:
  2271. release Notes
  2272. RIncludes:
  2273. TupleDumper:K
  2274. Jul 96L
  2275. Mar 97M$Requires a minimum of  System 7.5.3.N PCCard, Hooper, PowerBook, CometONDev.CD Apr 98 SDK1:Development Kits (Disc 1):PC Card SDKs:PC Card Manager 3.0:JDK from Sun Microsystems, Inc. recommended
  2276.     C;rt, Export and Filter) to replace the old version 1.3 ones.
  2277. JfColorSync Plugins readme
  2278. ColorSync
  2279.  Export
  2280. ColorSync
  2281.  Filter
  2282. ColorSync
  2283.  Import
  2284. Lab Color Space ProfileK
  2285. Oct 97M#ColorSync 2.1.x and Adobe PhotoshopN
  2286. ColorSync Photoshop Plug-insOcDev.CD Apr 98 SDK1:Development Kits (Disc 1):ColorSync SDK:Goodies:ColorSync Photoshop Plugins 2.1:PnDev.CD Apr 98 SDK1
  2287.  - Development Kits (Disc 1)
  2288.  - ColorSync SDK
  2289.  - Goodies
  2290.  - ColorSync Photoshop Plugins 2.1Dev.CD Nov 00 TC Disk 1
  2291. All Packages
  2292. SoundboardI
  2293. CAttachment.cp
  2294. CAttachment.h
  2295. CFilterControl.cp
  2296. CFilterControl.h
  2297. CGrayBox.cp
  2298. CGrayBox.h
  2299. CQuickTimeWindow.cp
  2300. CQuickTimeWindow.h
  2301. CSliderControl.cp
  2302. CSliderControl.h
  2303. CSliderControl.rsrc
  2304. CSoundboardApp.cp
  2305. CSoundboardApp.h
  2306. CSoundboardWindow.cp
  2307. CSoundboardWindow.h
  2308. GWLayers.c
  2309. GWLayers.h
  2310. MCPlayMovie.h
  2311. Soundboard.PPob
  2312. Soundboard.prefix
  2313. Soundboard.rsrc
  2314. SoundBoard.
  2315. Soundboard_debug.prefix
  2316. Why was this archived?
  2317. Feb 00M
  2318. N/A18X
  2319. 1e    No Change
  2320. applications/utiliti
  2321. applied
  2322. applies
  2323. apply
  2324. applying
  2325. appreciated
  2326. approach
  2327. approaches
  2328. appropriate
  2329. appropriately
  2330. approval
  2331. software
  2332. system
  2333. system
  2334. software
  2335. edition
  2336. toolP
  2337. Objective-C Framework ReferenceN8WebObjects, WebObjects 4.5, Mac OS X Server, Web ObjectsO9Dev.CD Sep 00 RL Disk 2:TechnicalPublications:webobjects:P>Dev.CD Sep 00 RL Disk 2
  2338.  - TechnicalPublications
  2339.  - webobjects
  2340. control's
  2341. control-invert
  2342. control-keyy
  2343. controlkeypatch
  2344. controlkeypatch
  2345. shows
  2346. patch
  2347. manager
  2348. order
  2349. copyright
  2350. coreb
  2351. correct
  2352. corrected
  2353. correctly
  2354. correspondence
  2355. cosmetic[
  2356. costs{
  2357. could]
  2358. counter
  2359. countersA
  2360. courseS
  2361. coursesS
  2362. cpu's
  2363. crashX
  2364. crashed
  2365. crashesW
  2366. create]
  2367. All Packages
  2368. WorldScript UpdaterO
  2369. Dev.CD Jul 96 SSWP
  2370. Dev.CD Jul 96 SSV
  2371. 69813X
  2372. Jul 96
  2373. f--set theItem to choose file -- uncomment to test in an AS editor
  2374.     tell application "Finder"
  2375.         open item "Dev.CD Jul 96 SSW"
  2376.         activate
  2377.     end tell
  2378. on error errMsg number errNum
  2379.     --enter statements to perform when no records are found such as...
  2380.     display dialog "Sorry, the item you selected could not be found."
  2381.     return
  2382. end try
  2383. All Packages
  2384. WorldScript UpdaterO
  2385. Dev.CD Jul 96 SSWP
  2386. Dev.CD Jul 96 SSV
  2387. 69814X
  2388. Jul 96
  2389. f--set theItem to choose file -- uncomment to test in an AS editor
  2390.     tell application "Finder"
  2391.         open item "Dev.CD Jul 96 SSW"
  2392.         activate
  2393.     end tell
  2394. on error errMsg number errNum
  2395.     --enter statements to perform when no records are found such as...
  2396.     display dialog "Sorry, the item you selected could not be found."
  2397.     return
  2398. end try
  2399. D!All Packages
  2400. Tool Chest Edition
  2401. Worldwide QuickDraw GX
  2402. computing_
  2403. concentrate
  2404. concentrated
  2405. concentrates
  2406. concentric
  2407. concepts
  2408. conceptual
  2409. concern
  2410. concerns
  2411. concerted
  2412. concordia
  2413. concordia
  2414. definition
  2415. procedure
  2416. replaces
  2417. concrete
  2418. concurrent
  2419. connections
  2420. connectivity
  2421. connectix
  2422. considerx
  2423. considerable
  2424. considerationsx
  2425. consideredx
  2426. consideringx
  2427. consistencyu
  2428. consistent
  2429. consistsg
  2430. console
  2431. constant
  2432. constants`
  2433. construct
  2434. construction
  2435. consuming
  2436. contactj
  2437. containT
  2438. contained
  2439. containing
  2440. containsS
  2441. contentz
  2442. contentsi
  2443. context
  2444. contextualy
  2445. continue_
  2446. continuing
  2447. e    No Change
  2448. racle
  2449. introduce@
  2450. involved@
  2451. ischeckedout@
  2452. issue@
  2453. issue
  2454. highlights@
  2455. issues@
  2456. difficult
  2457. application
  2458. support
  2459. features@
  2460. it's@
  2461. itable@
  2462. iterate@
  2463. japanese@
  2464. john@
  2465. kaealwaysinteract@
  2466. keytrans@
  2467. kits@
  2468. know@
  2469. language@
  2470. languages@
  2471. launch@
  2472. leap@
  2473. level
  2474. levels@
  2475. lexicon@
  2476. life@
  2477. likely@
  2478. buttons@
  2479. no-so-subtle@
  2480. non-portable@
  2481. nubus@
  2482. obtaining@
  2483. october@
  2484. on-line-service@
  2485. optimized@
  2486. oracle@
  2487. outlines@
  2488. particular@
  2489. performa@
  2490. photograph@
  2491. platform@
  2492. plug-in@
  2493. power@
  2494. preparememoryforio@
  2495. presents@
  2496. privileges@
  2497. product@
  2498. profile@
  2499. programs@
  2500. provides@
  2501. puts@
  2502. quickstart@
  2503. rank@
  2504. readable@
  2505. Apple Guide, Help SystemsO7Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Apple Guide:P?Dev.CD Oct 00 SDK1
  2506.  - Development Kits
  2507.  - Mac OS
  2508.  - Apple Guide to choose file -- uncomment to test in an AS editor
  2509.     tell application "Finder"
  2510.         open item "Dev.CD Dec 99 RL:Technical Publications:rhapsody:"
  2511.         activate
  2512.     end tell
  2513. on error errMsg number errNum
  2514.     --enter statements to perform when no records are found such as...
  2515.     display dialog "Sorry, the item you selected could not be found."
  2516.     return
  2517. end try
  2518. DeletedfQRhapsody
  2519. Yellow Box Java APIs
  2520. OPENSTEP
  2521. Rhapsody Home pages
  2522. Rhapsody Release Notesq
  2523. Dev.CD Dec 99 RL
  2524. All Packages
  2525. F"Technical Publications: WebObjects
  2526. 68091X
  2527. ound Manager's SPBRecord and the File Manager's PBWriteAsync calls.JARecord Sound to Disk(PPC)
  2528. Record sound to disk.mcp
  2529. Record_sound.cK
  2530. Dec 98M
  2531. Any Mac with an audio input.O?Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:Record sound to disk:V
  2532. 64348X
  2533. 1e    No Change
  2534. soundrecord
  2535. NUOpen Transport, server, tilisten, notifiers, listen/accept handoff, OT Virtual ServerOADev.CD Nov 00 TC Disk 1:Sample Code:Networking:OT Virtual Server:PIDev.CD Nov 00 TC Disk 1
  2536.  - Sample Code
  2537.  - Networking
  2538.  - OT Virtual ServerV
  2539. 68840X
  2540. Nov 00^    TC Disk 1b
  2541. Revised
  2542. --set theItem to choose file -- uncomment to test in an AS editor
  2543.     tell application "Finder"
  2544.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:OT Virtual Server:"
  2545.         activate
  2546.     end tell
  2547. on error errMsg number errNum
  2548.     --enter statements to perform when no records are found such as...
  2549.     display dialog "Sorry, the item you selected could not be found."
  2550.     return
  2551. end try
  2552. UpdatedfPOpen Transport
  2553. server
  2554. tilisten
  2555. notifiers
  2556. listen/accept handoff
  2557. OT Virtual Servero&http://developer.apple.com/samplecode/q
  2558. Dev.CD Nov 00 TC Disk 1
  2559. All Packages
  2560. OT/PPP Control Strip Sample
  2561. 68841X
  2562. ov 00 TC Disk 2
  2563.  - Sample Code
  2564.  - QuickTime
  2565.  - Importers and Exporters
  2566.  - CompressMoviesa
  2567. 68595X
  2568. Nov 00^    TC Disk 1
  2569. --set theItem to choose file -- uncomment to test in an AS editor
  2570.     tell application "Finder"
  2571.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:HTMLSample:"
  2572.         activate
  2573.     end tell
  2574. on error errMsg number errNum
  2575.     --enter statements to perform when no records are found such as...
  2576.     display dialog "Sorry, the item you selected could not be found."
  2577.     return
  2578. end try
  2579. e    No Changef'HTML
  2580. HTMLRenderingLib
  2581. Packages
  2582. Mac OS 9q
  2583. Dev.CD Nov 00 TC Disk 1
  2584. All Packages
  2585. Http Server
  2586. Summary:  This is a functional OpenTransport  sample  that implements a Macintosh background process that will respond to simple  HTTP requests via TCP/IP.  It utilizes C++, exceptions,  IOStreams, Mac Thread manager, OpenTransport (accepting connections and no-copy reads).
  2587. Issues:  Doesnt parse HTTP yet, but replies with a test page.. 
  2588. IOStreams recv not functional yet,  OT Listen/Accept loop needs improvement
  2589. Mar 96
  2590. MUPowerPC, System 8.1 or later, and either Universal Interfaces 3.3 or DrawSprocket SDKN-DrawSprocket, GetVersion, Context, blit, CLUTtframestepper:PPDev.CD Nov 00 TC Disk 2
  2591.  - Sample Code
  2592.  - QuickTime
  2593.  - Goodies
  2594.  - qtframestepper    A
  2595. applesearchT
  2596. appleshareT
  2597. appleshare
  2598. client
  2599. shared
  2600. volumes
  2601. appleshare
  2602. sharing
  2603. faceless
  2604. background-only
  2605. appleshare
  2606. sharing
  2607. manager
  2608. appleshare
  2609. protocol
  2610. appleshare
  2611. server
  2612. appleshare
  2613. client
  2614. registry
  2615. appletalkR
  2616. appletalk
  2617. ethernet
  2618. networking
  2619. opentransport
  2620. tcp/ip
  2621. appletalk
  2622. ethertalk
  2623. tokentalk
  2624. network
  2625. ethernet
  2626. token
  2627. appletalk
  2628. printer
  2629. access
  2630. protocol
  2631. option
  2632. appletalk
  2633. networking
  2634. appletalk
  2635. router
  2636. internet
  2637. application
  2638. applications
  2639. appstogo
  2640. appstogo
  2641. rapid
  2642. application
  2643. development
  2644. arabic
  2645. arbitrary
  2646. arbitrator
  2647. architecture
  2648. archiving
  2649. arithmetic
  2650. arpsample
  2651. arrangement
  2652. defines
  2653. 68709X
  2654. Oct 00^
  2655. --set theItem to choose file -- uncomment to test in an AS editor
  2656.     tell application "Finder"
  2657.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Macintosh Drag and Drop:"
  2658.         activate
  2659.     end tell
  2660. on error errMsg number errNum
  2661.     --enter statements to perform when no records are found such as...
  2662.     display dialog "Sorry, the item you selected could not be found."
  2663.     return
  2664. end try
  2665. e    No Changeq
  2666. Dev.CD Oct 00 SDK1
  2667. D!All Packages
  2668. Mac OS SDK Edition
  2669. Macintosh Easy Open 1.1.1
  2670.     phicsImporter68k
  2671. EI_ImageDecompressor
  2672. EI_ImageDecompressor68k
  2673. EI_ImageDecompressorPPC
  2674. EI_MovieImport
  2675. EI_MovieImport68k
  2676. Electric Images
  2677. ImportExample.mcp
  2678. ImportExample68k
  2679. ImportExamplePPC
  2680. ImportExampleTest.c
  2681. ProjectIncludes
  2682. Read Me
  2683. Utilities
  2684. NEQuickTime, Graphics, Importer, Movie, Image, Graphics, Decompressors
  2685. ORDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Importers and Exporters:ImporterMac:e found."
  2686.     return
  2687. end try
  2688. mixed
  2689. Jan 96
  2690. g--set theItem to choose file -- uncomment to test in an AS editor
  2691.     tell application "Finder"
  2692.         open item "Dev.CD Jan 96 SDK1"
  2693.         activate
  2694.     end tell
  2695. on error errMsg number errNum
  2696.     --enter statements to perform when no records are found such as...
  2697.     display dialog "Sorry, the item you selected could not be found."
  2698.     return
  2699. end try
  2700. All Packages
  2701. QuickDraw GXO
  2702. Dev.CD Jan 96 SDK1P
  2703. Dev.CD Jan 96 SDKV
  2704. 69045X
  2705. Jan 96
  2706. g--set theItem to choose file -- uncomment to test in an AS editor
  2707.     tell application "Finder"
  2708.         open item "Dev.CD Jan 96 SDK1"
  2709.         activate
  2710.     end tell
  2711. on error errMsg number errNum
  2712.     --enter statements to perform when no records are found such as...
  2713.     display dialog "Sorry, the item you selected could not be found."
  2714.     return
  2715. end try
  2716. All Packages
  2717. QuickDraw GXO
  2718. Dev.CD Jan 96 SDK1P
  2719. Dev.CD Jan 96 SDKV
  2720. 69046X
  2721. Jan 96
  2722. application
  2723. appstogo
  2724. - Common
  2725.     - Sun Compliant Java Runtime Environment 1.1
  2726.     - QuickTime 3 
  2727.     - QTJava.zip
  2728.     - QTJava media samples
  2729. - Mac OS:
  2730.     - System 8 or later
  2731.     - Macintosh Runtime for Java (MRJ) 2.1
  2732. - Windows 95, 98, or NT::
  2733.     - JRE/JDK from Sun Microsystems, Inc. recommended
  2734. QuickTime, Java, MRJncepts on which they are based can be easily transferred to other scripts. Also includes tips documents on putting commands together to write useful scripts.  
  2735. J6Documents
  2736. READMEFIRST!
  2737. Sample Makefiles
  2738. Sample ScriptsK
  2739. Mar 92M
  2740. MPW 3.2 or laterOVDev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:MPW Script Tips 1.1.1:PaDev.CD Nov 00 TC Disk 1
  2741.  - Tool Chest
  2742.  - Development Kits
  2743.  - MPW Related
  2744.  - MPW Script Tips 1.1.1V
  2745. 67153X
  2746. Nov 00^    TC Disk 1
  2747. e    No Change
  2748. indow Manager
  2749. windows
  2750. structure region
  2751. content region
  2752. window class
  2753. window classes
  2754. window layers
  2755. window attributes
  2756. scrolling
  2757. Menu Manager
  2758. menus
  2759. Carbon
  2760. Apple menu
  2761. menu items
  2762. /developer.apple.com/techpubs/index.html
  2763. e    No Changef
  2764. QuickTime
  2765. Effect
  2766. Video
  2767. Trackq
  2768. Dev.CD Nov 00 TC Disk 2
  2769. All Packages
  2770. SampleRateAvailIbThis snippet checks for the number of sample rates available on a given Mac and lists those rates.J:SampleRateAvail(PPC)
  2771. SampleRateAvail.c
  2772. SampleRateAvail.mcpM
  2773. Sound Manager 3.0 or laterN$sound, sample, rate, SampleRateAvailO:Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:SampleRateAvail:PBDev.CD Nov 00 TC Disk 2
  2774.  - Sample Code
  2775.  - Sound
  2776.  - SampleRateAvailV
  2777. 69248X
  2778. Nov 00^    TC Disk 2
  2779. --set theItem to choose file -- uncomment to test in an AS editor
  2780.     tell application "Finder"
  2781.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:SampleRateAvail:"
  2782.         activate
  2783.     end tell
  2784. on error errMsg number errNum
  2785.     --enter statements to perform when no records are found such as...
  2786.     display dialog "Sorry, the item you selected could not be found."
  2787.     return
  2788. end try
  2789. e    No Changef!sound
  2790. sample
  2791. SampleRateAvailq
  2792. Dev.CD Nov 00 TC Disk 2
  2793. All Packages
  2794. 69249X
  2795. 68459X
  2796. Sep 96^
  2797. --set theItem to choose file -- uncomment to test in an AS editor
  2798.     tell application "Finder"
  2799.         open item "Dev.CD Sep 96 RL:Technical Documentation:develop:develop Issue  2:"
  2800.         activate
  2801.     end tell
  2802. on error errMsg number errNum
  2803.     --enter statements to perform when no records are found such as...
  2804.     display dialog "Sorry, the item you selected could not be found."
  2805.     return
  2806. end try
  2807. Deletedq
  2808. Dev.CD Sep 96 RL
  2809. All Packages
  2810. develop Issue 20
  2811. 68460X
  2812. eresolveRelativeAlias ReadMe
  2813. ResolveRelativeAlias(PPC)
  2814. ResolveRelativeAlias.mcp
  2815. ResolveRelativeAlias.pM
  2816. System 7.0N
  2817. Alias Manager, relative aliasO?Dev.CD Nov 00 TC Disk 1:Sample Code:Files:resolveRelativeAlias:PGDev.CD Nov 00 TC Disk 1
  2818.  - Sample Code
  2819.  - Files
  2820.  - resolveRelativeAliasV
  2821. 67605X
  2822. Nov 00^    TC Disk 1
  2823. e    No Change
  2824. ardware:Disks:DriverGestalt Demo:P]Dev.CD Nov 00 TC Disk 1
  2825.  - Sample Code
  2826.  - Devices and Hardware
  2827.  - Disks
  2828.  - DriverGestalt DemoV
  2829. 63632X
  2830. 1e    No Change
  2831. Communications Toolbox
  2832. Contributed
  2833. Devices and Hardware
  2834. Files
  2835. Games
  2836. Graphics 2D
  2837. Graphics 3D
  2838. Help Systems
  2839. Human Interface Toolbox
  2840. Interapplication Comm
  2841. Memory
  2842. Networking
  2843. OS Utilities
  2844. Overview
  2845. Platforms and Tools
  2846. Printing
  2847. Processes
  2848. QuickTime
  2849. Runtime Architecture
  2850. Sound
  2851. to perform when no records are found such as...
  2852.     display dialog "Sorry, the item you selected could not be found."
  2853.     return
  2854. end try
  2855. ditor
  2856.     tell application "Finder"
  2857.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Codecs:DrawTextCodec:"
  2858.         activate
  2859.     end tell
  2860. on error errMsg number errNum
  2861.     --enter statements to perform when no records are found such as...
  2862.     display dialog "Sorry, the item you selected could not be found."
  2863.     return
  2864. end try
  2865. e    No Changef
  2866. QuickTime
  2867. codecq
  2868. Dev.CD Nov 00 TC Disk 2
  2869. All Packages
  2870. Drive UtilitiesV
  2871. 63630X
  2872. teOCDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:QTCreateMovie:V
  2873. 62485X
  2874. 1e    No Change
  2875. Aug 94L
  2876. May 97M9Requires the Control Strip control panel to be installed.O0Dev.CD Oct 99 SDK:Development Kits:Control StripP5Dev.CD Oct 99 SDK
  2877.  - Development Kits
  2878.  - Control StriV
  2879. 68705X
  2880. Oct 99^
  2881. --set theItem to choose file -- uncomment to test in an AS editor
  2882.     tell application "Finder"
  2883.         open item "Dev.CD Oct 99 SDK:Development Kits:Control Strip"
  2884.         activate
  2885.     end tell
  2886. on error errMsg number errNum
  2887.     --enter statements to perform when no records are found such as...
  2888.     display dialog "Sorry, the item you selected could not be found."
  2889.     return
  2890. end try
  2891. Deletedq
  2892. Dev.CD Oct 99 SDK
  2893. All Packages
  2894. MacCheck
  2895.  1.0.4
  2896. 68706X
  2897. Nov 00 TC Disk 2
  2898. (D!All Packages
  2899. Mac OS SDK Edition
  2900. InputSprocket SDKI
  2901. This is the SDK for InputSprocket 1.7 which provides support for using joysticks, keyboards, mice,  and other input devices when playing games on your Macintosh computer.e    No Change
  2902. Summary: MacBinary Standard
  2903. Features: MacBinary II Conf is a dialog of those defining the MacBinary II standard.  It is interesting if you want to know how the MacBinary II protocol evolved from the original MacBinary.  It also provides  answers to questions regarding implimentation can be found in here.
  2904. The MacBinary-Standard and MacBinary-II-Standard  are the definitions of the MacBinary protocols.  These will be of interest to folks implimenting MacBinary in their communications or fiB
  2905. le compression packages.  
  2906. JMmacbinary-II-conf
  2907. macbinary-II-conf2
  2908. macbinary-II-standard
  2909. macbinary-standardK
  2910. May 93M
  2911. Adobe Acrobat Reader.OJDev.CD Sep 00 RL Disk 1:Technical Documentation:Misc. Standards:MacBinary:PRDev.CD Sep 00 RL Disk 1
  2912.  - Technical Documentation
  2913.  - Misc. Standards
  2914.  - MacBinaryre found such as...
  2915.     display dialog "Sorry, the item you selected could not be found."
  2916.     return
  2917. end try
  2918. e    No Changeo
  2919. http://developer.apple.com/sdk
  2920. ing code is found in the file
  2921. OGDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:Music:PRDev.CD Nov 00 TC Disk 2
  2922.  - Sample Code
  2923.  - QuickTime
  2924.  - QuickTime for Java
  2925.  - MusicV
  2926. 68791X
  2927. Nov 00^    TC Disk 2
  2928. --set theItem to choose file -- uncomment to test in an AS editor
  2929.     tell application "Finder"
  2930.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:Music:"
  2931.         activate
  2932.     end tell
  2933. on error errMsg number errNum
  2934.     --enter statements to perform when no records are found such as...
  2935.     display dialog "Sorry, the item you selected could not be found."
  2936.     return
  2937. end try
  2938. e    No Changef
  2939. QuickTime
  2940. Dev.CD Nov 00 TC Disk 2
  2941. All Packages
  2942. MusicMixerI
  2943. This demo program shows the introspection of a Movie and the presentation of mixer channels to edit the playback volumes and balance of audio media.J/mm.bat
  2944. MusicMixer
  2945. MusicMixer.zip
  2946. readme.txt
  2947. Feb 00
  2948. 8792X
  2949. 1e    No Change
  2950. work around them. 
  2951. Driving to Print:  An Apple IIGS Printer Drive
  2952. --set theItem to choose file -- uncomment to test in an AS editor
  2953.     tell application "Finder"
  2954.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Disks:RAMDisk:ShowInitIcon:"
  2955.         activate
  2956.     end tell
  2957. on error errMsg number errNum
  2958.     --enter statements to perform when no records are found such as...
  2959.     display dialog "Sorry, the item you selected could not be found."
  2960.     return
  2961. end try
  2962. enterbutton
  2963. enterbutton
  2964. enterbutton
  2965. environment
  2966. eomodeler
  2967. eomodeler
  2968. erasefile
  2969. erasefile
  2970. errata~
  2971. error
  2972. error
  2973. handler
  2974. error
  2975. handler
  2976. errormsg
  2977. errormsg
  2978. errormsg
  2979. errors
  2980. ethernet
  2981. event~
  2982. eventloop
  2983. eventloop
  2984. events
  2985. events
  2986. apple
  2987. ethernet
  2988. apple
  2989. video
  2990. All Packages
  2991. F    PowerTalkO
  2992. Dev.CD Apr 95
  2993. Dev.CD Jan 95P
  2994. Dev.CD Apr 95
  2995. Dev.CD Jan 9V
  2996. 68921X
  2997. Apr 95
  2998. p--set theItem to choose file -- uncomment to test in an AS editor
  2999.     tell application "Finder"
  3000.         open item "Dev.CD Apr 95
  3001. Dev.CD Jan 95"
  3002.         activate
  3003.     end tell
  3004. on error errMsg number errNum
  3005.     --enter statements to perform when no records are found such as...
  3006.     display dialog "Sorry, the item you selected could not be found."
  3007.     return
  3008. end try
  3009. All Packages
  3010. F    PowerTalkO
  3011. Dev.CD Apr 95P
  3012. Dev.CD Apr 9V
  3013. 68922X
  3014. Apr 95
  3015. b--set theItem to choose file -- uncomment to test in an AS editor
  3016.     tell application "Finder"
  3017.         open item "Dev.CD Apr 95"
  3018.         activate
  3019.     end tell
  3020. on error errMsg number errNum
  3021.     --enter statements to perform when no records are found such as...
  3022.     display dialog "Sorry, the item you selected could not be found."
  3023.     return
  3024. end try
  3025. All Packages
  3026. F    PowerTalkO
  3027. Dev.CD Apr 95V
  3028. 68923X
  3029. software
  3030. licensing
  3031. someunicodestuff
  3032. someunicodestuff
  3033. someunicodestuff
  3034. somobjects
  3035. somobjects
  3036. first
  3037. sonofsillyballs
  3038. sonofsillyballs
  3039. sonofsillyballs
  3040. sonofsillyballs
  3041. pbproj
  3042. sortablepicture
  3043. sortablepicture
  3044. sortablepicture
  3045. sortpicts
  3046. sortpicts
  3047. sortpicts
  3048. sortpicts
  3049. sortpictsapp
  3050. sortpictsapp
  3051. sortpictsthreads
  3052. sortpictsthreads
  3053. sorts
  3054. small
  3055. simple
  3056. dudes
  3057. dummy
  3058. dumped
  3059. dumpnetworksetup
  3060. dumpnetworksetup
  3061. dumps
  3062. entire
  3063. contents
  3064. network
  3065. dumps
  3066. dumpster
  3067. duplicate
  3068. during_
  3069. dutch
  3070. dykstra-erickson
  3071. dylan
  3072. dynamic
  3073. What Are the AEGizmos?
  3074. AEGizmos consists of four libraries in one. These libraries provide alternate ways of building and reading Apple events and Apple event descriptors.JYDemo app
  3075. Documentation
  3076. Headers
  3077. Libraries
  3078. Read Me -- AEGizmos
  3079. Sources
  3080. What's New in 1.4.2?K
  3081. Aug 94L
  3082. Oct 99N#AppleScript, Apple events, AEGizmosOZDev.CD Nov 00 TC Disk 1:Tool Chest:Interapplication Communication:AE Tools:AEGizmos 1.4.2:PeDev.CD Nov 00 TC Disk 1
  3083.  - Tool Chest
  3084.  - Interapplication Communication
  3085.  - AE Tools
  3086.  - AEGizmos 1.4.2V
  3087. 68238X
  3088. Nov 00^    TC Disk 1
  3089. --set theItem to choose file -- uncomment to test in an AS editor
  3090.     tell application "Finder"
  3091.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Interapplication Communication:AE Tools:AEGizmos 1.4.2:"
  3092.         activate
  3093.     end tell
  3094. on error errMsg number errNum
  3095.     --enter statements to perform when no records are found such as...
  3096.     display dialog "Sorry, the item you selected could not be found."
  3097.     return
  3098. end try
  3099. e    No Change
  3100. bundle
  3101. burned-in
  3102. burning
  3103. business
  3104. button
  3105. buttons
  3106. framework
  3107. rapid
  3108. application
  3109. development
  3110. dtscpluslibrar
  3111. opentransport
  3112. cacheA
  3113. cacheline
  3114. cad/cam
  3115. cad/cam
  3116. design
  3117. calccmask
  3118. calcmask
  3119. calcmask
  3120. calccmask
  3121. bitmap
  3122. copybits
  3123. newgworld
  3124. gworld
  3125. copymask
  3126. calculator
  3127. calculator
  3128. cocoa
  3129. calibrator
  3130. callback
  3131. calling
  3132. camera
  3133. capabilities
  3134. capped
  3135. capture
  3136. carbonr
  3137. device
  3138. manager
  3139. control
  3140. cdrom
  3141. cdrom
  3142. drivers
  3143. center
  3144. centerrectinrect
  3145. e    No Changef
  3146. PostScript
  3147. sample codeq
  3148. Dev.CD Nov 00 TC Disk 1
  3149. D!All Packages
  3150. Mac OS SDK Edition
  3151. GXGraphicsI
  3152. Summary: GXGraphics 1.1.6 is an extension that encompasses the QuickDraw GX graphics and line layout capabilities without GX printing. The 1.1.6 init replaces the older 1.1.3 init and fixes minor cosmetic bugs.J
  3153. GXGraphicsK
  3154. Sep 97N
  3155. QuickDraw GX, GXGraphics 1.1.6O\Dev.CD Apr 98 SDK2:Development Kits (Disc 2):Quickdraw GX Init Update:GXGraphics 1.1.6 init:PdDev.CD Apr 98 SDK2
  3156.  - Development Kits (Disc 2)
  3157.  - Quickdraw GX Init Update
  3158.  - GXGraphics 1.1.6 initV
  3159. 68574X
  3160. Apr 98^
  3161. #nGL DrawSprocket
  3162. 67208X
  3163.      open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Files:CreateDirWCustIcon:"
  3164.         activate
  3165.     end tell
  3166. on error errMsg number errNum
  3167.     --enter statements to perform when no records are found such as...
  3168.     display dialog "Sorry, the item you selected could not be found."
  3169.     return
  3170. end try
  3171. e    No Changef
  3172. custom icon
  3173. folderq
  3174. Dev.CD Nov 00 TC Disk 1
  3175. |v file or serial driver.
  3176. Apple Internet Tunnel Simulator and Apple Tunnel Simulator software
  3177. -------------------------------------------------
  3178. Apple Tunnel Simulator is an application that simulates an AURP tunnel over TCP/IP. It is useful in testing your AURP implementations. The document Apple Internet Tunnel Simulator explains how to use the Apple Tunnel Simulator software.
  3179. JxATalk WAD Toolkit Read Me
  3180. AURP MIB
  3181. AURP MIB (compilable)
  3182. Documentation:
  3183. SNMP AURP Agent
  3184. TunnelSim
  3185. XTI Shell Sample Code:K
  3186. Apr 96N+AppleTalk Wide Area, AURP, Router, InternetOADev.CD Apr 98 SDK1:Development Kits (Disc 1):AppleTalk Wide Area:PFDev.CD Apr 98 SDK1
  3187.  - Development Kits (Disc 1)
  3188.  - AppleTalk Wide Areapr 93PDDev.CD Apr 94
  3189. Dev.CD Jan 94
  3190. Dev.CD Oct 93
  3191. Dev.CD Jul 93
  3192. Dev.CD Apr 9V
  3193. 68022X
  3194. Apr 94
  3195. interleave
  3196. interleaving
  3197. internal
  3198. internal
  3199. logic
  3200. internally
  3201. international
  3202. internationalization
  3203. All Packages
  3204. F    QuickTimeO)Dev.CD Jan 94
  3205. Dev.CD Oct 93
  3206. Dev.CD Jul 93P(Dev.CD Jan 94
  3207. Dev.CD Oct 93
  3208. Dev.CD Jul 9V
  3209. 69129X
  3210. Jan 94
  3211. ~--set theItem to choose file -- uncomment to test in an AS editor
  3212.     tell application "Finder"
  3213.         open item "Dev.CD Jan 94
  3214. Dev.CD Oct 93
  3215. Dev.CD Jul 93"
  3216.         activate
  3217.     end tell
  3218. on error errMsg number errNum
  3219.     --enter statements to perform when no records are found such as...
  3220.     display dialog "Sorry, the item you selected could not be found."
  3221.     return
  3222. end try
  3223. All Packages
  3224. F    QuickTimeO
  3225. Dev.CD Jan 94P
  3226. Dev.CD Jan 9V
  3227. 69130X
  3228. Jan 94
  3229. b--set theItem to choose file -- uncomment to test in an AS editor
  3230.     tell application "Finder"
  3231.         open item "Dev.CD Jan 94"
  3232.         activate
  3233.     end tell
  3234. on error errMsg number errNum
  3235.     --enter statements to perform when no records are found such as...
  3236.     display dialog "Sorry, the item you selected could not be found."
  3237.     return
  3238. end try
  3239. All Packages
  3240. language
  3241. language
  3242. analysis
  3243. language
  3244. analysis
  3245. architecture
  3246. japanese
  3247. language
  3248. updater
  3249. arabic
  3250. chinese
  3251. cyrillic
  3252. hebrew
  3253. languageid
  3254. laserwriter
  3255. laserwriter
  3256. custom
  3257. sample
  3258. laserwriter
  3259. driver
  3260. printer
  3261. 8.5.1
  3262. laserwriter
  3263. print
  3264. dialog
  3265. launch
  3266. layers
  3267. lclick
  3268. legacy
  3269. level
  3270. library
  3271. light
  3272. lightgrayadorner
  3273. ference
  3274. switch
  3275. module
  3276. lproj
  3277. macapp]
  3278. macapp
  3279. framework
  3280. object-oriented
  3281. classes
  3282. editor
  3283. resou^
  3284. macapp
  3285. adorner
  3286. custom
  3287. cursor
  3288. dependency
  3289. eenie
  3290. machine
  3291. macintoshR
  3292. macintosh
  3293. powerbook
  3294. series
  3295. developers
  3296. powerpc
  3297. backside
  3298. macsbugi
  3299. macsbug
  3300. appleevent
  3301. apple
  3302. event
  3303. dcmdi
  3304. mactcp
  3305. mactcp
  3306. communications
  3307. toolbox
  3308. serial
  3309. ports
  3310. audio
  3311. management
  3312. e    No Changef
  3313. QuickTime
  3314. Dev.CD Nov 00 TC Disk 2
  3315. All Packages
  3316. F    QTVectors
  3317. QTVectors is a simple application that constructs a QuickTime vector movie.
  3318.  It shows how to create a new movie, construct a series of QTAtoms that describe a vector picture, and then save the QTAtoms in the new movie. You can then open the movie to see what was drawn.
  3319. Application Files
  3320. Building QT Samples
  3321. Common Files
  3322. QTVectors 68k
  3323. QTVectors 68k.mcp
  3324. QTVectors PPC
  3325. QTVectors PPC.mcp
  3326. QTVectors Win.mcp
  3327. QTVectors.c
  3328. QTVectors.exe
  3329. QTVectors.h
  3330. QTVectors.mak
  3331. README
  3332. shapes.movM
  3333. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.N QuickTime, Vector, Atom, PictureO@Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Vectors:QTVectors:PKDev.CD Nov 00 TC Disk 2
  3334.  - Sample Code
  3335.  - QuickTime
  3336.  - Vectors
  3337.  - QTVectorsV
  3338. 69011X
  3339. Nov 00^    TC Disk 2
  3340. e    No Change
  3341. fifteenv
  3342. fifth
  3343. figure
  3344. figured
  3345. file^
  3346. apple
  3347. computer
  3348. sample will display the version of QuickDraw which you are running.
  3349. J$TestGestalt.c
  3350. TestQD(PPC)
  3351. TestQD.mcpM
  3352. System 6.0.4O8Dev.CD Nov 00 TC Disk 1:Sample Code:OS Utilities:TestQD:V
  3353. 63219X
  3354. 1e    No Change
  3355. 69347X
  3356. Nov 00^    TC Disk 2
  3357. --set theItem to choose file -- uncomment to test in an AS editor
  3358.     tell application "Finder"
  3359.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Music and Sound:SoundConverter:"
  3360.         activate
  3361.     end tell
  3362. on error errMsg number errNum
  3363.     --enter statements to perform when no records are found such as...
  3364.     display dialog "Sorry, the item you selected could not be found."
  3365.     return
  3366. end try
  3367. e    No Changef&QuickTime
  3368. Sound
  3369. Converter
  3370. Format
  3371. Audioq
  3372. Dev.CD Nov 00 TC Disk 2
  3373. All Packages
  3374. SoundLevelI}A simple application that meters the sound input level on the microphone using a display much like a VCR peak-hold bar meter.J;SoundLevel(PPC)
  3375. SoundLevel.c
  3376. SoundLevel.mcp
  3377. SoundLevel.rsrcM
  3378. Sound Manager 3.0 or laterN
  3379. sound, input, microphoneO5Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:SoundLevel:P=Dev.CD Nov 00 TC Disk 2
  3380.  - Sample Code
  3381.  - Sound
  3382.  - SoundLevelV
  3383. 69348X
  3384. Nov 00^    TC Disk 2
  3385. e    No Change
  3386. Feb 92L
  3387. Nov 96O
  3388. Dev.CD Nov 99 TC:Sample Code:P
  3389. Dev.CD Nov 99 TC
  3390.  - Sample CodeV
  3391. 69333X
  3392. Nov 99^
  3393. r--set theItem to choose file -- uncomment to test in an AS editor
  3394.     tell application "Finder"
  3395.         open item "Dev.CD Nov 99 TC:Sample Code:"
  3396.         activate
  3397.     end tell
  3398. on error errMsg number errNum
  3399.     --enter statements to perform when no records are found such as...
  3400.     display dialog "Sorry, the item you selected could not be found."
  3401.     return
  3402. end try
  3403. Deletedq
  3404. Dev.CD Nov 99 TC
  3405. D!All Packages
  3406. Tool Chest Edition
  3407. Snippets - Sound
  3408. v1.0.1
  3409. v1.0.2
  3410. v1.1.3
  3411. v1.2.1R
  3412. v1.4.6f4
  3413. v1.5.1
  3414. v1.7.2
  3415. declaration ROM views of specific Apple products.JuEx Apple EtherNet ROM
  3416. Ex Apple Video ROM
  3417. Example Vid ROM from C&D
  3418. ExROM-1Func sResource
  3419. MinimalDeclROM.a
  3420. ROM diagramsK
  3421. Oct 92V
  3422. 65184X
  3423. 1e    No Change
  3424. ovides the function BuildGLFromWindow a
  3425. macapp
  3426. framework
  3427. object-oriented
  3428. standard
  3429. library
  3430. carbonli
  3431. macapp
  3432. framework
  3433. object-oriented
  3434. classes
  3435. editor
  3436. resou^
  3437. macapp
  3438. modal
  3439. dialog
  3440. tpicture
  3441. pictdialog
  3442. macapp
  3443. tear-off
  3444. floating
  3445. window
  3446. windoid
  3447. macapp
  3448. level
  3449. macapp
  3450. macapp
  3451. ttextlistview
  3452. ttextgridview
  3453. protoviews
  3454. macapp
  3455. adorner
  3456. custom
  3457. cursor
  3458. dependency
  3459. eenie
  3460. macapp
  3461. windows
  3462. cascade
  3463. windows
  3464. close
  3465. windows
  3466. window
  3467. maccheck
  3468. machine
  3469. machinelocation
  3470. macosxserver
  3471. macosxserver
  3472. appkit
  3473. foundation
  3474. project
  3475. builder
  3476. interface
  3477. macsbugi
  3478. macsbug
  3479. appleevent
  3480. apple
  3481. event
  3482. dcmdi
  3483. macsbug
  3484. debugger
  3485. debugging
  3486. assembly
  3487. mactcp
  3488. mactcp
  3489. communications
  3490. toolbox
  3491. serial
  3492. ports
  3493. audio
  3494. mactcp
  3495. tcp/ip
  3496. magic
  3497. suite
  3498. apple
  3499. events
  3500. applescript
  3501. email
  3502. makeicon
  3503. management
  3504. nd try
  3505. myaddresmenu[
  3506. mybuildmenu
  3507. mydeviceloop
  3508. myfont
  3509. mygrowwindow
  3510. myles
  3511. myregistercomponent
  3512. myriad
  3513. myself
  3514. mysteries
  3515. mystery
  3516. naked
  3517. namej
  3518. nameandaddress
  3519. nameandaddress
  3520. single
  3521. window
  3522. utility
  3523. named
  3524. namely
  3525. names[
  3526. namespace
  3527. namingtable
  3528. namingtableaccess
  3529. nastier
  3530. --set theItem to choose file -- uncomment to test in an AS editor
  3531.     tell application "Finder"
  3532.         open item "Dev.CD Apr 94
  3533. Dev.CD Jan 94
  3534. Dev.CD Oct 93
  3535. Dev.CD Jul 93"
  3536.         activate
  3537.     end tell
  3538. on error errMsg number errNum
  3539.     --enter statements to perform when no records are found such as...
  3540.     display dialog "Sorry, the item you selected could not be found."
  3541.     return
  3542. end try
  3543. inside
  3544. macintosh
  3545. movie
  3546. toolbox
  3547. sample
  3548. insidemac
  3549. installment
  3550. installsf
  3551. instance
  3552. instances
  3553. instantly
  3554. instead
  3555. instruction
  3556. instructional
  3557. instructions_
  3558. insure
  3559. int'l
  3560. integer
  3561. integral
  3562. integrate
  3563. integrated
  3564. integrates
  3565. integrating
  3566. integrating
  3567. computer-based
  3568. media
  3569. broadcast
  3570. environment
  3571. integration
  3572. can be difficult, since there
  3573. s a lot going on beneath the surface. These techniques for detecting problems in MacApp programs can help.
  3574. Chiropractic for Your Misaligned Data by Kevin Looney and Craig Anderson.   Misaligned data accesses on PowerPC processors can be very expensive. Two tools that will help you detect misalignment problems are presented here, along with some advice on avoiding misalignment in the first place.
  3575. THE OPENDOC ROAD: OpenDoc Memory Management and the Toolbox by 
  3576. Troy Gaul and Vincent Lo.  Managing memory allocation in your OpenDoc part editor can be a little tricky.
  3577. PRINT HINTS: Safe Travel Through the Printing Jungle by Dave Polaschek.  Printing is often much more complex than it needs to be. By keeping it simple and staying on the well-trod path, you can protect yourself.
  3578. BE OUR GUEST:  Source Code Control for the Rest of Us by D. John Anderson and Alan B. Harper Source control doesn
  3579. t need to be complex, as the simple tools presented here wil
  3580. All Packages
  3581. System 7 Tune-UpO
  3582. Dev.CD Apr 92
  3583. Dev.CD Mar 92P
  3584. Dev.CD Apr 92
  3585. Dev.CD Mar 9V
  3586. 69405X
  3587. Apr 92
  3588. p--set theItem to choose file -- uncomment to test in an AS editor
  3589.     tell application "Finder"
  3590.         open item "Dev.CD Apr 92
  3591. Dev.CD Mar 92"
  3592.         activate
  3593.     end tell
  3594. on error errMsg number errNum
  3595.     --enter statements to perform when no records are found such as...
  3596.     display dialog "Sorry, the item you selected could not be found."
  3597.     return
  3598. end try
  3599. All Packages
  3600. System 7 Tune-UpO
  3601. Dev.CD Apr 92
  3602. Dev.CD Mar 92P
  3603. Dev.CD Apr 92
  3604. Dev.CD Mar 9V
  3605. 69406X
  3606. Apr 92
  3607. p--set theItem to choose file -- uncomment to test in an AS editor
  3608.     tell application "Finder"
  3609.         open item "Dev.CD Apr 92
  3610. Dev.CD Mar 92"
  3611.         activate
  3612.     end tell
  3613. on error errMsg number errNum
  3614.     --enter statements to perform when no records are found such as...
  3615.     display dialog "Sorry, the item you selected could not be found."
  3616.     return
  3617. end try
  3618. nterface improvements.
  3619. Changes from Disk Copy 6.3
  3620.  An issue that prevented making a read-only or read-only compressed image  from volumes that have data at the end of the volume has been corrected.
  3621. Changes from Disk Copy 6.2
  3622.  Added Navigation Services support.
  3623.  Added ability to duplicate a floppy.
  3624.  Added support for creating self-mounting images.
  3625.  Various improvements to AppleScript support.
  3626.  Fixed possible data loss issue when imaging a folder from an HFS+ volume.
  3627.  Imaging a foDzlder with less than 32MB of data from an HFS+ volume results in an HFS formatted volume.
  3628.  Various interface improvements.
  3629. J)Disk Copy
  3630. Disk Copy 6.3.3 Quick ReferenceK
  3631. Jan 97L
  3632. May 99N
  3633. Disk, Copy, utilityO,Dev.CD Sep 00 RL Disk 1:Utilities:Disk Copy:P1Dev.CD Sep 00 RL Disk 1
  3634.  - Utilities
  3635.  - Disk Copy
  3636. maccheck
  3637. machine
  3638. machine
  3639. identification
  3640. machinelocation
  3641. macintalk
  3642. macintoshR
  3643. ws you verify that your application does no
  3644. riends and family, specialized technical terms, etc.
  3645.  Adapts to your word patterns to improve the long-term performance.
  3646.  The Lexicon Optimizer utility scans your text files to find what words you  use and adds them automatically to the system.
  3647.  Powerful Voice Macro feature allows you to input long addresses or aphorisms by speaking a single word.  
  3648.  Voice commands for frequently used functions.
  3649.  Most misrecognized characters can be corrected easily and quickly with a click of the mouF]se.
  3650.  Dictation of numbers and punctuation.
  3651.  Support for multiple users on a single machine.
  3652. JkCT-009-4433 (Install 1)
  3653. CT-009-4434 (Install 2)
  3654. CT-009-4435 (Install 3)
  3655. Read Me First! SC
  3656. Read Me First! TCK
  3657. Nov 96L
  3658. May 97M
  3659. Any PowerPC Macintosh with 16bit sound input
  3660. System 7.1.2 or above with Chinese Language Kit 1.1 or above installled
  3661. A CDK microphoneN0Chinese, dictation, CDK, speech, input, keyboardO9Dev.CD Aug 97 TC:Language Kits:Chinese Dictation Kit 1.5:turn
  3662. end try
  3663. 68704X
  3664. Sep 00^    RL Disk 1
  3665. --set theItem to choose file -- uncomment to test in an AS editor
  3666.     tell application "Finder"
  3667.         open item "Dev.CD Sep 00 RL Disk 1:Technical Documentation:Misc. Standards:MacBinary:"
  3668.         activate
  3669.     end tell
  3670. on error errMsg number errNum
  3671.     --enter statements to perform when no records are found such as...
  3672.     display dialog "Sorry, the item you selected could not be found."
  3673.     return
  3674. end try
  3675. e    No Changeq
  3676. Dev.CD Sep 00 RL Disk 1
  3677. zD!All Packages
  3678. Mac OS SDK Edition
  3679. MacCalendar 1.1b1I
  3680. Summary:  MacCalendar is a control strip module that displays a calendar when you click on it in the control strip.  The calendar display is configured using a separate application, MacCalendar Setup.
  3681. 68705X
  3682. Deleted
  3683. cketPPTest:PQDev.CD Nov 00 TC Disk 1
  3684.  - Sample Code
  3685.  - Archive
  3686.  - Games
  3687.  - InputSprocketPPTestV
  3688. 66997X
  3689. Nov 00^    TC Disk 1
  3690. e    No Change
  3691. ay dialog "Sorry, the item you selected could not be found."
  3692.     return
  3693. end try
  3694. error
  3695. detector
  3696. powerpc
  3697. atademo
  3698. atademo
  3699. readme
  3700. atags
  3701. atags
  3702. manual
  3703. atags
  3704. manual
  3705. atalk
  3706. atalk
  3707. toolkit
  3708. atalksampleutils
  3709. atalksampleutils
  3710. atalksampleutils
  3711. atalkzones
  3712. atalkzones
  3713. atominfo
  3714. atominfo
  3715. atsui
  3716. audio
  3717. audio
  3718. audioconvert
  3719. audioconvert
  3720. audioconvert
  3721. audioconvert
  3722. audioconvert
  3723. audioconvert
  3724. audioconvert
  3725. audioconvert
  3726. audioconvert
  3727. audioconvert
  3728. audiomidi
  3729. audiomidi
  3730. auntiedialog
  3731. auntiedialog
  3732. auntiedialog
  3733. auntiedialog
  3734. auntiedialogdemo
  3735. auntiedialogdemo
  3736. auntiedialogdemo
  3737. auntiedialogdemo
  3738. auntiedialogdemoclas
  3739. auntiedialogprefixca
  3740. auntiedialogprefixin
  3741. compilable
  3742. impleplayermfc
  3743. --set theItem to choose file -- uncomment to test in an AS editor
  3744.     tell application "Finder"
  3745.         open item "Dev.CD Apr 94
  3746. Dev.CD Jan 94
  3747. Dev.CD Oct 93
  3748. Dev.CD Jul 93
  3749. Dev.CD Apr 93"
  3750.         activate
  3751.     end tell
  3752. on error errMsg number errNum
  3753.     --enter statements to perform when no records are found such as...
  3754.     display dialog "Sorry, the item you selected could not be found."
  3755.     return
  3756. end try
  3757. aller
  3758. installer
  3759. image
  3760. symfiles
  3761. authentication
  3762. authoring
  3763. autoguest
  3764. basics
  3765. beginz
  3766. binhex
  3767. binhex
  3768. browserz
  3769. buildingZ
  3770. building
  3771. samplesZ
  3772. buildxcmd
  3773. capturing
  3774. carbonprefixr
  3775. carbonprefix
  3776. carbonresr
  3777. carbonres
  3778. rsrcr
  3779. cd-romw
  3780. change
  3781. change
  3782. history
  3783. change
  3784. history
  3785. changesj
  3786. client
  3787. codev
  3788. codecs
  3789. codewarrior
  3790. codewarrior
  3791. coercionc
  3792. coercionsf
  3793. updates
  3794. updates
  3795. updates
  3796. patches
  3797. updating
  3798. updating
  3799. drivers
  3800. upgrader
  3801. upgrader
  3802. 1.2.3
  3803. engines
  3804. upgrading
  3805. upgrading
  3806. bbedit
  3807. uprocessguts
  3808. uprocessguts
  3809. uprocessldef
  3810. uprocessldef
  3811. uprocessutils
  3812. uprocessutils
  3813. access
  3814. access
  3815. manager
  3816. access
  3817. scripting
  3818. services
  3819. urlaccess
  3820. urlaccess
  3821. urlaccess
  3822. urlaccess
  3823. urlaccess68k
  3824. urlaccess68k
  3825. urlaccesslib
  3826. urlaccesslib
  3827. distribution
  3828. guide
  3829. usage
  3830. usage
  3831. history
  3832. 1.4.6b2
  3833. driver
  3834. useful
  3835. useful
  3836. addmenu
  3837. script
  3838. manual
  3839. user's
  3840. userchkgestaltfuncti
  3841. userchkgestaltfuncti
  3842. New Packagef
  3843. Custom Window
  3844. WDEFo&http://developer.apple.com/samplecode/q
  3845. Dev.CD Nov 00 TC Disk 1
  3846. All Packages
  3847. Cyrillic Language KitO!Dev.CD May 97 TC
  3848. Dev.CD May 96 TCP Dev.CD May 97 TC
  3849. Dev.CD May 96 TV
  3850. 68425X
  3851. May 97
  3852. v--set theItem to choose file -- uncomment to test in an AS editor
  3853.     tell application "Finder"
  3854.         open item "Dev.CD May 97 TC
  3855. Dev.CD May 96 TC"
  3856.         activate
  3857.     end tell
  3858. on error errMsg number errNum
  3859.     --enter statements to perform when no records are found such as...
  3860.     display dialog "Sorry, the item you selected could not be found."
  3861.     return
  3862. end try
  3863. All Packages
  3864. Cyrillic Language KitO!Dev.CD May 97 TC
  3865. Dev.CD May 96 TCP Dev.CD May 97 TC
  3866. Dev.CD May 96 TV
  3867. 68426X
  3868. May 97
  3869. ected could not be found."
  3870.     return
  3871. end try
  3872. e    No Changeq
  3873. Dev.CD Nov 00 TC Disk 2
  3874. All Packages
  3875. New & RevisedF
  3876. SimpleHelpI^SimpleHelp is a very basic sample that demonstrates adding a help book to a cocoa application.ew Package
  3877.     EO dead batteries? Don
  3878. t despair: you can still twiddle bits around the campfire.
  3879. JBdevelop Issue 21
  3880. develop Issue 21 code
  3881. develop Issue 21 referencesK
  3882. Vol IIIL
  3883. Jun 95OIDev.CD Sep 00 RL Disk 1:Technical Documentation:Develop:develop Issue 21:PQDev.CD Sep 00 RL Disk 1
  3884.  - Technical Documentation
  3885.  - Develop
  3886.  - develop Issue 21 are found such as...
  3887.     display dialog "Sorry, the item you selected could not be found."
  3888.     return
  3889. end try
  3890. e    No Changef)RAVE
  3891. Gouraud
  3892. compsite
  3893. callback
  3894. texture
  3895. Dev.CD Nov 00 TC Disk 1
  3896. All Packages
  3897. RaveContextSampleI
  3898. This sample shows how to gain access to the Interactive Renderer's RAVE draw context from QD3D using the new QD3D 1.6 RAVE Draw Context API functions.J;Headers
  3899. RAVEContextTest
  3900. RaveContextTest.mcp
  3901. Rez.rsrc
  3902. SourceOBDev.CD Nov 00 TC Disk 1:Sample Code:Graphics 3D:RaveContextSample:PJDev.CD Nov 00 TC Disk 1
  3903.  - Sample Code
  3904.  - Graphics 3D
  3905.  - RaveContextSampleV
  3906. 67593X
  3907. Nov 00^    TC Disk 1
  3908. e    No Change
  3909. This sample application demonstrates how to do serial I/O on Mac OS X. Techniques shown are:
  3910. - Finding a serial port
  3911. - Opening and configuring the port
  3912. - Sending an "AT" command to a modem attached to the port
  3913. - Reading the "OK" response from the modem (if any)
  3914. - Closing the port
  3915. JV.DS_Store
  3916. Read Me.html
  3917. SerialPortSample.app
  3918. SerialPortSample.c
  3919. SerialPortSample.pbprojK
  3920. Nov 00M
  3921. Mac OS X Public Beta or laterN
  3922. Serial, I/O Kit, DriversOQDev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Serial:SerialPortSample:P\Dev.CD Nov 00 TC Disk 1
  3923.  - Sample Code
  3924.  - Devices and Hardware
  3925.  - Serial
  3926.  - SerialPortSample
  3927. development
  3928. toolkit
  3929. encodings
  3930. macapp
  3931. macapp
  3932. cdent
  3933. stuff
  3934. macapplication
  3935. macapplication
  3936. macapplication
  3937. macapplication
  3938. macbinary
  3939. maccalendar
  3940. macdebugprefixl
  3941. macdebugprefix
  3942. macframework
  3943. macframework
  3944. macframework
  3945. macframework
  3946. machack
  3947. kObjectiveCtoJava
  3948. Push Tech Survival Gd.pdf
  3949. QT3-More Than Dig. Video.pdf
  3950. Simplified Stream Audio.pdf
  3951. Web Animation Guide.pdf
  3952. WebObjects Database Part I.pdf
  3953. WebObjects Database Part II.pdf
  3954. WebObjects Memory Mgmt.pdf
  3955. WebObjects Tools and Techniques
  3956. WebObjectsCategories&Posers.pdf
  3957. WebObjectsPerformanceTuning
  3958. Working with WebObjects.pdf
  3959. Writing for Interactive Media
  3960. resources]
  3961. respect
  3962. respective
  3963. respectively
  3964. es by John Wang. See develop magazine, issue 14, for more information about the QuickDraw derived media handler.
  3965. 62480X
  3966. 1e    No Change
  3967. |OKDev.CD Sep 00 RL Disk 1:Technical Documentation:Misc. Standards:BinHex 4.0:PSDev.CD Sep 00 RL Disk 1
  3968.  - Technical Documentation
  3969.  - Misc. Standards
  3970.  - BinHex 4.0V
  3971. 68323X
  3972. Sep 00^    RL Disk 1
  3973. --set theItem to choose file -- uncomment to test in an AS editor
  3974.     tell application "Finder"
  3975.         open item "Dev.CD Sep 00 RL Disk 1:Technical Documentation:Misc. Standards:BinHex 4.0:"
  3976.         activate
  3977.     end tell
  3978. on error errMsg number errNum
  3979.     --enter statements to perform when no records are found such as...
  3980.     display dialog "Sorry, the item you selected could not be found."
  3981.     return
  3982. end try
  3983. e    No Changeq
  3984. Dev.CD Sep 00 RL Disk 1
  3985. All Packages
  3986. BitBlitz 1.0I
  3987. The tool was designed to be a learning/testing tool for the Copybits(), CopyMask(), and CopyDeepMask() QuickDraw calls.  It makes extensive use of GWorlds as well as the above mentioned QuickDraw bit tools.K
  3988. Vol VL
  3989. Vol VIIIV
  3990. 68324X
  3991. 1e    No Change
  3992. e QDrawMHdlr.rez.bat, which should create the file QDrawMHd
  3993. --set theItem to choose file -- uncomment to test in an AS editor
  3994.     tell application "Finder"
  3995.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:qtaddeffectseg:"
  3996.         activate
  3997.     end tell
  3998. on error errMsg number errNum
  3999.     --enter statements to perform when no records are found such as...
  4000.     display dialog "Sorry, the item you selected could not be found."
  4001.     return
  4002. end try
  4003. C system.  See the document "Release Notes 1.2.1" for details.
  4004. A/ROSE
  4005. A/ROSE
  4006. Mar 92L
  4007. May 94M.System 6.0.5 or greater, MacPlus or later CPU.NuA/ROSE, MCP, Macintosh Coprocessor Platform, Ethernet NB, PowerPC, Network Software, AppleTalk, TokenTalk, Token RingO:Dev.CD Nov 00 TC Disk 1:Tool Chest:Hardware:A/ROSE
  4008.  1.2.1:PBDev.CD Nov 00 TC Disk 1
  4009.  - Tool Chest
  4010.  - Hardware
  4011.  - A/ROSE
  4012.  1.2.1V
  4013. 66590X
  4014. Nov 00^    TC Disk 1
  4015. e    No Change
  4016. All Packages
  4017. WorldScript UpdaterO
  4018. Dev.CD Jul 96 SSWP
  4019. Dev.CD Jul 96 SSV
  4020. 66558X
  4021. Jul 96
  4022. Updatedf
  4023. Color Picker
  4024. Palette
  4025. Carbono&http://developer.apple.com/samplecode/q
  4026. Dev.CD Nov 00 TC Disk 1
  4027. All Packages
  4028. F    ColorCDEF
  4029. This working sample defproc emulates the features of the standard button control for system software 7.0 on the macintosh. This defproc, while completely functional is intended as an explanatory example to show some of the basics of writing your own defproc. 
  4030. J)ColorCDEF.mcp
  4031. readme
  4032. ColorCDEF
  4033. SampCtrl.pN
  4034. CDEFOFDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:ColorCDEF:PNDev.CD Nov 00 TC Disk 1
  4035.  - Sample Code
  4036.  - Human Interface Toolbox
  4037.  - ColorCDEFV
  4038. 68377X
  4039. Nov 00^    TC Disk 1
  4040. e    No Change
  4041. error errMsg number errNum
  4042.     --enter statements to perform when no records are found such as...
  4043.     display dialog "Sorry, the item you selected could not be found."
  4044.     return
  4045. end try
  4046. e    No Changef/Carbon
  4047. QuickTime
  4048. GraphicImporter
  4049. Printq
  4050. Dev.CD Nov 00 TC Disk 2
  4051. All Packages
  4052. New & RevisedF
  4053. CarbonCustomListmber
  4054. Folder Contents:
  4055.   Controls.lib 3.0.15 folder
  4056.     This folder contains the latest version of Controls.lib.
  4057.     Controls.lib 3.0.15 is 6.x and 7.x compatible and Virtual User 2.0
  4058.     compatible.  Virtual User 1.1 is currently available through APDA and
  4059.     Virtual User 2.0 will be available for purchase by the end of 1992.
  4060.     Many tasks have been improved, modified or 
  4061.     rewritten since Controls.lib v2.5
  4062.   Controls.lib Reference
  4063.     This is located in the Controls.lib folder.
  4064.   This MPW file is a reference on how to use VU libraries, how to use the tasks
  4065.     in the Controls.lib library, and how to install VUMark 1.0b1.
  4066.   Printing.lib 1.0
  4067.     This library is a collection of printing-related tasks for the LaserWriter,
  4068.     StyleWriter and Personal LW Page Setup and Printing menu items and dialogs.
  4069.   MiniLauncher 1.3b5
  4070.     This tool is required on VU targets using Controls.lib 3.0.14 
  4071.     with System 6.0.x.  This tool is not needed for VU and System 7.x.
  4072. All Packages
  4073. F    QuickTimeO
  4074. Dev.CD Jun 97 SSWP
  4075. Dev.CD Jun 97 SSV
  4076. 69202X
  4077. Jun 97
  4078. f--set theItem to choose file -- uncomment to test in an AS editor
  4079.     tell application "Finder"
  4080.         open item "Dev.CD Jun 97 SSW"
  4081.         activate
  4082.     end tell
  4083. on error errMsg number errNum
  4084.     --enter statements to perform when no records are found such as...
  4085.     display dialog "Sorry, the item you selected could not be found."
  4086.     return
  4087. end try
  4088. All Packages
  4089. F    QuickTimeO
  4090. Dev.CD Jun 97 SSWP
  4091. Dev.CD Jun 97 SSV
  4092. 69203X
  4093. Jun 97
  4094. f--set theItem to choose file -- uncomment to test in an AS editor
  4095.     tell application "Finder"
  4096.         open item "Dev.CD Jun 97 SSW"
  4097.         activate
  4098.     end tell
  4099. on error errMsg number errNum
  4100.     --enter statements to perform when no records are found such as...
  4101.     display dialog "Sorry, the item you selected could not be found."
  4102.     return
  4103. end try
  4104. All Packages
  4105. F    QuickTimeO
  4106. Dev.CD Jun 97 SSWP
  4107. Dev.CD Jun 97 SSV
  4108. 69204X
  4109. indicates
  4110. indicator
  4111. indicators
  4112. indices
  4113. indirectlye
  4114. indispensable
  4115. individual
  4116. industry
  4117. industry-standard
  4118. industrywatch{
  4119. inefficiency
  4120. inflict
  4121. info[
  4122. infomation
  4123. inform
  4124. informational
  4125. infrared
  4126. inheritance
  4127. Display Manager, window arrangement, display mode, pixel depth, scan timing, display, display ID, video device, monitor, HTML, HTML rendering, web browser, URL, HTML tags, Apple Help, World Wide Web, Help Center, HTML link, Unicode Utilities, Unicode, locales, text, collation, characters, Window Manager, windows, structure region, content region, window class, window classes, window layers, window attributes, scrolling, Menu Manager, menus, Carbon, Apple menu, MDEF, menu items
  4128.  to choose file -- uncomment to test in an AS editor
  4129.     tell application "Finder"
  4130.         open item "Dev.CD Jan 96 SDK1"
  4131.         activate
  4132.     end tell
  4133. on error errMsg number errNum
  4134.     --enter statements to perform when no records are found such as...
  4135.     display dialog "Sorry, the item you selected could not be found."
  4136.     return
  4137. end try
  4138. All Packages
  4139. QuickDraw GXO
  4140. Dev.CD Jan 96 SDK1P
  4141. Dev.CD Jan 96 SDKV
  4142. 67424X
  4143. Jan 96
  4144. el Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.
  4145. N,QuickTime, Video, Digitizer, Component, VDIGOADev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Capturing:SoftVdig:PLDev.CD Nov 00 TC Disk 2
  4146.  - Sample Code
  4147.  - QuickTime
  4148.  - Capturing
  4149.  - SoftVdigoll
  4150. source
  4151. standard
  4152. compression
  4153. chapter
  4154. survival
  4155. guide
  4156. series
  4157. regarding
  4158. webobjec
  4159. survival
  4160. guide
  4161. offers
  4162. overview
  4163. audio
  4164. fHOpen Transport
  4165. endpoint
  4166. download
  4167. fetch
  4168. OTSimpleDownloadHTTPq
  4169. Dev.CD Nov 00 TC Disk 1
  4170. All Packages
  4171. OTSimpleServerHTTPI
  4172. This sample is a very simple web (HTTP) server that demonstrates how to exploit the single-link multi-homing feature of OT 1.3.J
  4173. 17.203.23.112
  4174. EnableIPReuseAddrSample.c
  4175. OTSimpleServer(PPC)
  4176. OTSimpleServer.mcp
  4177. OTSimpleServerHTTP.c
  4178. OTSimpleServerHTTP.h
  4179. OTSimpleServerHTTPTest.c
  4180. Read Me About Simple Server
  4181. Sample HTTP Source
  4182. Sample 
  4183. IP Secondary Addresses
  4184. Jun 98M
  4185. Open Transport 1.1.1 or higherNgOpen Transport, TCP, endpoint, server, HTTP, listen, bind, single-link, multihoming, OTSimpleServerHTTPOBDev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTSimpleServerHTTP:PJDev.CD Nov 00 TC Disk 1
  4186.  - Sample Code
  4187.  - Networking
  4188.  - OTSimpleServerHTTPV
  4189. 68855X
  4190. Nov 00^    TC Disk 1
  4191. e    No Change
  4192. Sys7 popUpCDEF
  4193. 66126X
  4194. Adobe Acrobat Reader.O?Dev.CD Dec 99 RL:Technical Documentation:PowerPC Documentation:PDDev.CD Dec 99 RL
  4195.  - Technical Documentation
  4196.  - PowerPC DocumentationV
  4197. 68904X
  4198. Dec 99^
  4199. --set theItem to choose file -- uncomment to test in an AS editor
  4200.     tell application "Finder"
  4201.         open item "Dev.CD Dec 99 RL:Technical Documentation:PowerPC Documentation:"
  4202.         activate
  4203.     end tell
  4204. on error errMsg number errNum
  4205.     --enter statements to perform when no records are found such as...
  4206.     display dialog "Sorry, the item you selected could not be found."
  4207.     return
  4208. end try
  4209. Deletedq
  4210. Dev.CD Dec 99 RL
  4211. All Packages
  4212. F    PowerTalkO
  4213. Dev.CD Apr 95P
  4214. Dev.CD Apr 9V
  4215. 68905X
  4216. Apr 95
  4217. dvd-rom
  4218. dykstra-erickson
  4219. dylan
  4220. dynamic
  4221. statements to perform when no records are found such as...
  4222.     display dialog "Sorry, the item you selected could not be found."
  4223.     return
  4224. end try
  4225. e    No Change
  4226. All Packages
  4227. System 7.5 Update 1.0O
  4228. Dev.CD Jan 96 SSWP
  4229. Dev.CD Jan 96 SSV
  4230. 69420X
  4231. Jan 96
  4232. f--set theItem to choose file -- uncomment to test in an AS editor
  4233.     tell application "Finder"
  4234.         open item "Dev.CD Jan 96 SSW"
  4235.         activate
  4236.     end tell
  4237. on error errMsg number errNum
  4238.     --enter statements to perform when no records are found such as...
  4239.     display dialog "Sorry, the item you selected could not be found."
  4240.     return
  4241. end try
  4242. All Packages
  4243. System 7.5 Update 1.0O
  4244. Dev.CD Jul 95P
  4245. Dev.CD Jul 9V
  4246. 69421X
  4247. Jul 95
  4248. b--set theItem to choose file -- uncomment to test in an AS editor
  4249.     tell application "Finder"
  4250.         open item "Dev.CD Jul 95"
  4251.         activate
  4252.     end tell
  4253. on error errMsg number errNum
  4254.     --enter statements to perform when no records are found such as...
  4255.     display dialog "Sorry, the item you selected could not be found."
  4256.     return
  4257. end try
  4258. All Packages
  4259. System 7.5 Update 1.0O
  4260. Dev.CD Jul 95V
  4261. 69422X
  4262. NNMemory, Shared, IPC, Communication, shmget, shmat,shmctl, shmdt, Client,ServerO;Dev.CD Nov 00 TC Disk 2:Sample Code:Processes:SharedMemory:PCDev.CD Nov 00 TC Disk 2
  4263.  - Sample Code
  4264.  - Processes
  4265.  - SharedMemoryV
  4266. 69290X
  4267. Nov 00^    TC Disk 2b
  4268. --set theItem to choose file -- uncomment to test in an AS editor
  4269.     tell application "Finder"
  4270.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Processes:SharedMemory:"
  4271.         activate
  4272.     end tell
  4273. on error errMsg number errNum
  4274.     --enter statements to perform when no records are found such as...
  4275.     display dialog "Sorry, the item you selected could not be found."
  4276.     return
  4277. end try
  4278. New PackagefGMemory
  4279. Shared
  4280. Communication
  4281. shmget
  4282. shmat,shmctl
  4283. shmdt
  4284. Client,Servero&http://developer.apple.com/samplecode/q
  4285. Dev.CD Nov 00 TC Disk 2
  4286. All Packages
  4287. SheetsImA sample that demonstrates how to create a sheet both directly in the code and through the use of a nib file.K
  4288. Nov 00V
  4289. 69291X
  4290. 1e    No Change
  4291.  Change
  4292. power
  4293. foundation
  4294. documentation
  4295. corefoundation
  4296. coresample
  4297. corner
  4298. corporate
  4299. corporation
  4300. correct
  4301. corrected
  4302. corrections
  4303. correctly
  4304. corrects
  4305. correlate
  4306. correspondence
  4307. corresponding
  4308. corresponds
  4309. corrosponding
  4310. corrupt
  4311. corrupted
  4312. corruption
  4313. cosmetic[
  4314. costly
  4315. costs{
  4316. could]
  4317. couldn't
  4318. counter
  4319. counterclockwise
  4320. countersA
  4321. counting
  4322. country
  4323. counts
  4324. couple
  4325. courseS
  4326. coursesS
  4327. ompact disc. Playable on the set-top or the desktop, DVD bridges the worlds of consumer video and personal computing in a single, unified format.
  4328. While DVD promises to be a highly-successful consumer electronics format, preparing content (
  4329. premastering
  4330. ) for DVD can be a very complex process. And like most new formats, DVD requires new tools and techniques to create rich and satisfying content that make the most of
  4331. the medium.
  4332. Working with DVD requires an in-depth understanding of the fo
  4333. ^rmat, production process, and tools required to bring titles to market. By
  4334. understanding DVD and all that it entails, professional media develop-ers
  4335. can exploit its rich potential. This book is designed for those who are interested in the DVD format, want to create titles, and wish to understand the tools and technology required for DVD production.
  4336. Apr 99ound."
  4337.     return
  4338. end try
  4339. All Packages
  4340. PowerTalk (PPC)O
  4341. Dev.CD Oct 94P
  4342. Dev.CD Oct 9V
  4343. 67307X
  4344. Oct 94
  4345. Jul 95
  4346. b--set theItem to choose file -- uncomment to test in an AS editor
  4347.     tell application "Finder"
  4348.         open item "Dev.CD Jul 95"
  4349.         activate
  4350.     end tell
  4351. on error errMsg number errNum
  4352.     --enter statements to perform when no records are found such as...
  4353.     display dialog "Sorry, the item you selected could not be found."
  4354.     return
  4355. end try
  4356. All Packages
  4357. System 7.5 Update 1.0O
  4358. Dev.CD Jul 95P
  4359. Dev.CD Jul 9V
  4360. 69438X
  4361. Jul 95
  4362. b--set theItem to choose file -- uncomment to test in an AS editor
  4363.     tell application "Finder"
  4364.         open item "Dev.CD Jul 95"
  4365.         activate
  4366.     end tell
  4367. on error errMsg number errNum
  4368.     --enter statements to perform when no records are found such as...
  4369.     display dialog "Sorry, the item you selected could not be found."
  4370.     return
  4371. end try
  4372. All Packages
  4373. System 7.5 Update 1.0O
  4374. Dev.CD Jul 95P
  4375. Dev.CD Jul 9V
  4376. 69439X
  4377. Jul 95
  4378. quickdraw3d
  4379. quickdrax
  4380. quicklyh
  4381. privateconditionals@
  4382. programming
  4383. information
  4384. progressbars@
  4385. prototypes
  4386. pshdldemo
  4387. survival
  4388. qd3d@
  4389. qdrawhandler@
  4390. qt3dtween
  4391. qtfullscreen@
  4392. qtmusic
  4393. qtshoweffect
  4394. qttext
  4395. qtwiredsprites
  4396. readme
  4397. html@
  4398. recipes@
  4399. renderinglib@
  4400. rfc1334
  4401. authentication@
  4402. rlsd@
  4403. sample
  4404. applescripts@
  4405. schedule@
  4406. setlockbitatomsample
  4407. showinit@
  4408. simpleplayermfcdoc@
  4409. sites@
  4410. sound@
  4411. strip@
  4412. support
  4413. systemfolder@
  4414. tech@
  4415. testbed
  4416. prefix@
  4417. testfinderlaunch
  4418. testprinterclass
  4419. textchanger
  4420. 2.0.1@
  4421. than@
  4422. topseeturvee@
  4423. transitions
  4424. themes@
  4425. ueenie@
  4426. umousetrackbehavior
  4427. updates@
  4428. userstartup
  4429. goodies@
  4430. validator
  4431. 1.11@
  4432. webobjects
  4433. database
  4434.  Disk 1
  4435. OMDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:TimeSlaving:PXDev.CD Nov 00 TC Disk 2
  4436.  - Sample Code
  4437.  - QuickTime
  4438.  - QuickTime for Java
  4439.  - TimeSlavingV
  4440. 69734X
  4441. Nov 00^    TC Disk 2
  4442. --set theItem to choose file -- uncomment to test in an AS editor
  4443.     tell application "Finder"
  4444.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:TimeSlaving:"
  4445.         activate
  4446.     end tell
  4447. on error errMsg number errNum
  4448.     --enter statements to perform when no records are found such as...
  4449.     display dialog "Sorry, the item you selected could not be found."
  4450.     return
  4451. end try
  4452. e    No Changef
  4453. QuickTime
  4454. Dev.CD Nov 00 TC Disk 2
  4455. All Packages
  4456. TimeZone.DaylightI
  4457. This program shows how you can use the ReadLocation function to show the current location and time zone information that is in the Date & Time Control Panel.  The program also shows how you can determine if Daylight Savings Time is on or off.V
  4458. 69735X
  4459. 1e    No Change
  4460. Jun 94L
  4461. Aug 96OSDev.CD Nov 99 TC:What's New?:Technical Documentation:C.S.M.P. Digests v3 (000-148):P[Dev.CD Nov 99 TC
  4462.  - What's New?
  4463.  - Technical Documentation
  4464.  - C.S.M.P. Digests v3 (000-148)V
  4465. 68335X
  4466. Nov 99^
  4467. --set theItem to choose file -- uncomment to test in an AS editor
  4468.     tell application "Finder"
  4469.         open item "Dev.CD Nov 99 TC:What's New?:Technical Documentation:C.S.M.P. Digests v3 (000-148):"
  4470.         activate
  4471.     end tell
  4472. on error errMsg number errNum
  4473.     --enter statements to perform when no records are found such as...
  4474.     display dialog "Sorry, the item you selected could not be found."
  4475.     return
  4476. end try
  4477. Deletedq
  4478. Dev.CD Nov 99 TC
  4479. All Packages
  4480. C++ Source Code Formatter
  4481. 68336X
  4482. provided
  4483. providesO
  4484. --set theItem to choose file -- uncomment to test in an AS editor
  4485.     tell application "Finder"
  4486.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Contributed:strlist:"
  4487.         activate
  4488.     end tell
  4489. on error errMsg number errNum
  4490.     --enter statements to perform when no records are found such as...
  4491.     display dialog "Sorry, the item you selected could not be found."
  4492.     return
  4493. end try
  4494. control
  4495. snippets
  4496. snively
  4497. Apr 99M
  4498. Acrobat Reader 3.0N>DVD, content, development, entertainment, consumer electronicsO3Dev.CD Mar OO RLDisk 1:Interactive Media Resources:P5Dev.CD Mar OO RLDisk 1
  4499.  - Interactive Media Resources
  4500.     --enter statements to perform when no records are found such as...
  4501.     display dialog "Sorry, the item you selected could not be found."
  4502.     return
  4503. end try
  4504.  1); OpenDoc HI Q&A, pt 3; QuickDraw 3D.
  4505. Business & Marketing:  Market Research Monthly (Server Software); Special Market Report 
  4506. (Newton Vertical Market); Marketing Feature (User Group Marketing).
  4507. This is final draft copy from the February Apple Directions, 
  4508.  1995, Apple Computer, Inc. All rights reserved. Reuse or reprinting without permission of the editor is forbidden.  For permission, contact the editor on AppleLink at A.DIRECTIONS.
  4509. February 1995 Apple Directions Articles
  4510. News: Apple News (Developer Support for PCI; OpenDoc Roundup; Apple Supports Kaleida Products; GeoPort Kit; Apple Joins Versit); Strategy M
  4511. FSample program to demonstrate the direct access to the ethernet address for Power Macs that have Ethernet built-in to the motherboard. The sample also includes the use of OT to show all of the ethernet addresses of all Ethernet Network Interface Cards present.
  4512. Includes source code, and CodeWarrior Pro v3.0 IDE project file.
  4513. JdGetEnetAddrDirect(PPC)
  4514. GetEnetAddrDirect.c
  4515. GetEnetAddrDirect.ppc.mcp
  4516. Read Me 
  4517.  GetEnetAddrDirect.ppcK
  4518. Oct 98
  4519. CodeWarrior Pro v3.0 IDE to open the project file. The program requires Open Transport 1.1.1 or greater; however, the program can be modified to remove the OT dependency.
  4520. This program wil not be supported under Mac OS X as it implement direct memory access to the ROM.
  4521. NIEthernet built-in, Enet Address, Burned-in Address, GetEnetAddrDirect.ppcOEDev.CD Nov 00 TC Disk 1:Sample Code:Networking:GetEnetAddrDirect.ppc:PMDev.CD Nov 00 TC Disk 1
  4522.  - Sample Code
  4523.  - Networking
  4524.  - GetEnetAddrDirect.ppc
  4525. Snippet to demonstrate the use of the system 7 icon utilities and the system 7 popup control cdef in a program using modal dialogs.
  4526. This shows: how to use the sys 7.0 popup and how to plot Icons from Icon families.J7Icon Play(PPC)
  4527. Icon Play.mcp
  4528. Icon Play.rsrc
  4529. PlotIcons.cM
  4530. System 7N
  4531. popup, icon utilitiesOFDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Icon Play:PNDev.CD Nov 00 TC Disk 1
  4532.  - Sample Code
  4533.  - Human Interface Toolbox
  4534.  - Icon PlayV
  4535. 68607X
  4536. Nov 00^    TC Disk 1
  4537. --set theItem to choose file -- uncomment to test in an AS editor
  4538.     tell application "Finder"
  4539.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Icon Play:"
  4540.         activate
  4541.     end tell
  4542. on error errMsg number errNum
  4543.     --enter statements to perform when no records are found such as...
  4544.     display dialog "Sorry, the item you selected could not be found."
  4545.     return
  4546. end try
  4547. e    No Changef
  4548. popup
  4549. icon utilitiesq
  4550. Dev.CD Nov 00 TC Disk 1
  4551. All Packages
  4552. 68608X
  4553. PODev.CD Nov 00 TC Disk 1
  4554.  - Sample Code
  4555.  - Graphics 2D
  4556.  - OffScreenControlUpdateV
  4557. 68822X
  4558. Nov 00^    TC Disk 1
  4559. --set theItem to choose file -- uncomment to test in an AS editor
  4560.     tell application "Finder"
  4561.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:OffScreenControlUpdate:"
  4562.         activate
  4563.     end tell
  4564. on error errMsg number errNum
  4565.     --enter statements to perform when no records are found such as...
  4566.     display dialog "Sorry, the item you selected could not be found."
  4567.     return
  4568. end try
  4569. e    No Changef
  4570. appearance
  4571. gworld
  4572. off-screenq
  4573. Dev.CD Nov 00 TC Disk 1
  4574. All Packages
  4575. OOPTESample
  4576. 68823X
  4577. ts to perform when no records are found such as...
  4578.     display dialog "Sorry, the item you selected could not be found."
  4579.     return
  4580. end try
  4581. e    No Changef
  4582. AppleEvent Manager
  4583. coercionq
  4584. Dev.CD Nov 00 TC Disk 1
  4585. All Packages
  4586. AEGizmos 1.4.2V
  4587. 60173X
  4588. --set theItem to choose file -- uncomment to test in an AS editor
  4589.     tell application "Finder"
  4590.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:CD ROM:Play:"
  4591.         activate
  4592.     end tell
  4593. on error errMsg number errNum
  4594.     --enter statements to perform when no records are found such as...
  4595.     display dialog "Sorry, the item you selected could not be found."
  4596.     return
  4597. end try
  4598. en no records are found such as...
  4599.     display dialog "Sorry, the item you selected could not be found."
  4600.     return
  4601. end try
  4602. e    No Changeq
  4603. Dev.CD May 98 TC
  4604. eD!All Packages
  4605. Tool Chest Edition
  4606. Async driver testerI
  4607. A simple utility to test if a driver support asynchronous reads
  4608. Shows how to walk the driver table and relate a volume to a disk driver.
  4609. Deleted
  4610. interleave
  4611. interleaving
  4612. internal
  4613. internal
  4614. logic
  4615. internally
  4616. international
  4617. internationalization
  4618. encodings
  4619. encompasses
  4620. encounter
  4621. encountered
  4622. encountering
  4623. encounters
  4624. encourage
  4625. encouraged
  4626. encourages_
  4627. encryption
  4628. endfullscreen
  4629. endian
  4630. endless
  4631. endorsement
  4632. endpoint
  4633. endpoints
  4634. enforces
  4635. enginej
  4636. engineering
  4637. engineers
  4638. engines
  4639. engler
  4640. english
  4641. enhance`
  4642. enhanced
  4643. enhancementi
  4644. kDraw GXO
  4645. Dev.CD Aug 96 TCP
  4646. Dev.CD Aug 96 TV
  4647. 65850X
  4648. Aug 96
  4649. tcp/ip
  4650. appletalk
  4651. reconfiguration
  4652. network
  4653. setup
  4654. ottcpwilldial
  4655. simulator
  4656. simultaneous
  4657. simultaneously
  4658. since[
  4659. single
  4660. single-link
  4661. sitez
  4662. sites
  4663. situation
  4664. situations
  4665. soleu
  4666. solid
  4667. solution
  4668. solutions
  4669. solve
  4670. solved
  4671. tIpSummary:  A MacsBug macro and TMON User Area for debugging QuickTime. See the Read Me file for complete details.J
  4672. QuickTime tools.imgK
  4673. Feb 94OGDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:QuickTime tools:PODev.CD Nov 00 TC Disk 1
  4674.  - Tool Chest
  4675.  - Testing & Debugging
  4676.  - QuickTime toolsV
  4677. 69211X
  4678. Nov 00^    TC Disk 1
  4679. --set theItem to choose file -- uncomment to test in an AS editor
  4680.     tell application "Finder"
  4681.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:QuickTime tools:"
  4682.         activate
  4683.     end tell
  4684. on error errMsg number errNum
  4685.     --enter statements to perform when no records are found such as...
  4686.     display dialog "Sorry, the item you selected could not be found."
  4687.     return
  4688. end try
  4689. e    No Changeq
  4690. Dev.CD Nov 00 TC Disk 1
  4691. All Packages
  4692. QuickTime Tools
  4693. 69212X
  4694. ens in a prototype application. In addition to showing how to do list and grid views, they also show how to read a text file and create lists of data objects. 
  4695. place
  4696. system
  4697. folder
  4698. plain
  4699. plain
  4700. paper
  4701. platformsQ
  4702. on error errMsg number errNum
  4703.     --enter statements to perform when no records are found such as...
  4704.     display dialog "Sorry, the item you selected could not be found."
  4705.     return
  4706. end try
  4707. Updatedf+CopyDeepMask
  4708. GWorld
  4709. offscreen GWorld
  4710. Carbono&http://developer.apple.com/samplecode/q
  4711. Dev.CD Nov 00 TC Disk 1
  4712. All Packages
  4713. New & RevisedF
  4714. CopyMaskIsThis sample has been updated for the Carbon API.  Shows how CopyMask can used to fade a screen to a lighter color.
  4715. JJCarbonPrefix.h
  4716. CarbonRes.rsrc
  4717. CopyMask(PPC)
  4718. CopyMask.c
  4719. CopyMask.mcp
  4720. ReadMeL
  4721. Nov 00M
  4722. Color QuickDraw, CarbonLibN
  4723. CopyMask, color fade, CarbonO9Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:CopyMask:pdatedo&http://developer.apple.com/samplecode/
  4724. picture comments by various prin
  4725. - Common
  4726.     - Sun Compliant Java Runtime Environment 1.1
  4727.     - QuickTime 3 
  4728.     - QTJava.zip
  4729.     - QTJava media samples
  4730. - Mac OS:
  4731.     - System 8 or later
  4732.     - Macintosh Runtime for Java (MRJ) 2.1
  4733. - Windows 95, 98, or NT::
  4734.     - JRE/JDK from Sun Microsystems, Inc. recommended
  4735. QuickTime, Java, MRJaslm
  4736. aspects
  4737. assembled
  4738. assembler
  4739. assemblers
  4740. assembly
  4741. assembly-language
  4742. assembly-level
  4743. assigned
  4744. assignments
  4745. assist
  4746. assistance
  4747. assistant{
  4748. assistants
  4749. assists
  4750. assocated
  4751. associatedR
  4752. assumed
  4753. assuming
  4754. assumption
  4755. assure
  4756. assures
  4757. async
  4758. asynchronous
  4759. messagepad{
  4760. messages{
  4761. messagewatcher
  4762. messy
  4763. meta-content
  4764. metafile
  4765. meter
  4766. metering
  4767. meters
  4768. metertest
  4769. methodx
  4770. methodology
  4771. methods
  4772. metrowerks
  4773. mexican
  4774. e    No Changef
  4775. QuickTime
  4776. Dev.CD Nov 00 TC Disk 2
  4777. All Packages
  4778. SoundSnippets
  4779. SoundSnippets.c defines functions that perform some common sound-related operations, such as saving a movie's sound track into a separate file or playing a continuous sound using the bufferCmd sound command. This is not really a library of utilities, but more a grab-bag
  4780. of "how-to" recipes.
  4781. *Save a sound-only QuickTime movie as a WAVE file.
  4782.     *Save a sound-only QuickTime movie as a file whose type the user selects.
  4783.     *Save a sound track in a QuickTime movie as a file whose type the user sel
  4784. 69351X
  4785. these
  4786. applications
  4787. demonstrate
  4788. write
  4789. background
  4790. ortiz@
  4791. sample
  4792. illustrates
  4793. stand
  4794. alone
  4795. accessoriee
  4796. sample
  4797. illustrates
  4798. sethideonswitch
  4799. gethideo
  4800. sample
  4801. illustrates
  4802. color
  4803. icons
  4804. different
  4805. sample
  4806. illustrates
  4807. create
  4808. application
  4809. sample
  4810. illustrates
  4811. install
  4812. system
  4813. level
  4814. apple
  4815. sample
  4816. illustrates
  4817. install
  4818. application
  4819. level
  4820. sample
  4821. illustrates
  4822. document
  4823. sample
  4824. illustrates
  4825. suspend
  4826. resume
  4827. applee
  4828. sample
  4829. includes
  4830. library
  4831. utility
  4832. routines
  4833. sample
  4834. includes
  4835. applications
  4836. illustrate
  4837. sample
  4838. quick
  4839. demonstration
  4840. implement
  4841. sample
  4842. simple
  4843. server
  4844. demonstrat
  4845. sample
  4846. designed
  4847. create
  4848. requir
  4849. sample
  4850. program
  4851. demonstrates
  4852. determine
  4853. sample
  4854. provides
  4855. interractive
  4856. demonstration
  4857. 69270X
  4858. Nov 00^    TC Disk 1
  4859. --set theItem to choose file -- uncomment to test in an AS editor
  4860.     tell application "Finder"
  4861.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:SearchProcs & Color Sep:"
  4862.         activate
  4863.     end tell
  4864. on error errMsg number errNum
  4865.     --enter statements to perform when no records are found such as...
  4866.     display dialog "Sorry, the item you selected could not be found."
  4867.     return
  4868. end try
  4869. e    No Changef/SearchProc
  4870. Color Separation
  4871. AddSearch
  4872. DelSearchq
  4873. Dev.CD Nov 00 TC Disk 1
  4874. D!All Packages
  4875. Mac OS SDK Edition
  4876. Security SDK
  4877. PaletteAnimation.c
  4878. PaletteAnimation.mcp
  4879. PaletteAnimation.rM"8 bits per pixel, 32 bit QuickDrawNoGetCTable, NewPalette, SetPalette, Palette Animation, AnimatePalette, GetEntryColor, AnimateEntry, Palette2CTabOADev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:PaletteAnimation:PIDev.CD Nov 00 TC Disk 1
  4880.  - Sample Code
  4881.  - Graphics 2D
  4882.  - PaletteAnimationV
  4883. 65611X
  4884. Nov 00^    TC Disk 1
  4885. e    No Change
  4886. Updatedf.CopyBits
  4887. Palette
  4888. SetPalette
  4889. NewPalette
  4890. Carbon
  4891. o&http://developer.apple.com/samplecode/q
  4892. Dev.CD Nov 00 TC Disk 1
  4893. All Packages
  4894. New & RevisedF
  4895. CopyDeepMask
  4896. This sample has been updated for the Carbon API.  This snippet demonstrates the use of CopyDeepMask using 2 PICTS; one a photograph and the other a triangular mask.  It uses 2 offscreen gworlds to hold the source and mask pixmaps.  CopyDeepMask is then used to create the masked image and display it in the application window.  The source, mask, and destination rectangles are all the same size in order avoid altering pixel sizes.
  4897. JhCarbonPrefix.h
  4898. CarbonRes.rsrc
  4899. CopyDeepMask(PPC)
  4900. CopyDeepMask.c
  4901. CopyDeepMask.mcp
  4902. CopyDeepMask.rsrc
  4903. ReadMeL
  4904. Nov 00M
  4905. Color QuickDraw, CarbonLibN.CopyDeepMask, GWorld, offscreen GWorld, CarbonO=Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:CopyDeepMask:PEDev.CD Nov 00 TC Disk 1
  4906.  - Sample Code
  4907.  - Graphics 2D
  4908.  - CopyDeepMaskV
  4909. 68400X
  4910. Nov 00tp://developer.apple.com/samplecode/
  4911. nder both System 7 and pre-7.0 systems. It installs a device loop procedure that searches all active screen devices, calling a drawing procedure whenever it encounters a screen that intersects the drawing region.
  4912. NewCCursor:  This snippet shows how to create a black and white 'CURS' and a color 'crsr' cursor resource by hand.
  4913. Out of This GWorld:  The application basically uses offscreen GWorlds and palette animation to simulate totally cool animation.
  4914. Palette Animation and Palette Anima
  4915. tion Gray:  These sample applications show how to animate the entries of a palette.
  4916. Pallete DA:  This desk accesory displays the the current color table and palette information associated with it.
  4917. PictInfoTest:  Sample to demonstrate using the Picture Utilities Package
  4918. PixMap2PixPat2ppat:  This snippet shows how to convert a 'icl8' image to a PixMap image and then to a PixPat and then finally to a 'ppat' resource. In this example, the 'ppat' resource is saved-off into a resource file.
  4919. Mac OS 8.5N0Finder scripting, window positions, burning a CDOMDev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:Set Folder Windows:PUDev.CD Nov 00 TC Disk 1
  4920.  - Sample Code
  4921.  - Interapplication Comm
  4922.  - Set Folder WindowsV
  4923. 69278X
  4924. Nov 00^    TC Disk 1
  4925. --set theItem to choose file -- uncomment to test in an AS editor
  4926.     tell application "Finder"
  4927.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:Set Folder Windows:"
  4928.         activate
  4929.     end tell
  4930. on error errMsg number errNum
  4931.     --enter statements to perform when no records are found such as...
  4932.     display dialog "Sorry, the item you selected could not be found."
  4933.     return
  4934. end try
  4935. e    No Changef.Finder scripting
  4936. window positions
  4937. burning a CDq
  4938. Dev.CD Nov 00 TC Disk 1
  4939. All Packages
  4940. SetDefaultDTP
  4941. 69279X
  4942. te of AppleScript-based tests.
  4943. o comprehensive -- MOSL allows you to easily implement the bulk of the core event suite. MOSL supports all key forms except formRelativePosit
  4944. --set theItem to choose file -- uncomment to test in an AS editor
  4945.     tell application "Finder"
  4946.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Processes:SignatureToApp:"
  4947.         activate
  4948.     end tell
  4949. on error errMsg number errNum
  4950.     --enter statements to perform when no records are found such as...
  4951.     display dialog "Sorry, the item you selected could not be found."
  4952.     return
  4953. end try
  4954.     return
  4955. end try
  4956. All Packages
  4957. F    PowerTalkO
  4958. Dev.CD Apr 95P
  4959. Dev.CD Apr 9V
  4960. 65654X
  4961. Apr 95
  4962. b--set theItem to choose file -- uncomment to test in an AS editor
  4963.     tell application "Finder"
  4964.         open item "Dev.CD Apr 95"
  4965.         activate
  4966.     end tell
  4967. on error errMsg number errNum
  4968.     --enter statements to perform when no records are found such as...
  4969.     display dialog "Sorry, the item you selected could not be found."
  4970.     return
  4971. end try
  4972. All Packages
  4973. F    PowerTalkO
  4974. Dev.CD Apr 95
  4975. Dev.CD Jan 95P
  4976. Dev.CD Apr 95
  4977. Dev.CD Jan 9V
  4978. 65655X
  4979. Apr 95
  4980. dependenty
  4981. depending
  4982. depends
  4983. deployment
  4984. depth
  4985. depths
  4986. dereference
  4987. derivative
  4988. derived
  4989. descended
  4990. describe
  4991. described
  4992. describes`
  4993. describing
  4994. description
  4995. context
  4996. switch
  4997. context
  4998. switch
  4999. context
  5000. switch
  5001. context
  5002. switch
  5003. debugging
  5004. dsuserprocs
  5005. dsuserprocs
  5006. dsuserprocs
  5007. dsutils
  5008. dsutils
  5009. dsutils
  5010. stylechat
  5011. utilities
  5012. utilitieslib
  5013. dtscpluslib
  5014. dtscpluslib
  5015. dtscpluslibrary
  5016. dtscpluslibrary
  5017. dzautodrone
  5018. dzautodrone
  5019. dzautodroneburn
  5020. dzautodroneburn
  5021. dzautodroneexpl
  5022. dzautodroneexpl
  5023. dzdisplay
  5024. dzdisplay
  5025. dzdisplay
  5026. dzdrone
  5027. dzdrone
  5028. dzdrone
  5029. dzevenmoreresources
  5030. dzevenmoreresources
  5031. dzevents
  5032. dzevents
  5033. dzevents
  5034. dzgame
  5035. dzgame
  5036. dzgame
  5037. dzinput
  5038. J{Applications
  5039. Documents
  5040. Examples
  5041. Includes
  5042. Libraries
  5043. README
  5044. Security README
  5045. to System Folder
  5046. to System Folder 8.5.1
  5047. UtilitiesK
  5048. Dec 99M
  5049. MacOS9, Power PC.N0Keychain, URL Access, Cryptography, File SigningO8Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Security SDK:P@Dev.CD Oct 00 SDK1
  5050.  - Development Kits
  5051.  - Mac OS
  5052.  - Security SDK
  5053. mcplaymovie
  5054. mcplaymovie
  5055. N?TESample, Objec Oriented, Object Pascal, Framework, OOPTESampleeditor
  5056.     tell application "Finder"
  5057.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:CustomWindow:"
  5058.         activate
  5059.     end tell
  5060. on error errMsg number errNum
  5061.     --enter statements to perform when no records are found such as...
  5062.     display dialog "Sorry, the item you selected could not be found."
  5063.     return
  5064. end try
  5065. fferent radio button. The user can change which Hello object receives the message by chB
  5066. anging the PopUp menu selection. The dynamic nature of the Objective-C runtime and the power of Cocoa help make this "on-the-fly" code-swapping possible and the GUI easy to program.
  5067. .DS_Store
  5068. build
  5069. English.lproj
  5070. Hello1.h
  5071. Hello1.m
  5072. Hello2.h
  5073. Hello2.m
  5074. HelloController.h
  5075. HelloController.m
  5076. main.m
  5077. ReadMe.html
  5078. SimpleCocoaApp.gif
  5079. SimpleCocoaApp.pbprojK
  5080. Nov 00M@MacOSX Public Beta, Project Builder v41 (Public Beta) or greaterc
  5081. dzmenu
  5082. dzmoreresources
  5083. All Packages
  5084. System 7 Tune-UpO
  5085. Dev.CD Apr 92P
  5086. Dev.CD Apr 9V
  5087. 69407X
  5088. Apr 92
  5089. b--set theItem to choose file -- uncomment to test in an AS editor
  5090.     tell application "Finder"
  5091.         open item "Dev.CD Apr 92"
  5092.         activate
  5093.     end tell
  5094. on error errMsg number errNum
  5095.     --enter statements to perform when no records are found such as...
  5096.     display dialog "Sorry, the item you selected could not be found."
  5097.     return
  5098. end try
  5099. All Packages
  5100. System 7.0 Menu Def InfoI
  5101. Summary: This file contains some information describing how the standard System 7.0 MDEF works.  
  5102. Features: Use this information to upgrade your custom MDEFs to emulate the look of System 7.0.J
  5103. MenuHints.aK
  5104. Vol VIIIODDev.CD Nov 00 TC Disk 1:Tool Chest:Toolbox:System 7.0 Menu Def Info:PLDev.CD Nov 00 TC Disk 1
  5105.  - Tool Chest
  5106.  - Toolbox
  5107.  - System 7.0 Menu Def InfoV
  5108. 69408X
  5109. Nov 00^    TC Disk 1
  5110. e    No Change
  5111. rowbytes
  5112. rubber
  5113. rubber-banding
  5114. Summary: For years, Chinese text input has been a bottleneck for computer users.  Hundreds of different keyboard input methods have been developed, but invariably they are either difficult to learn or slow to use.  Dictation is the fastest and most natural way to input Chinese text for most users.  However, until now, large vocabulary dictation software typically required expensive high-end workstations and hardware add-ons.
  5115. With Apple Chinese Dictation Kit (CDK), the world's first low co
  5116. st high performance Chinese dictation software, the users no longer need to suffer through extensive training or the inefficiency of current keyboard input methods.  The user can also concentrate more on what he/she is writing, rather than how to input it.  We believe that Apple's Chinese Dictation Kit represents again Apple's determination to make the best ease-of-use personal computers for users.  Chinese Dictation Kit heralds the start of a revolution for Chinese computing.
  5117. What Chines
  5118. system
  5119. software
  5120. system'sW
  5121. system-level
  5122. systematic
  5123. systematically
  5124.  to measure the intertask signaling time.
  5125. Communications Toolbox
  5126. Contributed
  5127. Devices and Hardware
  5128. Files
  5129. Games
  5130. Graphics 2D
  5131. Graphics 3D
  5132. Help Systems
  5133. Human Interface Toolbox
  5134. Interapplication Comm
  5135. Memory
  5136. Networking
  5137. OS Utilities
  5138. Overview
  5139. Platforms and Tools
  5140. Printing
  5141. Processes
  5142. QuickTime
  5143. Runtime Architecture
  5144. Sound
  5145. May 00M
  5146. Mac OS 8.6 or later, MP 2.0N
  5147. MultiTasking, MultiProcessingO
  5148. Dev.CD Nov 99 TC:Sample Code:P
  5149. Dev.CD Nov 99 TC
  5150.  - Sample CodeV
  5151. 67150X
  5152. Nov 99^
  5153. r--set theItem to choose file -- uncomment to test in an AS editor
  5154.     tell application "Finder"
  5155.         open item "Dev.CD Nov 99 TC:Sample Code:"
  5156.         activate
  5157.     end tell
  5158. on error errMsg number errNum
  5159.     --enter statements to perform when no records are found such as...
  5160.     display dialog "Sorry, the item you selected could not be found."
  5161.     return
  5162. end try
  5163. balloons
  5164. balls
  5165. bandai
  5166. bandit
  5167. bands
  5168. bandwidth
  5169. barber
  5170. barebones
  5171. bares
  5172. basey
  5173. base-2
  5174. base-class
  5175. basedR
  5176. basket
  5177. batch
  5178. batteries
  5179. battery
  5180. bbedit
  5181. which
  5182. Vol IIIL
  5183. Jan 93MDMPW and some free disk space. This package is System 7.0 compatible.OEDev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:Tags:PPDev.CD Nov 00 TC Disk 1
  5184.  - Tool Chest
  5185.  - Development Kits
  5186.  - MPW Related
  5187.  - TagsV
  5188. 69701X
  5189. Nov 00^    TC Disk 1
  5190. --set theItem to choose file -- uncomment to test in an AS editor
  5191.     tell application "Finder"
  5192.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:Tags:"
  5193.         activate
  5194.     end tell
  5195. on error errMsg number errNum
  5196.     --enter statements to perform when no records are found such as...
  5197.     display dialog "Sorry, the item you selected could not be found."
  5198.     return
  5199. end try
  5200. e    No Changeq
  5201. Dev.CD Nov 00 TC Disk 1
  5202. All Packages
  5203. F$Taiwan Chinese Font Option Kit 6.0.3O/Dev CD Vol. V
  5204. Dev CD Vol. IV
  5205. Developer CD (III)P.Dev CD Vol. V
  5206. Dev CD Vol. IV
  5207. Developer CD (IIIV
  5208. 69702X
  5209. Vol. V
  5210. ation, Framework, Loadable bundle, Palette, code loading, dynamic linking, lproj, localized strings, Info.plist, Collection Services, CFArray.h, CFDictionary.h, CFBag.h, CFSet.h, CFTree.h, CFData.h, CFBinaryHeap.h, CFBitVector.h, CFArray, CFDictionary, CFBag, CFSet, CFTree, CFData, CFBinaryHeap, CFBitVector, collection, container, ordered collection, tree, set, bag, heap, vector, Property List Services, CFPropertyList.h, property list, information property list, info plist, Info.plist, CFA
  5211. rray, CFDictionary, CFDictionary, CFPropertyList, XML, Core Foundation, String Services, CFString.h, CFCharacterSet.h, CFStringEncodingsExt.h, CFString, string, mutable string, internationalization, localization, Unicode, character encoding, string encoding
  5212. the item you selected could not be found."
  5213.     return
  5214. end try
  5215. All Packages
  5216. QuickDraw GXO
  5217. Dev.CD Aug 96 TCP
  5218. Dev.CD Aug 96 TV
  5219. 67471X
  5220. Aug 96
  5221. print
  5222. tilisten
  5223. Dev.CD Oct 94P
  5224. Dev.CD Oct 9V
  5225. 69682X
  5226. Oct 94
  5227. b--set theItem to choose file -- uncomment to test in an AS editor
  5228.     tell application "Finder"
  5229.         open item "Dev.CD Oct 94"
  5230.         activate
  5231.     end tell
  5232. on error errMsg number errNum
  5233.     --enter statements to perform when no records are found such as...
  5234.     display dialog "Sorry, the item you selected could not be found."
  5235.     return
  5236. end try
  5237. All Packages
  5238. System UpdateO
  5239. Dev.CD Oct 94P
  5240. Dev.CD Oct 9V
  5241. 69683X
  5242. Oct 94
  5243. b--set theItem to choose file -- uncomment to test in an AS editor
  5244.     tell application "Finder"
  5245.         open item "Dev.CD Oct 94"
  5246.         activate
  5247.     end tell
  5248. on error errMsg number errNum
  5249.     --enter statements to perform when no records are found such as...
  5250.     display dialog "Sorry, the item you selected could not be found."
  5251.     return
  5252. end try
  5253. All Packages
  5254. System UpdateO
  5255. Dev.CD Oct 94P
  5256. Dev.CD Oct 9V
  5257. 69684X
  5258. Oct 94
  5259. print, USBNo Change
  5260. 8PNDev.CD Jul 99 SDK1
  5261.  - Development Kits
  5262.  - Mac OS
  5263.  - Apple Color OneScanner SDKemoText.hM
  5264. MacAppN,MacApp, Text Dump, Dump, Two Level Text DumpOSDev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:MacApp:Two Level Text Dump:P^Dev.CD Nov 00 TC Disk 2
  5265.  - Sample Code
  5266.  - Platforms and Tools
  5267.  - MacApp
  5268.  - Two Level Text DumpV
  5269. 68121X
  5270. Nov 00^    TC Disk 2
  5271. --set theItem to choose file -- uncomment to test in an AS editor
  5272.     tell application "Finder"
  5273.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:MacApp:Two Level Text Dump:"
  5274.         activate
  5275.     end tell
  5276. on error errMsg number errNum
  5277.     --enter statements to perform when no records are found such as...
  5278.     display dialog "Sorry, the item you selected could not be found."
  5279.     return
  5280. end try
  5281. e    No Changef)MacApp
  5282. Text Dump
  5283. Two Level Text Dumpq
  5284. Dev.CD Nov 00 TC Disk 2
  5285. All Packages
  5286. TwoColumn LDEF
  5287. 68122X
  5288. build/settings
  5289. builder
  5290. O9Dev.CD Nov 00 TC Disk 2:Sample Code:Overview:OOPTESample:PADev.CD Nov 00 TC Disk 2
  5291.  - Sample Code
  5292.  - Overview
  5293.  - OOPTESamplelic Language KitO!Dev.CD May 97 TC
  5294. Dev.CD May 96 TCP Dev.CD May 97 TC
  5295. Dev.CD May 96 TV
  5296. 66798X
  5297. May 97
  5298. v--set theItem to choose file -- uncomment to test in an AS editor
  5299.     tell application "Finder"
  5300.         open item "Dev.CD May 97 TC
  5301. Dev.CD May 96 TC"
  5302.         activate
  5303.     end tell
  5304. on error errMsg number errNum
  5305.     --enter statements to perform when no records are found such as...
  5306.     display dialog "Sorry, the item you selected could not be found."
  5307.     return
  5308. end try
  5309. All Packages
  5310. Cyrillic Language KitO!Dev.CD May 97 TC
  5311. Dev.CD May 96 TCP Dev.CD May 97 TC
  5312. Dev.CD May 96 TV
  5313. 66799X
  5314. May 97
  5315. zinput
  5316. dzinput
  5317. dzinput
  5318. dzisppresets
  5319. dzisppresets
  5320. dzisppresets
  5321. dzkeycap
  5322. dzkeycap
  5323. dzmain
  5324. dzmain
  5325. dzmain
  5326. dzmenu
  5327. dzmenu
  5328. dzmenu
  5329. dzmoreresources
  5330. All Packages
  5331. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  5332. Dev.CD Jan 94
  5333. Dev.CD Oct 93
  5334. Dev.CD Jul 93
  5335. Dev.CD Apr 93PDDev.CD Apr 94
  5336. Dev.CD Jan 94
  5337. Dev.CD Oct 93
  5338. Dev.CD Jul 93
  5339. Dev.CD Apr 9V
  5340. 69459X
  5341. Apr 94
  5342. --set theItem to choose file -- uncomment to test in an AS editor
  5343.     tell application "Finder"
  5344.         open item "Dev.CD Apr 94
  5345. Dev.CD Jan 94
  5346. Dev.CD Oct 93
  5347. Dev.CD Jul 93
  5348. Dev.CD Apr 93"
  5349.         activate
  5350.     end tell
  5351. on error errMsg number errNum
  5352.     --enter statements to perform when no records are found such as...
  5353.     display dialog "Sorry, the item you selected could not be found."
  5354.     return
  5355. end try
  5356. All Packages
  5357. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  5358. Dev.CD Jan 94
  5359. Dev.CD Oct 93
  5360. Dev.CD Jul 93
  5361. Dev.CD Apr 93PDDev.CD Apr 94
  5362. Dev.CD Jan 94
  5363. Dev.CD Oct 93
  5364. Dev.CD Jul 93
  5365. Dev.CD Apr 9V
  5366. 69460X
  5367. Apr 94
  5368. printing-related
  5369. prior
  5370. priorities
  5371. private
  5372. 69774X
  5373. Nov 00^    TC Disk 1
  5374. --set theItem to choose file -- uncomment to test in an AS editor
  5375.     tell application "Finder"
  5376.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User 3.0.1d3:"
  5377.         activate
  5378.     end tell
  5379. on error errMsg number errNum
  5380.     --enter statements to perform when no records are found such as...
  5381.     display dialog "Sorry, the item you selected could not be found."
  5382.     return
  5383. end try
  5384. e    No Changef@VU
  5385. Virtual User
  5386. VirtualUser
  5387. Testing
  5388. Automation
  5389. Automated TestingoPftp://ftp.apple.com/developer/Tool_Chest/Testing_-_Debugging/Virtual_User_Tools/q
  5390. Dev.CD Nov 00 TC Disk 1
  5391. All Packages
  5392. Virtual User tools
  5393. 69775X
  5394. technicalT
  5395. technical
  5396. overview
  5397. technogeek
  5398. macapp
  5399. framework
  5400. object-oriented
  5401. standard
  5402. library
  5403. carbonli@
  5404. macintalk@
  5405. manager@
  5406. memory@
  5407. middleware@
  5408. mpeg@
  5409. applescript
  5410. toolkit@
  5411. multiprocessing
  5412. multitasking
  5413. multiprocessor
  5414. carbon@
  5415. network
  5416. setup
  5417. network
  5418. preferences
  5419. dumpnetworksetup@
  5420. newgworld
  5421. updategworld
  5422. disposegworld
  5423. getpixbaseaddr
  5424. copybits@
  5425. newpalette@
  5426. news@
  5427. nsetpalette@
  5428. object-oriented@
  5429. transport
  5430. autopush
  5431. driver@
  5432. transport
  5433. streams
  5434. module
  5435. driver@
  5436. transport
  5437. endpoint
  5438. download
  5439. fetch
  5440. otsimple@
  5441. opengl
  5442. drawsprocket
  5443. multiple
  5444. monitor
  5445. renderer
  5446. font@
  5447. opentransport@
  5448. optimizing@
  5449. otpingsample@
  5450. ottcpwilldial@
  5451. nted.J.MountAlias
  5452. MountAlias Info
  5453. MountAlias Info.txtK
  5454. Vol XIM
  5455. System 7.0 requiredO:Dev.CD Nov 00 TC Disk 1:Tool Chest:Toolbox:MountAlias 1.0:PBDev.CD Nov 00 TC Disk 1
  5456.  - Tool Chest
  5457.  - Toolbox
  5458.  - MountAlias 1.0V
  5459. 65509X
  5460. Nov 00^    TC Disk 1
  5461. e    No Change
  5462. PQDev.CD Nov 00 TC Disk 2
  5463.  - Sample Code
  5464.  - QuickTime
  5465.  - Basics
  5466.  - qtfullscreen.winV
  5467. 68984X
  5468. Nov 00^    TC Disk 2b
  5469. Revised
  5470. --set theItem to choose file -- uncomment to test in an AS editor
  5471.     tell application "Finder"
  5472.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:qtfullscreen.win:"
  5473.         activate
  5474.     end tell
  5475. on error errMsg number errNum
  5476.     --enter statements to perform when no records are found such as...
  5477.     display dialog "Sorry, the item you selected could not be found."
  5478.     return
  5479. end try
  5480. Updatedf2QuickTime
  5481. fullscreen
  5482. BeginFullScreen
  5483. EndFullScreeno&http://developer.apple.com/samplecode/q
  5484. Dev.CD Nov 00 TC Disk 2
  5485. All Packages
  5486. qtgraphimp
  5487. 68985X
  5488. xO7Dev.CD Aug 00 TC Disk 1:Tool Chest:MacApp:MacApp R14a1:P?Dev.CD Aug 00 TC Disk 1
  5489.  - Tool Chest
  5490.  - MacApp
  5491.  - MacApp R14a1rocketTestV
  5492. 66998X
  5493. Nov 00^    TC Disk 1
  5494. --set theItem to choose file -- uncomment to test in an AS editor
  5495.     tell application "Finder"
  5496.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Games:InputSprocketTest:"
  5497.         activate
  5498.     end tell
  5499. on error errMsg number errNum
  5500.     --enter statements to perform when no records are found such as...
  5501.     display dialog "Sorry, the item you selected could not be found."
  5502.     return
  5503. end try
  5504. e    No Changef-InputSprocket
  5505. Needs
  5506. Elements
  5507. buttonsq
  5508. Dev.CD Nov 00 TC Disk 1
  5509. All Packages
  5510. Inside Mac ICM CodeI(QuickTime Image Compression Manager CodeJ3ICM(PPC)
  5511. icm.c
  5512. icm.h
  5513. Inside Mac ICM Code.mcp
  5514. READMEM QuickTime, System 7.5 and higherN
  5515. QuickTime, image compressionOZDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Importers and Exporters:Inside Mac ICM Code:V
  5516. 66999X
  5517. 1e    No Change
  5518. 60182X
  5519. 1e    No Change
  5520. e    No Changeq
  5521. Dev.CD Nov 00 TC Disk 1
  5522. All Packages
  5523. Menu Defproc 1.0.3
  5524. Summary: This is a menu definition procedure (MDEF) with source code. It looks similar to the standard MDEF, though there are differences. This is sample code which is best used when you to see how an MDEF can be written.
  5525. Features: Concordia includes the normal features for a text MDEF, plus pop-up menus, hierarchical menus, and scrolling. It doesn
  5526. t support color icons, multiple scripts, bidirectional scripts, or gray dimming.
  5527. ChooseTkl.c
  5528. ChooseTkl.h
  5529. Concordia
  5530. Concordia Info
  5531. Concordia Info.txt
  5532. Concordia.c
  5533. Concordia.h
  5534. Concordia.make
  5535. Concordia.r
  5536. DrawTkl.c
  5537. DrawTkl.h
  5538. PopUpTkl.c
  5539. PopUpTkl.h
  5540. SizeTkl.c
  5541. SizeTkl.hK
  5542. Vol IIIL
  5543. Vol VIIM-Any Macintosh, This MDEF is not fully tested.O>Dev.CD Nov 00 TC Disk 1:Tool Chest:Toolbox:Menu Defproc 1.0.3:PFDev.CD Nov 00 TC Disk 1
  5544.  - Tool Chest
  5545.  - Toolbox
  5546.  - Menu Defproc 1.0.3V
  5547. 68741X
  5548. Nov 00^    TC Disk 1
  5549. e    No Change
  5550. ended to be a definitive 'document' on how to 
  5551. P]Dev.CD Nov 00 TC Disk 2
  5552.  - Sample Code
  5553.  - QuickTime
  5554.  - Importers and Exporters
  5555.  - ImporterMacCD Nov 99 TC
  5556. All Packages
  5557. MPPeriodicalTestI5This is an application to test/demo the MT/MP timers.J:MPPeriodicalTest
  5558. MPPeriodicalTest.c
  5559. MPPeriodicalTest.
  5560. Pro2K
  5561. May 00M
  5562. Mac OS 8.6 or later, MP 2.0N
  5563. MultiTasking, MultiProcessingO?Dev.CD Nov 00 TC Disk 2:Sample Code:Processes:MPPeriodicalTest:PGDev.CD Nov 00 TC Disk 2
  5564.  - Sample Code
  5565.  - Processes
  5566.  - MPPeriodicalTestV
  5567. 67151X
  5568. Nov 00^    TC Disk 2
  5569. --set theItem to choose file -- uncomment to test in an AS editor
  5570.     tell application "Finder"
  5571.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Processes:MPPeriodicalTest:"
  5572.         activate
  5573.     end tell
  5574. on error errMsg number errNum
  5575.     --enter statements to perform when no records are found such as...
  5576.     display dialog "Sorry, the item you selected could not be found."
  5577.     return
  5578. end try
  5579. e    No Changeo0http://developer.apple.com/samplecode/index.html
  5580. log popupsV
  5581. 65232X
  5582. n a dialog. It's easy, just create the list right after you create the dialog, then call LUpdate and LClick in a dialog filter to respond to user events.
  5583. MDEF.Sample:  An MDEF written in Pascal that supports rez MENU templates and allows you to request the use of the Shift-Command symbol (made famous by our friends to the North).
  5584. Menu 'cicn' Fun:  This snippet demonstrates 'cicn's in menu items.  It's an unfortunately little-known fact that 'cicn's can be many sizes, and not only that, b
  5585. ut that any size 'cicn' can be put into a menu item. It's probably not good HI to put in 'cicn's of sizes other than 32x32 or 16x16; happily, this covers the sizes developers want most.
  5586. MenuHook/MBarHook exposed:  Installs routines called when a menu is pulled down and when the mouse is down in the menu bar.  Inverts the region underneath the menu so you can graphically see the results, as well as flashes status indicators.  Can mess up your desktop (but only visually).
  5587. Modal TextEdit:  
  5588. De    No Changef
  5589. ControlStripq
  5590. Dev.CD Nov 00 TC Disk 1
  5591. ED!All Packages
  5592. Tool Chest Edition
  5593. Convert
  5594. Projects 1.0b5
  5595. Summary:  Convert
  5596. Projects is a utility which will read a THINK C or THINK Pascal project, and produce an equivalent (or nearly so) Code Warrior project. This is particularly useful for large projects, in which manually adding and segmenting the project would be tiresome or impractical.  See the document "About Convert
  5597. Projects" for details.
  5598. Convert
  5599. Projects is -NOT- a source code converter. If your code uses non-portable constructs that aren
  5600. t supported by the Code Warrior compilers, youd later.
  5601. GDevVideo:  This code shows how to get the parameters out of GDevice records.
  5602. GrayishOutline:  This snippet was written in reply to a developer question on how to draw the "best possible gray" across several screens of various depth (see the related Q&A in a recent  d e v e l o p   near you).
  5603. icl8 To cicn:  This snippet converts a 'icl8' and 'ICN#' resource to a 'cicn' r
  5604. mccomponent
  5605. mccomponent
  5606. mccomponent
  5607. Oct 96M
  5608. System 7O
  5609. Dev.CD Nov 99 TC:Sample Code:P
  5610. Dev.CD Nov 99 TC
  5611.  - Sample CodeV
  5612. 68394X
  5613. Nov 99^
  5614. r--set theItem to choose file -- uncomment to test in an AS editor
  5615.     tell application "Finder"
  5616.         open item "Dev.CD Nov 99 TC:Sample Code:"
  5617.         activate
  5618.     end tell
  5619. on error errMsg number errNum
  5620.     --enter statements to perform when no records are found such as...
  5621.     display dialog "Sorry, the item you selected could not be found."
  5622.     return
  5623. end try
  5624. Deletedq
  5625. Dev.CD Nov 99 TC
  5626. All Packages
  5627. ControlStripSampleIWThis sample shows how to create a basic ControlStrip module for use on 68K and PowerPC.JqControlStripLib
  5628. ControlStripSample(PPC)
  5629. ControlStripSample.c
  5630. ControlStripSample.mcp
  5631. ControlStripSample.rsrc
  5632. ControlStripN
  5633. ControlStripOODev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:ControlStripSample:PWDev.CD Nov 00 TC Disk 1
  5634.  - Sample Code
  5635.  - Human Interface Toolbox
  5636.  - ControlStripSampleV
  5637. 68395X
  5638. Nov 00^    TC Disk 1
  5639. e    No Change
  5640. NCMacApp, Framework, Object-oriented, C++ Standard Library, CarbonLibket, ISp, Needs, Elements, axes, buttonsper around Network Setup. The second, NetworkSetupHelpers, provides high-level functionality (for example, turning AppleTalk on/off, switching TCP/IP configurations) that works with both Network Setup and on pre-Mac OS 8.5 systems.
  5641. JfMoreInterfaceLib
  5642. MoreMemory
  5643. MoreQuickDraw
  5644. MoreSetup.h
  5645. MoreTextUtils
  5646. NetworkSetup
  5647. PLStringFuncs
  5648. Read MeK
  5649. Jan 99L
  5650. Dec 99M
  5651. Network Setup library, which is currently only available as part of Mac OS 8.5.  NetworkSetupHelpers provides compatibility glue for older systems and merely requires OT 1.1.1 or higher.NnTCP/IP AppleTalk reconfiguration Network Setup OTTCPWillDial AppleTalk on off enabled disabled active inactiveO@Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:MoreNetworkSetup:PHDev.CD Nov 00 TC Disk 1
  5652.  - Sample Code
  5653.  - Networking
  5654.  - MoreNetworkSetup
  5655. pixmap
  5656. bitmap
  5657. alternatebufferdisplay
  5658. Carbon
  5659. driverV
  5660. texplore
  5661. drivergestaltexplore
  5662. sample
  5663. showing
  5664. driverse
  5665. drives
  5666. driving
  5667. dronezone
  5668. dronezone
  5669. application
  5670. which
  5671. designed
  5672. dropB
  5673. dropdisk
  5674. dropped
  5675. dropprint
  5676. dropprint
  5677. demonstrates
  5678. method
  5679. identifying
  5680. attached
  5681. drops
  5682. dspcontext
  5683. dspuserselectcontext
  5684. dstspec
  5685. utilities
  5686. collection
  5687. utilities
  5688. sample
  5689. dtscpluslibrary
  5690. The 7Edit package provides a source code sample showing how to make a Scriptable Application that can be controlled by way of AppleScripts.J\ 7Edit Read Me - Part 1
  5691.  7Edit Read Me - Part 2
  5692.  Example Scripts
  5693. 7Edit(PPC)
  5694. 7Edit.mcp
  5695. SourceK
  5696. Jan 96L
  5697.  M System 7.1 or later, AppleScriptN0AppleEvents, AppleScript, scriptable text editorO@Dev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:7Edit:PHDev.CD Nov 00 TC Disk 1
  5698.  - Sample Code
  5699.  - Interapplication Comm
  5700.  - 7EditV
  5701. 68214X
  5702. Nov 00^    TC Disk 1
  5703. --set theItem to choose file -- uncomment to test in an AS editor
  5704.     tell application "Finder"
  5705.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:7Edit:"
  5706.         activate
  5707.     end tell
  5708. on error errMsg number errNum
  5709.     --enter statements to perform when no records are found such as...
  5710.     display dialog "Sorry, the item you selected could not be found."
  5711.     return
  5712. end try
  5713. e    No Changef.AppleEvents
  5714. AppleScript
  5715. scriptable text editorq
  5716. Dev.CD Nov 00 TC Disk 1
  5717. rvices
  5718. CFString.h
  5719. CFCharacterSet.h
  5720. CFStringEncodingsExt.h
  5721. CFString
  5722. string
  5723. mutable string
  5724. internationalization
  5725. localization
  5726. Unicode
  5727. character encoding
  5728. string encoding
  5729. on error errMsg number errNum
  5730.     --enter statements to perform when no records are found such as...
  5731.     display dialog "Sorry, the item you selected could not be found."
  5732.     return
  5733. end try
  5734. All Packages
  5735. QuickDraw GXO
  5736. Dev.CD Apr 95P
  5737. Dev.CD Apr 9V
  5738. 67465X
  5739. Apr 95
  5740. b--set theItem to choose file -- uncomment to test in an AS editor
  5741.     tell application "Finder"
  5742.         open item "Dev.CD Apr 95"
  5743.         activate
  5744.     end tell
  5745. on error errMsg number errNum
  5746.     --enter statements to perform when no records are found such as...
  5747.     display dialog "Sorry, the item you selected could not be found."
  5748.     return
  5749. end try
  5750. All Packages
  5751. QuickDraw GXO
  5752. Dev.CD Aug 93P
  5753. Dev.CD Aug 9V
  5754. 67466X
  5755. Aug 93
  5756. OF    PowerTalkO
  5757. Dev.CD Apr 95P
  5758. Dev.CD Apr 9ide Support for PowerMacs with System  7.1.2.
  5759. all pre-7.5 systems:  Apple Guide Support for System 7.0 and greater.  
  5760. Not required for System 7.5 or greater.
  5761. SharedLibs:  Apple Guide shared library Support for CFM 68K & PPC.
  5762. Apple GuidePlugIn 1.0:  Apple Guide Support for OpenDoc.
  5763. Using Apple Guide 2.1.1:  Develop issue 27 article explaining the new features in Apple Guide 2.1.
  5764. Apple Guide 2.1.1 Resources:  New Apple Guide 2.1 resources types explain
  5765. ed in the article above.
  5766. NEW FEATURES IN APPLE GUIDE 2.1.1
  5767. Apple Guide now supports help access from OpenDoc processes, which involves numerous parts and not a single application process as in the previous help environment.  For information on providing guide files for OpenDoc parts, please see the Develop Issue 27 Article titled "Using Apple Guide 2.1, OpenDoc".
  5768. Now supports the ability to access multiple guide files combining the topic areas, index, and look for content across all ope
  5769. usefulW
  5770. usenet
  5771. userU
  5772. userstartup
  5773. Summary:  This application demonstrates how to send an AppleEvent to the Finder that will cause a new default desktop printer to be selected under QuickDraw GX. The user interface consists of a dialog that collects a string that is the name of a desktop printer. Upon hitting the default button, the application forms an AppleEvent and sends it off to the Finder. If the Printing Finder Extension (part of QuickDraw GX) is installed and a valid desktop printer was specified then that printer sB!hould become the default printer.
  5774. FSSetPrinter.c
  5775. FSSetPrinter.h
  5776. ReadMe
  5777. SetDefaultDTP
  5778. SetDefaultDTP.c
  5779. SetDefaultDTP.rsrc
  5780. SetDefaultDTP.
  5781. SetDefaultDTP.
  5782. SetDefaultDTP.
  5783. .rsrcK
  5784. Feb 96M
  5785. QuickDraw GX, System 7.5N8Desk Top Printer Default SetDefaultDTP QuickDraw GX toolO>Dev.CD Nov 00 TC Disk 1:Tool Chest:QuickDraw GX:SetDefaultDTP:PFDev.CD Nov 00 TC Disk 1
  5786.  - Tool Chest
  5787.  - QuickDraw GX
  5788.  - SetDefaultDTP
  5789. isptestglobals
  5790. isptestglobals
  5791. isptestmain
  5792. isptestmain
  5793. system
  5794. samples
  5795. system
  5796. tune-up
  5797. system
  5798. system
  5799. system
  5800. update
  5801. system
  5802. update
  5803. system
  5804. 7.5.5
  5805. update
  5806. system
  5807. enabler
  5808. system
  5809. enabler
  5810. system
  5811. enabler
  5812. centris/quadra
  5813. system
  5814. enabler
  5815. This sample code illustrates how to use the low-level QuickTime video effects API to apply a filter (a one-source effect) to a picture, or to apply a transition (a two-source effect) to two pictures.
  5816. QTShowEffect runs only from unlocked volumes. QTShowEffect can also build a QuickTime movie containing a filter or transition.  QTShowEffect can be built for both the Mac OS and Windows.
  5817. Application Files
  5818. Building QT Samples
  5819. Common Files
  5820. QTShowEffect 68k
  5821. QTShowEffect 68k.mcp
  5822. QTShowEffect PPC
  5823. QTShowEffect PPC.mcp
  5824. QTShowEffect Win.mcp
  5825. QTShowEffect.c
  5826. QTShowEffect.exe
  5827. QTShowEffect.h
  5828. QTShowEffect.mak
  5829. QTShowEffect.r
  5830. READMEM
  5831. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.N&QuickTime, Effects, Video, TransitionsOCDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Effects:QTShowEffect:W
  5832. toolbox
  5833. assistant
  5834. 69340X
  5835. Apr 98^
  5836. --set theItem to choose file -- uncomment to test in an AS editor
  5837.     tell application "Finder"
  5838.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):SOMobjects
  5839.  for Mac OS:"
  5840.         activate
  5841.     end tell
  5842. on error errMsg number errNum
  5843.     --enter statements to perform when no records are found such as...
  5844.     display dialog "Sorry, the item you selected could not be found."
  5845.     return
  5846. end try
  5847. e    No Changeq
  5848. Dev.CD Apr 98 SDK2
  5849. All Packages
  5850. New & RevisedF
  5851. SonOfSillyBallsI
  5852. This sample is a port of a classic Mac OS sample, Silly Balls, whose sole purpose is to draw a bunch of randomly coloured, randomly placed, silly balls in a window on the screen.
  5853. .DS_Store
  5854. build
  5855. English.lproj
  5856. MainMenu.nib
  5857. ReadMe.rtf
  5858. SillyBallView.h
  5859. SillyBallView.m
  5860. SonOfSillyBalls.app
  5861. SonOfSillyBalls.pbproj
  5862. SonOfSillyBalls_main.mK
  5863. Nov 00M
  5864. Mac OS X or later00 TC Disk 2:Sample Code:Platforms and Tools:Project Builder:SonOfSillyBalls:V
  5865. 69341X
  5866. New Package
  5867. e    No ChangefmA/ROSE
  5868. Macintosh Coprocessor Platform
  5869. Ethernet NB
  5870. PowerPC
  5871. Network Software
  5872. AppleTalk
  5873. TokenTalk
  5874. Token Ringq
  5875. Dev.CD Nov 00 TC Disk 1
  5876. D!All Packages
  5877. Tool Chest Edition
  5878. About Developer University
  5879. Summary:  This folder contains complete information on Developer University, the self-paced products that are available, the classroom courses, and course schedule for October 1996 through December 1996.
  5880. Features:  Information on Developer University self-paced courses, classroom courses, field courses, course schedules, topics available on the World Wide Web and complete course outlines, prerequisites, and target audiences.
  5881. 01-Intro to DU.pdf
  5882. 02-What's New from DU.pdf
  5883. 03-Information & Registrati.pdf
  5884. 04-Index of Courses.pdf
  5885. 05-Self-Paced Products.pdf
  5886. 06-On-Line Topics.pdf
  5887. 07-Mac OS:
  5888. 08-Object Oriented:
  5889. 09-Multimedia & Graphics:
  5890. 10-Newton:
  5891. 11-Other topics:
  5892. 12-Training Schedule.pdf
  5893. 13-DU Training Sites.pdf
  5894. May 92L
  5895. Oct 96M
  5896. Adobe Acrobat Reader
  5897. --set theItem to choose file -- uncomment to test in an AS editor
  5898.     tell application "Finder"
  5899.         open item "Dev.CD Apr 94
  5900. Dev.CD Jan 94
  5901. Dev.CD Oct 93
  5902. Dev.CD Jul 93
  5903. Dev.CD Apr 93"
  5904.         activate
  5905.     end tell
  5906. on error errMsg number errNum
  5907.     --enter statements to perform when no records are found such as...
  5908.     display dialog "Sorry, the item you selected could not be found."
  5909.     return
  5910. end try
  5911. imple
  5912. server
  5913. demonstrat
  5914. sample
  5915. designed
  5916. simple
  5917. drawsprocket
  5918. sample
  5919. designed
  5920. create
  5921. requir
  5922. sample
  5923. program
  5924. demonstrates
  5925. determine
  5926. sample
  5927. provides
  5928. interractive
  5929. demonstration
  5930. appleglot
  5931. localization
  5932. internationalization
  5933. translation
  5934. applescript
  5935. applescript
  5936. applescript
  5937. subroutines
  5938. applesearch
  5939. appleshare
  5940. documentation
  5941. b--set theItem to choose file -- uncomment to test in an AS editor
  5942.     tell application "Finder"
  5943.         open item "Dev.CD Apr 93"
  5944.         activate
  5945.     end tell
  5946. on error errMsg number errNum
  5947.     --enter statements to perform when no records are found such as...
  5948.     display dialog "Sorry, the item you selected could not be found."
  5949.     return
  5950. end try
  5951. this it is recommended that one use the earlier version of the the switching code.
  5952. The controls for the sample application are:
  5953. - BJright arrow for a larger context
  5954. - left arrow for smaller
  5955. - Cmd-Q to exit.
  5956. JfDSp Context Switch
  5957. DSp Context Switch Main.c
  5958. DSp Context Switch.CW2.
  5959. DSp Context Switch.CW5.
  5960. Read MeK
  5961. Feb 00M[PowerPC, System 8.1+, DrawSprocket, and either Universal Interfaces 3.3 or DrawSprocket SDKN
  5962. DrawSprocket, Context SwitchO=Dev.CD Nov 00 TC Disk 1:Sample Code:Games:DSp Context Switch:PEDev.CD Nov 00 TC Disk 1
  5963.  - Sample Code
  5964.  - Games
  5965.  - DSp Context Switchnt
  5966. dialogq
  5967. Dev.CD Nov 00 TC Disk 2
  5968. ~--set theItem to choose file -- uncomment to test in an AS editor
  5969.     tell application "Finder"
  5970.         open item "Dev.CD Apr 94
  5971. Dev.CD Jan 94
  5972. Dev.CD Oct 93"
  5973.         activate
  5974.     end tell
  5975. on error errMsg number errNum
  5976.     --enter statements to perform when no records are found such as...
  5977.     display dialog "Sorry, the item you selected could not be found."
  5978.     return
  5979. end try
  5980. installer
  5981. installer
  5982. chinese
  5983. language
  5984. installers
  5985. installingV
  5986. installment
  5987. installsf
  5988. instance
  5989. instances
  5990. instantly
  5991. instead
  5992. instruction
  5993. instructional
  5994. instructions_
  5995. int'l
  5996. integer
  5997. integral
  5998. integrate
  5999. integrated
  6000. integrates
  6001. integrating
  6002. integrating
  6003. computer-based
  6004. media
  6005. broadcast
  6006. environment
  6007. integration
  6008. bPeDev.CD Nov 00 TC Disk 1
  6009.  - What's New?
  6010.  - Technical Documentation
  6011.  - Technical Publications
  6012.  - CarbonW
  6013. enlarged
  6014. enlightening
  6015. enough[
  6016. ensure
  6017. ensures
  6018. ensuring
  6019. entails
  6020. enter
  6021. entered
  6022. entering
  6023. enterprise{
  6024. enterprise
  6025. internet
  6026. documentation
  6027. formats
  6028. enterprise
  6029. objects
  6030. enterprise
  6031. objects
  6032. documentation
  6033. enterprise
  6034. objects
  6035. framework
  6036. enters\
  6037. entertainment{
  6038. entire
  6039. entirely
  6040. entities
  6041. entitled
  6042. entity
  6043. esfahani
  6044. eskimo
  6045. especially
  6046. essential
  6047. essentials
  6048. ethernetR
  6049. ethertalkB
  6050. bitblitz
  6051. copybits
  6052. copymask
  6053. copydeepmask
  6054. gworld
  6055. newgworld
  6056. bitmapr
  6057. bitmap
  6058. rotation
  6059. carbon
  6060. blitr
  6061. blitter
  6062. block
  6063. botright
  6064. bottleneck
  6065. bridge
  6066. broadcast
  6067. broadcasting
  6068. browse
  6069. browser
  6070. btstbool
  6071. btstq
  6072. calculator
  6073. calculator
  6074. cocoa
  6075. calibrator
  6076. carbonr
  6077. carbon
  6078. carbonlib
  6079. carbon
  6080. manager
  6081. carbon
  6082. quicktime
  6083. graphicimporter
  6084. print
  6085. carbonlib
  6086. cardbus
  6087. cardbus
  6088. pcmcia
  6089. cd-rom
  6090. cd-rom
  6091. audio
  6092. tracker
  6093. control
  6094. cdrom
  6095. cdrom
  6096. drivers
  6097. center
  6098. cfm-68k
  6099. cfm-68k
  6100. mixed
  6101. thread
  6102. objectsupportlib
  6103. chained
  6104. chained
  6105. completion
  6106. routines
  6107. asynchronous
  6108. manager
  6109. cheap
  6110. 68369X
  6111. Nov 00^    TC Disk 2
  6112. --set theItem to choose file -- uncomment to test in an AS editor
  6113.     tell application "Finder"
  6114.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:ChromaKeyMovie:"
  6115.         activate
  6116.     end tell
  6117. on error errMsg number errNum
  6118.     --enter statements to perform when no records are found such as...
  6119.     display dialog "Sorry, the item you selected could not be found."
  6120.     return
  6121. end try
  6122. e    No Changef2QuickTime
  6123. Sound
  6124. Mixer
  6125. Output
  6126. Device
  6127. Componentq
  6128. Dev.CD Nov 00 TC Disk 2
  6129. All Packages
  6130. cihuiI
  6131. Summary: Description Input methods for use with the Chinese Macintosh System 6.05 and above. Allows pinyin input in phrase instead of single character.J    cihui.imgK
  6132. Vol VIIM,Chinese OS 6.0.5 (Traditional or Simplified)O6Dev.CD Nov 00 TC Disk 1:Tool Chest:Localization:cihui:P>Dev.CD Nov 00 TC Disk 1
  6133.  - Tool Chest
  6134.  - Localization
  6135.  - cihuiV
  6136. 68370X
  6137. Nov 00^    TC Disk 1
  6138. e    No Change
  6139. AppleShare IP 6.3 SDK
  6140. Continuing to offer the traditional server software suite, AppleShare IP 6.3 now supports Mac OS 9, allowing server administrators to take advantage of the latest improvements in the Mac OS.  AppleShare IP 6.3 also eliminates the dependencies of the earlier versions of the administration applications on Open Doc and replaces those with a single integrated management administration, called Mac OS Server Admin.  Within this SDK, you will find detailed developer documentation, interfaces, lib
  6141. 68284X
  6142. hints
  6143. historically
  6144. history
  6145. hitec
  6146. hittin
  6147. orizon
  6148. horizontal
  6149. hostU
  6150. host-target
  6151. hot-spot-specific\
  6152. hotchkiss
  6153. hotrect
  6154. hotsauce
  6155. hours
  6156. hours/minutes
  6157. house
  6158. All Packages
  6159. QuickDraw GXO
  6160. Dev.CD Jan 96 SDK1P
  6161. Dev.CD Jan 96 SDKV
  6162. 69040X
  6163. Jan 96
  6164. g--set theItem to choose file -- uncomment to test in an AS editor
  6165.     tell application "Finder"
  6166.         open item "Dev.CD Jan 96 SDK1"
  6167.         activate
  6168.     end tell
  6169. on error errMsg number errNum
  6170.     --enter statements to perform when no records are found such as...
  6171.     display dialog "Sorry, the item you selected could not be found."
  6172.     return
  6173. end try
  6174. All Packages
  6175. QuickDraw GXO
  6176. Dev.CD Jan 96 SDK1P
  6177. Dev.CD Jan 96 SDKV
  6178. 69041X
  6179. Jan 96
  6180. g--set theItem to choose file -- uncomment to test in an AS editor
  6181.     tell application "Finder"
  6182.         open item "Dev.CD Jan 96 SDK1"
  6183.         activate
  6184.     end tell
  6185. on error errMsg number errNum
  6186.     --enter statements to perform when no records are found such as...
  6187.     display dialog "Sorry, the item you selected could not be found."
  6188.     return
  6189. end try
  6190. All Packages
  6191. QuickDraw GXO
  6192. Dev.CD Jan 96 SDK1V
  6193. 69042X
  6194. All Packages
  6195. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  6196. Dev.CD Jan 94
  6197. Dev.CD Oct 93
  6198. Dev.CD Jul 93
  6199. Dev.CD Apr 93PDDev.CD Apr 94
  6200. Dev.CD Jan 94
  6201. Dev.CD Oct 93
  6202. Dev.CD Jul 93
  6203. Dev.CD Apr 9V
  6204. 69644X
  6205. Apr 94
  6206. --set theItem to choose file -- uncomment to test in an AS editor
  6207.     tell application "Finder"
  6208.         open item "Dev.CD Apr 94
  6209. Dev.CD Jan 94
  6210. Dev.CD Oct 93
  6211. Dev.CD Jul 93
  6212. Dev.CD Apr 93"
  6213.         activate
  6214.     end tell
  6215. on error errMsg number errNum
  6216.     --enter statements to perform when no records are found such as...
  6217.     display dialog "Sorry, the item you selected could not be found."
  6218.     return
  6219. end try
  6220. All Packages
  6221. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  6222. Dev.CD Jan 94
  6223. Dev.CD Oct 93
  6224. Dev.CD Jul 93
  6225. Dev.CD Apr 93PDDev.CD Apr 94
  6226. Dev.CD Jan 94
  6227. Dev.CD Oct 93
  6228. Dev.CD Jul 93
  6229. Dev.CD Apr 9V
  6230. 69645X
  6231. Apr 94
  6232. csmp-digest-v3-107
  6233. csmp-digest-v3-108
  6234. csmp-digest-v3-109
  6235. csmp-digest-v3-110
  6236. csmp-digest-v3-111
  6237. csmp-digest-v3-112
  6238. JFBuilding QT Samples
  6239. QTFlattenToHandle.c
  6240. QTFlattenToHandle.h
  6241. README.txtOHDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:qtflattentohandle:PSDev.CD Nov 00 TC Disk 2
  6242.  - Sample Code
  6243.  - QuickTime
  6244.  - Goodies
  6245.  - qtflattentohandleher CPU remotely. This is done by executing functions over an AppleTalk network (LocalTalk, EtherTalk, TokenTalk).
  6246. Features: 5thColumn
  6247.  can synchronize clocks, shutdown, restart, take screen shots, launch applications, read memory, get gestalt information, delete files/folders, get directory IDs and drop CPU into MacsBug executing commands.
  6248. VU3.0.1d3.smiK
  6249. Vol IVL
  6250. Vol VIM[Runs on all Macintoshes and system software. As of now it needs MPW on the controlling end.OLDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User 3.0.1d3:PTDev.CD Nov 00 TC Disk 1
  6251.  - Tool Chest
  6252.  - Testing & Debugging
  6253.  - Virtual User 3.0.1d3V
  6254. 66574X
  6255. Nov 00^    TC Disk 1
  6256. e    No Change
  6257. Summary: This is the electronic version of develop magazine.
  6258.  Issue 15 highlights:
  6259. Getting Started With QuickDraw GX by Pete ("Luke") Alexander.  A brief introduction to QuickDraw GX, and a simple GX-aware sample.
  6260. Developing QuickDraw GX Printing Extensions  by Sam Weiss.  All about these nifty new add-ons to QuickDraw GX printing.
  6261. QuickDraw GX for PostScript Programmers by Daniel Lipton.  The two graphics models are compared, along with useful code snippets for each.
  6262. Managing Compon
  6263. ent Registration  by Gary Woodcock.  For those cases where you may need to manage the component registration process, here's how.
  6264. Floating Windows: Keeping Afloat in the Window Manager by Dean Yu.  A way to implement floating windows without patching traps, and a library you can use in your own application.
  6265. Working in the Third Dimension by Jamie Osborne and Deanna Thomas.  This article shows off a nice 3-D interface and presents a set of MacApp objects you can use to create your own suc
  6266. r SDK:
  6267. 68970X
  6268. Nov 00^    TC Disk 1
  6269. --set theItem to choose file -- uncomment to test in an AS editor
  6270.     tell application "Finder"
  6271.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Files:PutAwayVolumes:"
  6272.         activate
  6273.     end tell
  6274. on error errMsg number errNum
  6275.     --enter statements to perform when no records are found such as...
  6276.     display dialog "Sorry, the item you selected could not be found."
  6277.     return
  6278. end try
  6279. e    No Changef.unmount
  6280. put away
  6281. Finder Apple Events
  6282. MoreFilesq
  6283. Dev.CD Nov 00 TC Disk 1
  6284. All Packages
  6285. QDGX Spooler Patch 1.0.2
  6286. 68971X
  6287. le, scriptable, scriptOYDev.CD Nov 00 TC Disk 1:Tool Chest:Interapplication Communication:AE Sample Applications:PaDev.CD Nov 00 TC Disk 1
  6288.  - Tool Chest
  6289.  - Interapplication Communication
  6290.  - AE Sample Applicationsnge
  6291. on error errMsg number errNum
  6292.     --enter statements to perform when no records are found such as...
  6293.     display dialog "Sorry, the item you selected could not be found."
  6294.     return
  6295. end try
  6296. 68339X
  6297. Nov 00^    TC Disk 1b
  6298. Revised
  6299. --set theItem to choose file -- uncomment to test in an AS editor
  6300.     tell application "Finder"
  6301.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:CalcCMask CalcMask:"
  6302.         activate
  6303.     end tell
  6304. on error errMsg number errNum
  6305.     --enter statements to perform when no records are found such as...
  6306.     display dialog "Sorry, the item you selected could not be found."
  6307.     return
  6308. end try
  6309. UpdatedfCCalcMask
  6310. CalcCMask
  6311. bitmap
  6312. CopyBits
  6313. NewGWorld
  6314. GWorld
  6315. CopyMask
  6316. Carbono&http://developer.apple.com/samplecode/q
  6317. Dev.CD Nov 00 TC Disk 1
  6318. All Packages
  6319. New & RevisedF
  6320. CalculatorIjThis application recreates the Macintosh's Calculator DA and implements a simple "four-banger" calculator.J
  6321. .DS_Store
  6322. build
  6323. CalcController.h
  6324. CalcController.m
  6325. Calculator.app
  6326. Calculator.pbproj
  6327. Calculator_main.m
  6328. ClearButton.h
  6329. ClearButton.m
  6330. English.lproj
  6331. EnterButton.h
  6332. EnterButton.m
  6333. ReadMe.rtfK
  6334. Nov 00M
  6335. Project Builder, Mac OS XN
  6336. Calculator, Cocoa
  6337. webobjects
  6338. webobjects
  6339. server
  6340. objects
  6341. win2maccountersample
  6342. windoid
  6343. window
  6344. windows
  6345. windows
  6346. quicktime
  6347. player
  6348. wired\
  6349. wombat
  6350. workgroup
  6351. working
  6352. workstation
  6353. world
  6354. worldscript
  6355. wrapper
  6356. writerk
  6357. writeswell
  6358. writing
  6359. yellow
  6360. zanzibar
  6361. zaptcp
  6362. zeroscrap
  6363. zones
  6364. carbon
  6365. zoomtowindowdevice
  6366. ode:Platforms and Tools:MacApp:PICTDialog:"
  6367.         activate
  6368.     end tell
  6369. on error errMsg number errNum
  6370.     --enter statements to perform when no records are found such as...
  6371.     display dialog "Sorry, the item you selected could not be found."
  6372.     return
  6373. end try
  6374. e    No Changef,MacApp
  6375. modal dialog
  6376. TPicture
  6377. PICTDialog
  6378. --set theItem to choose file -- uncomment to test in an AS editor
  6379.     tell application "Finder"
  6380.         open item "Dev.CD May 97 TC
  6381. Dev.CD Nov 96 TC
  6382. Dev.CD Aug 96 TC"
  6383.         activate
  6384.     end tell
  6385. on error errMsg number errNum
  6386.     --enter statements to perform when no records are found such as...
  6387.     display dialog "Sorry, the item you selected could not be found."
  6388.     return
  6389. end try
  6390. rMsg number errNum
  6391.     --enter statements to perform when no records are found such as...
  6392.     display dialog "Sorry, the item you selected could not be found."
  6393.     return
  6394. end try
  6395. All Packages
  6396. System Enabler 201 (PB Duo)O)Dev.CD Apr 94
  6397. Dev.CD Jan 94
  6398. Dev.CD Oct 93P(Dev.CD Apr 94
  6399. Dev.CD Jan 94
  6400. Dev.CD Oct 9V
  6401. 68014X
  6402. Apr 94
  6403. userstartup
  6404. goodies
  6405. usfntnamingtable
  6406. usfntnamingtable
  6407. using
  6408. using
  6409. quicktime
  6410. conferencing
  6411. using
  6412. rotate
  6413. piccomments
  6414. using
  6415. piccomments
  6416. using
  6417. classes
  6418. usual
  6419. utedocument
  6420. utedocument
  6421. utedocument
  6422. utesample
  6423. utesample
  6424. utesample
  6425. utilcode
  6426. utilitiesQ
  6427. utilities
  6428. utilities
  6429. utilities
  6430. utilitiescommon
  6431. utilitiescommon
  6432. utilitieslib
  6433. utility
  6434. utilityservices
  6435. uwindoid
  6436. uwindoid
  6437. uwindoid
  6438. v1.5.2
  6439. v1.5.3
  6440. validator
  6441. fonts
  6442. fonts
  6443. 6.0.4
  6444. 68374X
  6445. Nov 00^    TC Disk 1
  6446. --set theItem to choose file -- uncomment to test in an AS editor
  6447.     tell application "Finder"
  6448.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:QuickDraw:Color Locator DA"
  6449.         activate
  6450.     end tell
  6451. on error errMsg number errNum
  6452.     --enter statements to perform when no records are found such as...
  6453.     display dialog "Sorry, the item you selected could not be found."
  6454.     return
  6455. end try
  6456. e    No Changeq
  6457. Dev.CD Nov 00 TC Disk 1
  6458. All Packages
  6459. Color MarqueeIFThis is a very basic snippet to illustrate how to implement a marquee.J?Color Marquee.mcp
  6460. ColorMarquee(PPC)
  6461. RedAnts.c
  6462. RedAnts.rsrc
  6463. testM
  6464. Color QuickDrawN%Marquee, Marching Ants, Color MarqueeO>Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Color Marquee:PFDev.CD Nov 00 TC Disk 1
  6465.  - Sample Code
  6466.  - Graphics 2D
  6467.  - Color MarqueeV
  6468. 68375X
  6469. Nov 00^    TC Disk 1
  6470. e    No Changeo&http://developer.apple.com/samplecode/
  6471. esfahani
  6472. eskimo
  6473. espana
  6474. especially
  6475. essence
  6476. essential
  6477. essentially
  6478. essentials
  6479. establish
  6480. established
  6481. establishing
  6482. establishment
  6483. eternal
  6484. ethernetR
  6485. ethernets
  6486. ethertalkB
  6487. euc-cn
  6488. vmsifydebug
  6489. prefix
  6490. voxii
  6491. voxii
  6492. voxii
  6493. voxii
  6494. voxii
  6495. readme
  6496. voxiippc
  6497. voxiippc
  6498. voxiippc
  6499. vu3.0.1d3B
  6500. vu3.0.1d3
  6501. w/controller
  6502. walltowalldialog
  6503. walltowalldialog
  6504. walltowalldialog
  6505. PRDev.CD Nov 00 TC Disk 1
  6506.  - Tool Chest
  6507.  - Devices
  6508.  - CD-ROM
  6509.  - CD-ROM Validator 1.1V
  6510. 68350X
  6511. Nov 00^    TC Disk 1
  6512. --set theItem to choose file -- uncomment to test in an AS editor
  6513.     tell application "Finder"
  6514.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Devices:CD-ROM:CD-ROM Validator 1.1:"
  6515.         activate
  6516.     end tell
  6517. on error errMsg number errNum
  6518.     --enter statements to perform when no records are found such as...
  6519.     display dialog "Sorry, the item you selected could not be found."
  6520.     return
  6521. end try
  6522. e    No Changeq
  6523. Dev.CD Nov 00 TC Disk 1
  6524. All Packages
  6525. New & RevisedF
  6526. CDROMSample
  6527.     tell application "Finder"
  6528.         open item "Dev.CD Jul 95"
  6529.         activate
  6530.     end tell
  6531. on error errMsg number errNum
  6532.     --enter statements to perform when no records are found such as...
  6533.     display dialog "Sorry, the item you selected could not be found."
  6534.     return
  6535. end try
  6536. All Packages
  6537. System 7.5 Update 1.0O
  6538. Dev.CD Jul 95P
  6539. Dev.CD Jul 9V
  6540. 67800X
  6541. All Packages
  6542. System UpdateO
  6543. Dev.CD Oct 94P
  6544. Dev.CD Oct 9V
  6545. 69688X
  6546. Oct 94
  6547. b--set theItem to choose file -- uncomment to test in an AS editor
  6548.     tell application "Finder"
  6549.         open item "Dev.CD Oct 94"
  6550.         activate
  6551.     end tell
  6552. on error errMsg number errNum
  6553.     --enter statements to perform when no records are found such as...
  6554.     display dialog "Sorry, the item you selected could not be found."
  6555.     return
  6556. end try
  6557. All Packages
  6558. System UpdateO
  6559. Dev.CD Oct 94
  6560. Dev.CD Jul 94P
  6561. Dev.CD Oct 94
  6562. Dev.CD Jul 9V
  6563. 69689X
  6564. Oct 94
  6565. p--set theItem to choose file -- uncomment to test in an AS editor
  6566.     tell application "Finder"
  6567.         open item "Dev.CD Oct 94
  6568. Dev.CD Jul 94"
  6569.         activate
  6570.     end tell
  6571. on error errMsg number errNum
  6572.     --enter statements to perform when no records are found such as...
  6573.     display dialog "Sorry, the item you selected could not be found."
  6574.     return
  6575. end try
  6576. All Packages
  6577. System UpdateV
  6578. 69690X
  6579. egetinfo
  6580. egret
  6581. egret-based
  6582. egrets
  6583. egretwakeup
  6584. ehancements
  6585. eight
  6586. either
  6587. eject
  6588. ejected
  6589. elaborates
  6590. elapsed
  6591. electric
  6592. electronic
  6593. electronics
  6594. elegant
  6595. elegantly
  6596. element
  6597. elements
  6598. elicit
  6599. eliminate
  6600. eliminates
  6601. eliminating
  6602. elizabeth
  6603. email
  6604. embed
  6605. New Packagef$QuickTime
  6606. Asynchronous Movie Loadingo&http://developer.apple.com/samplecode/q
  6607. Dev.CD Nov 00 TC Disk 2
  6608. All Packages
  6609. MovieBrowserI
  6610. BrowserMaker will create a document with links to other movies in a folder. MovieBrowser will open this document and act as a browser environment to the movies.J
  6611. BrowserMaker.c
  6612. MovieBrowser.c
  6613. MovieBrowser.rsrc
  6614. MW BrowserMaker
  6615. MW MovieBrowser
  6616. MW68k BrowserMaker.
  6617. MW68k MovieBrowser.
  6618. README
  6619. TH BrowserMaker
  6620. TH BrowserMaker.
  6621. TH MovieBrowser.
  6622. TH MovieBrowser.
  6623. .rsrc
  6624. TH MovieBrowser
  6625. M    QuickTimeN
  6626. QuickTime, browser
  6627. OCDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:MovieBrowser:PNDev.CD Nov 00 TC Disk 2
  6628.  - Sample Code
  6629.  - QuickTime
  6630.  - Goodies
  6631.  - MovieBrowserV
  6632. 68766X
  6633. Nov 00^    TC Disk 2
  6634. e    No Change
  6635. dowGrid
  6636. 66876X
  6637. qtwiredsprites
  6638. qtwiredsprites
  6639. qtwiredsprites
  6640. qtwiredsprites
  6641. qtwiredsprites
  6642. qtzoo
  6643. query
  6644. quick
  6645. quick
  6646. intro
  6647. quick
  6648. start
  6649. quickdraw
  6650. quickdraw
  6651. v1.5.2
  6652. quickdraw
  6653. quickdraw
  6654. quickdraw
  6655. update
  6656. quickdraw
  6657. first
  6658. quickdraw3d
  6659. quickdraw3drave
  6660. quicksort
  6661. quicksort
  6662. functions
  6663. games
  6664. gamma
  6665. gatewayT
  6666. gdevice
  6667. gdevicechanged
  6668. generator
  6669. gestalt
  6670. gestalt
  6671. manager
  6672. gestalt
  6673. selector
  6674. codes
  6675. gestaltnativecputype
  6676. gestaltprocessortype
  6677. gestaltquickdrawfeat
  6678. gestaltquickdrawvers
  6679. gestaltvmattr
  6680. {PQDev.CD Nov 00 TC Disk 1
  6681.  - Sample Code
  6682.  - Human Interface Toolbox
  6683.  - BigScrollingV
  6684. 68322X
  6685. Nov 00^    TC Disk 1
  6686. --set theItem to choose file -- uncomment to test in an AS editor
  6687.     tell application "Finder"
  6688.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:BigScrolling:"
  6689.         activate
  6690.     end tell
  6691. on error errMsg number errNum
  6692.     --enter statements to perform when no records are found such as...
  6693.     display dialog "Sorry, the item you selected could not be found."
  6694.     return
  6695. end try
  6696. e    No ChangefzScrollbar
  6697. Controls
  6698. SetControlMaximum
  6699. SetControlMinimum
  6700. SetControlValue
  6701. GetControlMaximum
  6702. GetControlMinimum
  6703. GetControlValueq
  6704. Dev.CD Nov 00 TC Disk 1
  6705. All Packages
  6706. BinHexI
  6707. Summary: This is the definition for the BinHex 4.0 Protocol.  It will be useful for folks interested in adding BinHex 4.0 to their communications or file compression packages.J
  6708. BinHex 4.0 SpecsK
  6709. May 93M
  6710. Adobe Acrobat Reader.
  6711. 68843X
  6712. Nov 00^    TC Disk 1
  6713. --set theItem to choose file -- uncomment to test in an AS editor
  6714.     tell application "Finder"
  6715.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTCheckNetForNBPName:"
  6716.         activate
  6717.     end tell
  6718. on error errMsg number errNum
  6719.     --enter statements to perform when no records are found such as...
  6720.     display dialog "Sorry, the item you selected could not be found."
  6721.     return
  6722. end try
  6723. e    No Changeq
  6724. Dev.CD Nov 00 TC Disk 1
  6725. All Packages
  6726. OTCodeResource
  6727. This sample shows how to call Open Transport from a 68K code resource written in either Metrowerks CodeWarrior C or Symantec C for MPW. The sample creates a HyperCard XCMD which returns the default Ethernet address for the machine using Open Transport calls.
  6728. ApplParamsHack.c
  6729. ApplParamsHack.c.o
  6730. OTGetDefaultEtherAddr.
  6731. OTGetDefaultEthernetAddr
  6732. OTGetDefaultEthernetAddress.c
  6733. Read Me 
  6734.  OT Code Resource
  6735. WorksheetK
  6736. Apr 96L
  6737. Jun 98V
  6738. 68844X
  6739. 1e    No Change
  6740. es the opposite: it sets a particular STR# string to the string that
  6741. s passed in.
  6742. ShadingWinds:  This little application includes code to allow you to detect whether or not a window is "rolled up" by WindowShade.
  6743. SICN LDEF:  This LDEF displays small icons to the left of text in a list.
  6744. SignatureToApp:  A function that finds an application on any mounted (non-floppy) disk given its 4-character signature. It will also launch or activate the application if told to.
  6745. Splasher:  A very simpl
  6746. e application that displays a "modal" window that goes away as soon as you click the mouse or press a key.  This is how many splash screens behave -- but as long as the window is displayed, the Process Manager won't switch your application from being frontmost.
  6747. Sys7 popUpCDEF:  A simple example of using the PopupCDEF available in System 7 and later.
  6748. Tabs LDEF 1.0:  Tabs LDEF is a custom list definition which allows developers to easily create multiple columned lists using different sizes
  6749. --set theItem to choose file -- uncomment to test in an AS editor
  6750.     tell application "Finder"
  6751.         open item "Dev.CD Apr 94
  6752. Dev.CD Jan 94
  6753. Dev.CD Oct 93
  6754. Dev.CD Aug 93"
  6755.         activate
  6756.     end tell
  6757. on error errMsg number errNum
  6758.     --enter statements to perform when no records are found such as...
  6759.     display dialog "Sorry, the item you selected could not be found."
  6760.     return
  6761. end try
  6762. fontsN
  6763. fontsync
  6764. Nov 00M
  6765. Mac OS X or laterN
  6766. help, cocoa, htmlO<Dev.CD Nov 00 TC Disk 1:Sample Code:Help Systems:SimpleHelp:PDDev.CD Nov 00 TC Disk 1
  6767.  - Sample Code
  6768.  - Help Systems
  6769.  - SimpleHelpV
  6770. 69308X
  6771. Nov 00^    TC Disk 1b
  6772. --set theItem to choose file -- uncomment to test in an AS editor
  6773.     tell application "Finder"
  6774.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Help Systems:SimpleHelp:"
  6775.         activate
  6776.     end tell
  6777. on error errMsg number errNum
  6778.     --enter statements to perform when no records are found such as...
  6779.     display dialog "Sorry, the item you selected could not be found."
  6780.     return
  6781. end try
  6782. New Packagef
  6783. cocoa
  6784. htmlo&http://developer.apple.com/samplecode/q
  6785. Dev.CD Nov 00 TC Disk 1
  6786. All Packages
  6787. SimpleInitI
  6788. This snippet demonstrates the writing of a simple init which attempts to allocate a 1 megabyte and then a 2 megabyte handle in the System heap. Please note the 'sysz' resource in the init which is necessary in order to allocate the memory.
  6789. 68403X
  6790. Nov 00^    TC Disk 2
  6791. --set theItem to choose file -- uncomment to test in an AS editor
  6792.     tell application "Finder"
  6793.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Overview:CPlusTESample:"
  6794.         activate
  6795.     end tell
  6796. on error errMsg number errNum
  6797.     --enter statements to perform when no records are found such as...
  6798.     display dialog "Sorry, the item you selected could not be found."
  6799.     return
  6800. end try
  6801. e    No Changef#TextEdit
  6802. TESample
  6803. CPlusTESampleq
  6804. Dev.CD Nov 00 TC Disk 2
  6805. All Packages
  6806. CPU SE 406O
  6807. Dev.CD Jul 95P
  6808. Dev.CD Jul 9V
  6809. 68404X
  6810. Jul 95
  6811. b--set theItem to choose file -- uncomment to test in an AS editor
  6812.     tell application "Finder"
  6813.         open item "Dev.CD Jul 95"
  6814.         activate
  6815.     end tell
  6816. on error errMsg number errNum
  6817.     --enter statements to perform when no records are found such as...
  6818.     display dialog "Sorry, the item you selected could not be found."
  6819.     return
  6820. end try
  6821. All Packages
  6822. 68405X
  6823. OOPTESample is an example application that demonstrates how to initialize the commonly used Toolbox managers, operate successfully under MultiFinder, handle desk accessories, and create, grow, and zoom windows.  It demonstrates fundamental TextEdit toolbox calls and TextEdit automatic scrolling, and it shows how to create and maintain scroll bar controls.
  6824. This version of TESample has been substantially reworked in Object Pascal to show how a "typical" object-oriented program could be writB
  6825. ten.  To this end, what was once a single source code file has been restructured into a set of classes which demonstrate the advantages of object-oriented programming.
  6826. (BuildOOPTESample
  6827. FlowCtlMacs.d
  6828. MTESample.p
  6829. Objects
  6830. OOPTESample
  6831. OOPTESample.make
  6832. ProgStrucMacs.d
  6833. README
  6834. TECommon.h
  6835. TESample.r
  6836. TESampleGlue.a
  6837. TESampleGlue.a.o
  6838. TMLRules.make
  6839. UApplication.inc1.p
  6840. UApplication.p
  6841. UDocument.inc1.p
  6842. UDocument.p
  6843. UTEDocument.inc1.p
  6844. UTEDocument.p
  6845. UTESample.inc1.p
  6846. UTESample.p
  6847. MPW Hi
  6848. MacApp Release 14 continues the tradition of modernization established by MacApp Release 13. It is a well-designed, modern, mature application framework that uses the most appropriate and modern programming technologies available. Here is a list of some of the major features which you will find in MacApp Release 14:
  6849. * Support for building applications which run on Mac OS X and under Carbon Lib.
  6850. * Continued adoption of "modern" C++ language features with an emphasis on the Standard Templat
  6851. pe portion of the C++ Standard Library 
  6852. * Additional abstractions of formerly 'heavy weight' classes leading to an ever more modular design, as exhibited in new lighter weight classes found in the Apple Class Suites (ACS) 
  6853. * Support for building MacApp-based applications which run under Mac OS X and CarbonLib 
  6854. * Other Fixes and enhancements 
  6855. * Quality considerations 
  6856. Install MacApp R14a1K
  6857. Apr 00L
  6858. Sep 00
  6859. A8Mac OS 8 or later, including Mac OS X.  68020 or better.
  6860. of very similar sizes, you can't get a useful display of the fields. Since it's common to have variably sized columns of data with most user interface designs, developers often decide not to add additional information to an existing single column list due to the amount of work involved.  While working around this limitation directly within the current List Manager is not practical, there is another approach developers can take. This LDEF supports tabbed text within a single List Manager co
  6861. blumn, which allows you to add additional fields or columns to their user interfaces quickly and easily.
  6862. It also demonstrates:
  6863. -A list definition implementation.
  6864. -A technique to help you debug stand-alone code.
  6865. -An example of how to build a safe fat resource.
  6866. -Use of the new accessor routines which are provided as the first step to being Copland-savvy.
  6867. better
  6868. version
  6869. launchwithdoc
  6870. buffed
  6871. version
  6872. snapshot
  6873. example
  6874. super
  6875. snapshot
  6876. illustration
  6877. intrinsic
  6878. styles
  6879. on. Although the Object Support Library will resolve complex AppleScript clauses for you, if you take on some of the work yourself the performance gains can be dramatic.
  6880. Getting Started With OpenDoc Storage by Vincent Lo. OpenDoc storage is a departure from what you
  6881. re used to: it needs to support storing different kinds of 
  6882. data, written by different part editors, in the same file or container.
  6883. Sound Secrets by Kip Olson. These less obvious features of the Sound Manager will help improve your application
  6884. s use of sound.
  6885. Guidelines for Effective Alerts by Paige K. Parsons. This article elaborates and expands on the guidelines for the consistent and correct usage of alerts.
  6886. Printing Images Faster With Data Compression by David Gelphman. PostScript Level 2 printers can accept JPEG-compressed image data direct
  6887. f--set theItem to choose file -- uncomment to test in an AS editor
  6888.     tell application "Finder"
  6889.         open item "Dev.CD Jun 97 SSW"
  6890.         activate
  6891.     end tell
  6892. on error errMsg number errNum
  6893.     --enter statements to perform when no records are found such as...
  6894.     display dialog "Sorry, the item you selected could not be found."
  6895.     return
  6896. end try
  6897. All Packages
  6898. F    QuickTimeO
  6899. Dev.CD Jun 97 SSWP
  6900. Dev.CD Jun 97 SSV
  6901. 69195X
  6902. Jun 97
  6903. f--set theItem to choose file -- uncomment to test in an AS editor
  6904.     tell application "Finder"
  6905.         open item "Dev.CD Jun 97 SSW"
  6906.         activate
  6907.     end tell
  6908. on error errMsg number errNum
  6909.     --enter statements to perform when no records are found such as...
  6910.     display dialog "Sorry, the item you selected could not be found."
  6911.     return
  6912. end try
  6913. All Packages
  6914. F    QuickTimeO
  6915. Dev.CD Jun 97 SSWP
  6916. Dev.CD Jun 97 SSV
  6917. 69196X
  6918. Jun 97
  6919. nvert
  6920. investment
  6921. iostreams
  6922. uldn't that be cool? You shou
  6923. 69131X
  6924. Jan 94
  6925. p--set theItem to choose file -- uncomment to test in an AS editor
  6926.     tell application "Finder"
  6927.         open item "Dev.CD Jan 94
  6928. Dev.CD Oct 93"
  6929.         activate
  6930.     end tell
  6931. on error errMsg number errNum
  6932.     --enter statements to perform when no records are found such as...
  6933.     display dialog "Sorry, the item you selected could not be found."
  6934.     return
  6935. end try
  6936. All Packages
  6937. F    QuickTimeO
  6938. Dev.CD Jan 94
  6939. Dev.CD Oct 93P
  6940. Dev.CD Jan 94
  6941. Dev.CD Oct 9V
  6942. 69132X
  6943. Jan 94
  6944. p--set theItem to choose file -- uncomment to test in an AS editor
  6945.     tell application "Finder"
  6946.         open item "Dev.CD Jan 94
  6947. Dev.CD Oct 93"
  6948.         activate
  6949.     end tell
  6950. on error errMsg number errNum
  6951.     --enter statements to perform when no records are found such as...
  6952.     display dialog "Sorry, the item you selected could not be found."
  6953.     return
  6954. end try
  6955. All Packages
  6956. F    QuickTimeO
  6957. Dev.CD Jan 94P
  6958. Dev.CD Jan 9V
  6959. 69133X
  6960. Jan 94
  6961. rapid
  6962. raster
  6963. Nov/Dec 92M5Any Macintosh, This package is System 7.0 compatible.OEDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:PMDev.CD Nov 00 TC Disk 1
  6964.  - Tool Chest
  6965.  - Testing & Debugging
  6966.  - General toolserror errMsg number errNum
  6967.     --enter statements to perform when no records are found such as...
  6968.     display dialog "Sorry, the item you selected could not be found."
  6969.     return
  6970. end try
  6971. plication
  6972. demonstrating
  6973. live365
  6974. living
  6975. llama
  6976. lloyd
  6977. driver
  6978. utility
  6979. driver
  6980. writers
  6981. load/dump
  6982. loaded
  6983. loading
  6984. loads
  6985. local
  6986. locale
  6987. locale-insensitive
  6988. locale-sensitive
  6989. locales
  6990. localizable
  6991. localization
  6992. localize
  6993. localized
  6994. All Packages
  6995. System Enabler 111 (PB 160/180)O
  6996. Dev.CD Apr 93P
  6997. Dev.CD Apr 9V
  6998. 69583X
  6999. Apr 93
  7000. b--set theItem to choose file -- uncomment to test in an AS editor
  7001.     tell application "Finder"
  7002.         open item "Dev.CD Apr 93"
  7003.         activate
  7004.     end tell
  7005. on error errMsg number errNum
  7006.     --enter statements to perform when no records are found such as...
  7007.     display dialog "Sorry, the item you selected could not be found."
  7008.     return
  7009. end try
  7010. All Packages
  7011. System Enabler 111 (PB 160/180)O
  7012. Dev.CD Apr 93P
  7013. Dev.CD Apr 9V
  7014. 69584X
  7015. Apr 93
  7016. b--set theItem to choose file -- uncomment to test in an AS editor
  7017.     tell application "Finder"
  7018.         open item "Dev.CD Apr 93"
  7019.         activate
  7020.     end tell
  7021. on error errMsg number errNum
  7022.     --enter statements to perform when no records are found such as...
  7023.     display dialog "Sorry, the item you selected could not be found."
  7024.     return
  7025. end try
  7026. All Packages
  7027. 69585X
  7028. createcopy
  7029. createcopy
  7030. createcustomicon
  7031. createcustomicon
  7032. createdirwcusticon
  7033. createdirwcusticon
  7034. createdirwcusticon
  7035. createdirwcusticon
  7036. createdirwcusticon
  7037. createdirwcusticon
  7038. createfolder
  7039. createfolder
  7040. createmenuhelp
  7041. createmenuhelp
  7042. createmovie
  7043. createmovie
  7044. createmovie
  7045. createmovie
  7046. createmovie
  7047. createmovie
  7048. createmovie
  7049. createpictfile
  7050. createpictfile
  7051. createthumbnail
  7052. createthumbnail
  7053. creating
  7054. creating
  7055. creating
  7056. pippin
  7057. cdroms
  7058. creation
  7059. creator
  7060. changer
  7061. project
  7062. creator
  7063. registration
  7064. creditsbox
  7065. creditsbox
  7066. crsrdev
  7067. crsrdev
  7068. cslidercontrol
  7069. cslidercontrol
  7070. cslidercontrol
  7071. cslidercontrol
  7072. All Packages
  7073. System 7 Tune-UpO
  7074. Dev.CD Apr 92
  7075. Dev.CD Mar 92P
  7076. Dev.CD Apr 92
  7077. Dev.CD Mar 9V
  7078. 69398X
  7079. Apr 92
  7080. p--set theItem to choose file -- uncomment to test in an AS editor
  7081.     tell application "Finder"
  7082.         open item "Dev.CD Apr 92
  7083. Dev.CD Mar 92"
  7084.         activate
  7085.     end tell
  7086. on error errMsg number errNum
  7087.     --enter statements to perform when no records are found such as...
  7088.     display dialog "Sorry, the item you selected could not be found."
  7089.     return
  7090. end try
  7091. All Packages
  7092. System 7 Tune-UpO
  7093. Dev.CD Apr 92
  7094. Dev.CD Mar 92P
  7095. Dev.CD Apr 92
  7096. Dev.CD Mar 9V
  7097. 69399X
  7098. Apr 92
  7099. p--set theItem to choose file -- uncomment to test in an AS editor
  7100.     tell application "Finder"
  7101.         open item "Dev.CD Apr 92
  7102. Dev.CD Mar 92"
  7103.         activate
  7104.     end tell
  7105. on error errMsg number errNum
  7106.     --enter statements to perform when no records are found such as...
  7107.     display dialog "Sorry, the item you selected could not be found."
  7108.     return
  7109. end try
  7110. 68783X
  7111. Nov 00^    TC Disk 1b
  7112. Revised
  7113. --set theItem to choose file -- uncomment to test in an AS editor
  7114.     tell application "Finder"
  7115.         open item "Dev.CD Nov 00 TC Disk 1:What's New?:Development Kits:Mac OS:MRJ:MRJ 2.2.3 Debug:"
  7116.         activate
  7117.     end tell
  7118. on error errMsg number errNum
  7119.     --enter statements to perform when no records are found such as...
  7120.     display dialog "Sorry, the item you selected could not be found."
  7121.     return
  7122. end try
  7123. Updatedf%MRJ
  7124. MRJ Debug
  7125. Debug
  7126. Java SDKo
  7127. http://developer.apple.com/sdkq
  7128. Dev.CD Nov 00 TC Disk 1
  7129. All Packages
  7130. New & RevisedF
  7131. MRJ2.2.3 Redistribution SDK
  7132.     document describes how to convert between XML property lists and objects of compatible Core Foundation types.
  7133. Core Foundation StringServices [NEW]
  7134. --------------------------- 
  7135. This document describes how the Unicode storage of character data is optimized. It also shows how to convert strings between encodings and perform other operations with string o
  7136. --set theItem to choose file -- uncomment to test in an AS editor
  7137.     tell application "Finder"
  7138.         open item "Dev.CD Apr 94
  7139. Dev.CD Jan 94
  7140. Dev.CD Oct 93
  7141. Dev.CD Jul 93
  7142. Dev.CD Apr 93"
  7143.         activate
  7144.     end tell
  7145. on error errMsg number errNum
  7146.     --enter statements to perform when no records are found such as...
  7147.     display dialog "Sorry, the item you selected could not be found."
  7148.     return
  7149. end try
  7150. lor tables associated with the GWorlds. The GWorlds were created as described below.  One commonly asked question is how to use a palette when drawing into a GWorld. The trick is understanding that while setting a on error errMsg number errNum
  7151.     --enter statements to perform when no records are found such as...
  7152.     display dialog "Sorry, the item you selected could not be found."
  7153.     return
  7154. end try
  7155. All Packages
  7156. System 7.5 Update 1.0O
  7157. Dev.CD Jul 95P
  7158. Dev.CD Jul 9V
  7159. 62936X
  7160. Jul 95
  7161. frameY
  7162. frame-by-frame
  7163. frames
  7164. framework-based
  7165. frameworks
  7166. francois
  7167. franke
  7168. free_
  7169. freed
  7170. freeing
  7171. freely
  7172. freeware
  7173. french
  7174. frequently
  7175. fresh
  7176. friend
  7177. friendly
  7178. friends
  7179. from_
  7180. 69292X
  7181. Feb 99^
  7182. --set theItem to choose file -- uncomment to test in an AS editor
  7183.     tell application "Finder"
  7184.         open item "Dev.CD Feb 99 TC:What's New?:Sherlock Plug-ins:"
  7185.         activate
  7186.     end tell
  7187. on error errMsg number errNum
  7188.     --enter statements to perform when no records are found such as...
  7189.     display dialog "Sorry, the item you selected could not be found."
  7190.     return
  7191. end try
  7192. e    No Changef
  7193. engine
  7194. Internet
  7195. Sherlockq
  7196. Dev.CD Feb 99 TC
  7197. All Packages
  7198. ShimmerMate 2.0.1
  7199. nSummary: This latest version of ShimmerMate names both the Owner's Name and Macintosh Name resources which are found in the Sharing Setup Control Panel (System 7.x systems only).
  7200. Features: Names both the Owner's Name and Macintosh Name resources which are found in the Sharing Setup Control Panel
  7201. Issues: These libraries and tools are not supported Apple products.
  7202. Virtual User tools.imgK
  7203. Jan 93V
  7204. 69293X
  7205. 1e    No Change
  7206. g4utilities
  7207. g4utilities
  7208. basics
  7209. bbedit
  7210. bbedit
  7211. extensions
  7212. bbedit
  7213. bbedit
  7214. quickstart
  7215. bcdemo
  7216. bcdemo
  7217. bcdemo
  7218. bcengine
  7219. bcengine
  7220. bcengine
  7221. before
  7222. buildingZ
  7223. building
  7224. samplesZ
  7225. buildxcmd
  7226. byrne's
  7227. byrne's
  7228. xcmds&xfcns
  7229. calcit
  7230. callhyper
  7231. callhyper
  7232. capturing
  7233. carbonprefixr
  7234. carbonprefix
  7235. carbonresr
  7236. carbonres
  7237. rsrcr
  7238. cd-romw
  7239. change
  7240. change
  7241. history
  7242. change
  7243. history
  7244. changesj
  7245. check
  7246. check
  7247. autoguest
  7248. client
  7249. codev
  7250. codecs
  7251. codewarrior
  7252. codewarrior
  7253. coercionc
  7254. coercionsf
  7255. cicn@
  7256. produces
  7257. template
  7258. building
  7259. balloon
  7260. into@
  7261. thoughts@
  7262. thrive@
  7263. tilde-tilde@
  7264. times@
  7265. support
  7266. sales
  7267. products
  7268. apple
  7269. conjunction
  7270. tobias@
  7271. together@
  7272. toolbox@
  7273. top-selling@
  7274. trade@
  7275. translations@
  7276. trash-emptying@
  7277. tree@
  7278. tune@
  7279. two-way@
  7280. type@
  7281. ulaw@
  7282. under
  7283. system
  7284. finder
  7285. switches
  7286. black&white
  7287. versio@
  7288. universal@
  7289. unmounted/mounted@
  7290. update-based@
  7291. updating@
  7292. usage@
  7293. used@
  7294. useful@
  7295. user's@
  7296. uses@
  7297. using@
  7298. v2.0.4@
  7299. validator@
  7300. vary@
  7301. verify@
  7302. version
  7303. windowed
  7304. allows
  7305. creation
  7306. vertical@
  7307. videobottlenecks@
  7308. visit@
  7309. volumemount@
  7310. walk@
  7311. we're@
  7312. were@
  7313. aegizmos@
  7314. when@
  7315. Jan 95
  7316. --set theItem to choose file -- uncomment to test in an AS editor
  7317.     tell application "Finder"
  7318.         open item "Dev.CD Sep 00 RL Disk 1:Technical Documentation:Publication Guides:"
  7319.         activate
  7320.     end tell
  7321. on error errMsg number errNum
  7322.     --enter statements to perform when no records are found such as...
  7323.     display dialog "Sorry, the item you selected could not be found."
  7324.     return
  7325. end try
  7326. lities
  7327. facility
  7328. facing
  7329. falkenburg
  7330. fall{
  7331. familiar
  7332. families
  7333. family{
  7334. fancy
  7335. faqs{
  7336. farther
  7337. fast{
  7338. faster{
  7339. fastest
  7340. fatbits
  7341. fault
  7342. favorite
  7343. favourite
  7344. fcode
  7345. fcompressimage
  7346. feature^
  7347. driver's
  7348. drivergestalt
  7349. drivergestalt
  7350. simple
  7351. example
  7352. drivergestaltexplore
  7353. drivergestaltexplore
  7354. sample
  7355. showing
  7356. driverloaderlib
  7357. driverse
  7358. drives
  7359. application
  7360. which
  7361. designed
  7362. dropB
  7363. dropdisk
  7364. droplet
  7365. dropouts
  7366. dropped
  7367. dropping
  7368. dropprint
  7369. dropprint
  7370. demonstrates
  7371. method
  7372. identifying
  7373. attached
  7374. drops
  7375. dsp/opengl
  7376. dspcontext
  7377. dspgetversion
  7378. dspuserselectcontext
  7379. dstspec
  7380. carbon
  7381. carbonlib
  7382. carbon
  7383. manager
  7384. carbon
  7385. quicktime
  7386. graphicimporter
  7387. print
  7388. carbonlib
  7389. cardbus
  7390. cardbus
  7391. pcmcia
  7392. cd-rom
  7393. cd-rom
  7394. audio
  7395. tracker
  7396. control
  7397. center
  7398. centerrectinrect
  7399. centerwindow
  7400. cfallocator
  7401. PNDev.CD Nov 00 TC Disk 1
  7402.  - Sample Code
  7403.  - Human Interface Toolbox
  7404.  - HierMenusV
  7405. 68590X
  7406. Nov 00^    TC Disk 1
  7407. --set theItem to choose file -- uncomment to test in an AS editor
  7408.     tell application "Finder"
  7409.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:HierMenus:"
  7410.         activate
  7411.     end tell
  7412. on error errMsg number errNum
  7413.     --enter statements to perform when no records are found such as...
  7414.     display dialog "Sorry, the item you selected could not be found."
  7415.     return
  7416. end try
  7417. e    No Changef
  7418. hierarchical
  7419. menusq
  7420. Dev.CD Nov 00 TC Disk 1
  7421. All Packages
  7422. HITEC (super front end to VU)
  7423. 68591X
  7424. form when no records are found such as...
  7425.     display dialog "Sorry, the item you selected could not be found."
  7426.     return
  7427. end try
  7428. New Packagef
  7429. QuickTime
  7430. Spriteso&http://developer.apple.com/samplecode/q
  7431. Dev.CD Nov 00 TC Disk 2
  7432. All Packages
  7433. New & RevisedF
  7434. DesktopSprites
  7435. howtohideapp
  7436. howtohideapp
  7437. ppcbrowseroverride
  7438. ppcbrowseroverride
  7439. ppcbrowseroverride
  7440. ppclist
  7441. ppclist
  7442. ppcnumerics
  7443. ppcsicn
  7444. ppcsicn
  7445. ppcsimpletext
  7446. ppcsimpletext
  7447. ppcsoftware
  7448. ppctoolboxkeychain
  7449. ppctoolboxkeychain
  7450. ppctoolboxkeychain
  7451. ppctoolboxkeychain
  7452. ppctoolboxkeychain
  7453. ev.CD Nov 00 TC Disk 1:Sample Code:Files:AsyncPB:P:Dev.CD Nov 00 TC Disk 1
  7454.  - Sample Code
  7455.  - Files
  7456.  - AsyncPBV
  7457. 66675X
  7458. Nov 00^    TC Disk 1
  7459. --set theItem to choose file -- uncomment to test in an AS editor
  7460.     tell application "Finder"
  7461.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Files:AsyncPB:"
  7462.         activate
  7463.     end tell
  7464. on error errMsg number errNum
  7465.     --enter statements to perform when no records are found such as...
  7466.     display dialog "Sorry, the item you selected could not be found."
  7467.     return
  7468. end try
  7469. e    No Change
  7470. !e    No Changef
  7471. QuickTime
  7472. Dev.CD Nov 00 TC Disk 2
  7473. All Packages
  7474. ImportExportMovieI
  7475. This application is not intended to be an example of a good user interface. It provides main options. The first allows you to import file into a QuickTime movie. The other allows you to export data from a QuickTime movie into various file types.
  7476. JlImportExportMovie
  7477. ImportExportMovie Read Me
  7478. ImportExportMovie 
  7479. ImportExportMovie 
  7480. .rsrc
  7481. ImportExportMovie.cM    QuickTimeN
  7482. QuickTime, import, exportOXDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Importers and Exporters:ImportExportMovie:PcDev.CD Nov 00 TC Disk 2
  7483.  - Sample Code
  7484.  - QuickTime
  7485.  - Importers and Exporters
  7486.  - ImportExportMovieV
  7487. 68617X
  7488. Nov 00^    TC Disk 2
  7489. e    No Change
  7490. c, such as 7300, 7500, 7600, 8500, 8600, 9500, and 9600 computers. Also indicates if any pairs have been installed properly to enable interleaving.
  7491. Includes source code so that Developers can incorporate the code into their own program.
  7492. Issues: This program only runs 
  7493. trade
  7494. trade-offs
  7495. trademark
  7496. tradition
  7497. traditional
  7498. traffic
  7499. trained
  7500. training{
  7501. traits
  7502. transaction
  7503. transfer
  7504. transferred
  7505. transferring
  7506. transfers
  7507. transform
  7508. transformation
  7509. transformations
  7510. transition
  7511. translate
  7512. translated
  7513. translaterotate
  7514. translaterotate
  7515. two-dimensional
  7516. translation
  7517. rotatio
  7518. translates
  7519. translation
  7520. transport's
  7521. transports
  7522. trapavailable
  7523. trapped
  7524. trapping
  7525. traps
  7526. trash
  7527. &Summary:  ZapTCP provides a safety net for MacTCP developers.  It automatically cleans up TCP streams that are left dangling when your application quits unexpectedly.  This prevents a lot of restarting during MacTCP development.
  7528. Version 1.2.1 renders the extension benign under Open Transport.
  7529. About ZapTCP
  7530. ZapTCPK
  7531. Vol IXL
  7532. Sep 96M3Any system with MacTCP or Open Transport installed.N(MacTCP development Open Transport ZapTCPOBDev.CD Nov 00 TC Disk 1:Tool Chest:Networking:MacTCP:ZapTCP 1.2.1:PMDev.CD Nov 00 TC Disk 1
  7533.  - Tool Chest
  7534.  - Networking
  7535.  - MacTCP
  7536.  - ZapTCP 1.2.1
  7537. demonstrates
  7538. opencheckedout@
  7539. optimized@
  7540. oracle@
  7541. others@
  7542. outlines@
  7543. paint@
  7544. particular@
  7545. pasmatit@
  7546. performa@
  7547. photograph@
  7548. platform@
  7549. plug-in@
  7550. portrait@
  7551. power@
  7552. powerpc-based@
  7553. preparememoryforio@
  7554. presents@
  7555. prgeneral@
  7556. privileges@
  7557. product@
  7558. profile@
  7559. programs@
  7560. 68703X
  7561. Aug 00^    TC Disk 1
  7562. --set theItem to choose file -- uncomment to test in an AS editor
  7563.     tell application "Finder"
  7564.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:MacApp:MacApp R14a1:"
  7565.         activate
  7566.     end tell
  7567. on error errMsg number errNum
  7568.     --enter statements to perform when no records are found such as...
  7569.     display dialog "Sorry, the item you selected could not be found."
  7570.     return
  7571. end try
  7572. Deletedf?MacApp
  7573. Framework
  7574. Object-oriented
  7575. C++ Standard Library
  7576. CarbonLib
  7577. /A1ftp://ftp.apple.com//developer/Tool_Chest/MacApp/
  7578. Dev.CD Aug 00 TC Disk 1
  7579. All Packages
  7580. F    MacBinary
  7581. 68704X
  7582. Draw GX
  7583.     [a] The handling of 'iconPosition' in 'MFE_DragLow' is buggy. [b] Finder doesn't handle this pparameter properly. The practical effect is that the icon lands in an uunpredictable position in the destination folder window. 
  7584. [2] Some FinderEvents result in Finder behavior which doesn't work well unles
  7585. 68264X
  7586. Oct 00^
  7587. --set theItem to choose file -- uncomment to test in an AS editor
  7588.     tell application "Finder"
  7589.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Apple Guide:"
  7590.         activate
  7591.     end tell
  7592. on error errMsg number errNum
  7593.     --enter statements to perform when no records are found such as...
  7594.     display dialog "Sorry, the item you selected could not be found."
  7595.     return
  7596. end try
  7597. e    No Changef
  7598. Apple Guide
  7599. Help Systemsq
  7600. Dev.CD Oct 00 SDK1
  7601. BD!All Packages
  7602. Mac OS SDK Edition
  7603. Apple Help SDK 1.0
  7604. The contents of this SDK enable developers to create html based help files that can be used with the Apple Help on Mac OS 8.6 or later systems.  The SDK contains the Apple Help documentation, the tools necessary to create Sherlock type indexes, example help files and a tutorial.
  7605. This is the initial release of the Apple Help SDK and is compatible with Mac OS 8.6 and later systems.
  7606. Apple Help SDK.smiK
  7607. Oct 99M
  7608. Mac OS 8.6 or later systems
  7609. tilde-tilde
  7610. tiles
  7611. timef
  7612. time-based
  7613. time-consuming
  7614. timebase
  7615. timecode
  7616. timed
  7617. timers
  7618. timertst
  7619.     No Changef    print
  7620. Dev.CD Nov 00 TC Disk 2
  7621. All Packages
  7622. DSApplet
  7623. [This applet demonstrates how to stream an movie from the server and create a sprite from it. It defines MouseResponders to customise the behaviour of MouseDrag actions and to define a custom Matrix transformations on a Sprite. Its preferred that you create an archive of the classes directory when if you wish to put the applet on the web server.
  7624. ;about AppearanceSample.rsrc
  7625. AppearanceHelpers.c
  7626. AppearanceHelpers.h
  7627. AppearanceSample.rsrc
  7628. Assertions.h
  7629. AuntieDialog.cp
  7630. AuntieDialog.h
  7631. AuntieDialog.html
  7632. AuntieDialogDemo.c
  7633. AuntieDialogDemo.mcp
  7634. AuntieDialogDemo.rsrc
  7635. AuntieDialogDemoClassic
  7636. AuntieDialogPrefixCarbon
  7637. AuntieDialogPrefixInterfaceLib
  7638. MoreCarbonAccessors.c
  7639. , the item you selected could not be found."
  7640.     return
  7641. end try
  7642. All Packages
  7643. System Enabler 111 (PB 160/180)O
  7644. Dev.CD Apr 93P
  7645. Dev.CD Apr 9V
  7646. 67961X
  7647. Apr 93
  7648. b--set theItem to choose file -- uncomment to test in an AS editor
  7649.     tell application "Finder"
  7650.         open item "Dev.CD Apr 93"
  7651.         activate
  7652.     end tell
  7653. on error errMsg number errNum
  7654.     --enter statements to perform when no records are found such as...
  7655.     display dialog "Sorry, the item you selected could not be found."
  7656.     return
  7657. end try
  7658. All Packages
  7659. System Enabler 111 (PB 160/180)O
  7660. Dev.CD Apr 93P
  7661. Dev.CD Apr 9V
  7662. 67962X
  7663. Apr 93
  7664. writers
  7665. All Packages
  7666. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  7667. Dev.CD Jan 94
  7668. Dev.CD Oct 93
  7669. Dev.CD Jul 93P6Dev.CD Apr 94
  7670. Dev.CD Jan 94
  7671. Dev.CD Oct 93
  7672. Dev.CD Jul 9V
  7673. 69620X
  7674. Apr 94
  7675. --set theItem to choose file -- uncomment to test in an AS editor
  7676.     tell application "Finder"
  7677.         open item "Dev.CD Apr 94
  7678. Dev.CD Jan 94
  7679. Dev.CD Oct 93
  7680. Dev.CD Jul 93"
  7681.         activate
  7682.     end tell
  7683. on error errMsg number errNum
  7684.     --enter statements to perform when no records are found such as...
  7685.     display dialog "Sorry, the item you selected could not be found."
  7686.     return
  7687. end try
  7688. All Packages
  7689. F)System Enabler 131 (PB 160/165c/180/180c)O)Dev.CD Apr 94
  7690. Dev.CD Jan 94
  7691. Dev.CD Oct 93P(Dev.CD Apr 94
  7692. Dev.CD Jan 94
  7693. Dev.CD Oct 9V
  7694. 69621X
  7695. Apr 94
  7696. integer
  7697. integral
  7698. integrate
  7699. integrated
  7700. integrates
  7701. integrating
  7702. integrating
  7703. computer-based
  7704. media
  7705. broadcast
  7706. environment
  7707. integration
  7708. integrator
  7709. --set theItem to choose file -- uncomment to test in an AS editor
  7710.     tell application "Finder"
  7711.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:ControlStripSample:"
  7712.         activate
  7713.     end tell
  7714. on error errMsg number errNum
  7715.     --enter statements to perform when no records are found such as...
  7716.     display dialog "Sorry, the item you selected could not be found."
  7717.     return
  7718. end try
  7719. Draw bottleneck procedure which works in both GrafPorts and CGraf
  7720. Ports. {-> DisassemblePictures <-}
  7721.  Example of finding the deepest device and placing  a window on it.
  7722. DeepScreen Picker:  This sample shows how to slam and center the Color Picker dialog onto the deepest device when 32 Bit QuickDraw is not available.
  7723. Direct Pixel Access:  This snippet shows one example of how to directly change the pixel values stored in a pixel image.
  7724. DirectSetEntries:  This sample demonstrates the use of DirectSetEntries to remap colors on a direct device.
  7725. DrawLin
  7726. Jd1006 - Intro to MLTE.pdf
  7727. MLTE_Hands-on
  7728. MLTESampleCarbon
  7729. MultiLingualTextEditor1.1.pdf
  7730. TEtoMLTESampleL
  7731. Jul 00N
  7732. Multilingual, MLTE, Text EditorO4Dev.CD Oct 00 SDK1:Development Kits:Mac OS:MLTE SDK:P<Dev.CD Oct 00 SDK1
  7733.  - Development Kits
  7734.  - Mac OS
  7735.  - MLTE SDKV
  7736. 68787X
  7737. Oct 00^
  7738. --set theItem to choose file -- uncomment to test in an AS editor
  7739.     tell application "Finder"
  7740.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:MLTE SDK:"
  7741.         activate
  7742.     end tell
  7743. on error errMsg number errNum
  7744.     --enter statements to perform when no records are found such as...
  7745.     display dialog "Sorry, the item you selected could not be found."
  7746.     return
  7747. end try
  7748. e    No Changef
  7749. Multilingual
  7750. Text Editorq
  7751. Dev.CD Oct 00 SDK1
  7752. All Packages
  7753. Multimedia Standards ReportsI9Summary: A collection of reports on multimedia standards.K
  7754. Mar 92V
  7755. 68788X
  7756. 1e    No Change
  7757.  dialog "Sorry, the item you selected could not be found."
  7758.     return
  7759. end try
  7760. All Packages
  7761. MakeFile
  7762. ReadMe
  7763. ScrollingTextUserPane
  7764. ScrollingTextUserPane.c
  7765. ScrollingTextUserPane.h
  7766. ScrollingTextUserPane.prj
  7767. ScrollingTextUserPane.r
  7768. ScrollingTextUserPane.rsrc
  7769. STUPControl.c
  7770. STUPControl.hM    CarbonLibNWscrolling edit text items, scrolling, text, user pane, user pane items, control managerOODev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:ScrollingEditField:PWDev.CD Nov 00 TC Disk 1
  7771.  - Sample Code
  7772.  - Human Interface Toolbox
  7773.  - ScrollingEditFieldV
  7774. 69259X
  7775. Nov 00^    TC Disk 1
  7776. --set theItem to choose file -- uncomment to test in an AS editor
  7777.     tell application "Finder"
  7778.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:ScrollingEditField:"
  7779.         activate
  7780.     end tell
  7781. on error errMsg number errNum
  7782.     --enter statements to perform when no records are found such as...
  7783.     display dialog "Sorry, the item you selected could not be found."
  7784.     return
  7785. end try
  7786. e    No Changeo&http://developer.apple.com/samplecode/
  7787. popuptkl
  7788. 69364X
  7789. Nov 99^
  7790. r--set theItem to choose file -- uncomment to test in an AS editor
  7791.     tell application "Finder"
  7792.         open item "Dev.CD Nov 99 TC:Sample Code:"
  7793.         activate
  7794.     end tell
  7795. on error errMsg number errNum
  7796.     --enter statements to perform when no records are found such as...
  7797.     display dialog "Sorry, the item you selected could not be found."
  7798.     return
  7799. end try
  7800. DeletedfDCustomGetFile
  7801. CustomPutFile
  7802. dialog
  7803. select
  7804. folder
  7805. balloon
  7806. appendq
  7807. Dev.CD Nov 99 TC
  7808. All Packages
  7809. StandardFileIcons
  7810. 69365X
  7811. neral-purpose
  7812. geoport{
  7813. german
  7814. germany
  7815. gestaltB
  7816. gestaltequ
  7817. gestalticonutilities
  7818. gestalttable
  7819. events
  7820. needs
  7821. events
  7822. get1resource
  7823. getdraghilite
  7824. gethideonswitch
  7825. glance
  7826. +PeDev.CD Nov 00 TC Disk 2
  7827.  - Sample Code
  7828.  - QuickTime
  7829.  - Importers and Exporters
  7830.  - Inside Mac ICM CodeV
  7831. 68626X
  7832. Nov 00^    TC Disk 2
  7833. --set theItem to choose file -- uncomment to test in an AS editor
  7834.     tell application "Finder"
  7835.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Importers and Exporters:Inside Mac ICM Code:"
  7836.         activate
  7837.     end tell
  7838. on error errMsg number errNum
  7839.     --enter statements to perform when no records are found such as...
  7840.     display dialog "Sorry, the item you selected could not be found."
  7841.     return
  7842. end try
  7843. e    No Changef
  7844. QuickTime
  7845. image compressionq
  7846. Dev.CD Nov 00 TC Disk 2
  7847. All Packages
  7848. Inside Mac Movie TB CodeI+Inside Macintosh Movie Toolbox sample code.JQCreate(PPC)
  7849. make.rsrc
  7850. Movie File
  7851. mtb.c
  7852. mtb.h
  7853. MTB.mcp
  7854. Play1(PPC)
  7855. Play2(PPC)
  7856. READMEM    QuickTimeN
  7857. QuickTime, movie, toolbox
  7858. ONDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:Inside Mac Movie TB Code:V
  7859. 68627X
  7860. 1e    No Change
  7861. virtual
  7862. 69331X
  7863. Nov 99^
  7864. r--set theItem to choose file -- uncomment to test in an AS editor
  7865.     tell application "Finder"
  7866.         open item "Dev.CD Nov 99 TC:Sample Code:"
  7867.         activate
  7868.     end tell
  7869. on error errMsg number errNum
  7870.     --enter statements to perform when no records are found such as...
  7871.     display dialog "Sorry, the item you selected could not be found."
  7872.     return
  7873. end try
  7874. Deletedq
  7875. Dev.CD Nov 99 TC
  7876. D!All Packages
  7877. Tool Chest Edition
  7878. Snippets - QuickDraw
  7879. (** = new, * = revised)
  7880. AlternateBufferDisplay:  Shows that copybits along with offscreen bitmaps can emulate alternating buffer displays at a reasonable rate.
  7881. Band Copying, the Sequel:  Under low memory conditions, it's often necessary to draw an image by individual bands rather than to draw the entire image at once, and in most cases this method works fine unless the image requires dithering from its source to its destination.   The purpose of this app is to show the problem that may oChange
  7882. ooptesample
  7883. opaque
  7884. opaque
  7885. types
  7886. firmware
  7887. systems
  7888.  errNum
  7889.     --enter statements to perform when no records are found such as...
  7890.     display dialog "Sorry, the item you selected could not be found."
  7891.     return
  7892. end try
  7893. drawline
  7894. drawline
  7895. drawline
  7896. drawsprocket
  7897. drawsprocket
  7898. drawsprocket
  7899. drawsprocket
  7900. release
  7901. notes
  7902. drawsprocket
  7903. drawsprocketlib
  7904. drawsprockettest
  7905. drawsprockettest
  7906. drawsprockettest
  7907. drawsprockettest
  7908. drawtextcodec
  7909. drawtextcodec
  7910. drawtextcodec
  7911. drawtextcodec
  7912. drawtextcomponent
  7913. drawtextcomponent
  7914. drawtextcompress
  7915. drawtextcompress
  7916. drawtextdecompress
  7917. drawtextdecompress
  7918. OTDev.CD Sep 00 RL Disk 1:Technical Documentation:Human Interface:MacOS8Documentation:P\Dev.CD Sep 00 RL Disk 1
  7919.  - Technical Documentation
  7920.  - Human Interface
  7921.  - MacOS8DocumentationV
  7922. 68717X
  7923. Sep 00^    RL Disk 1
  7924. --set theItem to choose file -- uncomment to test in an AS editor
  7925.     tell application "Finder"
  7926.         open item "Dev.CD Sep 00 RL Disk 1:Technical Documentation:Human Interface:MacOS8Documentation:"
  7927.         activate
  7928.     end tell
  7929. on error errMsg number errNum
  7930.     --enter statements to perform when no records are found such as...
  7931.     display dialog "Sorry, the item you selected could not be found."
  7932.     return
  7933. end try
  7934. e    No Changef#Mac OS 8
  7935. Human Interface Guidelinesq
  7936. Dev.CD Sep 00 RL Disk 1
  7937. All Packages
  7938. MacsBug 6.6
  7939. 68718X
  7940. ry & Plugins
  7941. Sample CodeK
  7942. Nov 98L
  7943. Dec 99MeFor development purposes, this software requires a PowerPC running system software Mac OS 9 or later.O7Dev.CD Oct 00 SDK1:Development Kits:Mac OS:NSL 1.1 SDK:s3utils
  7944. ts3window
  7945. ~--set theItem to choose file -- uncomment to test in an AS editor
  7946.     tell application "Finder"
  7947.         open item "Dev.CD Apr 94
  7948. Dev.CD Jan 94
  7949. Dev.CD Oct 93"
  7950.         activate
  7951.     end tell
  7952. on error errMsg number errNum
  7953.     --enter statements to perform when no records are found such as...
  7954.     display dialog "Sorry, the item you selected could not be found."
  7955.     return
  7956. end try
  7957. 68823X
  7958. Nov 00^    TC Disk 2
  7959. --set theItem to choose file -- uncomment to test in an AS editor
  7960.     tell application "Finder"
  7961.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Overview:OOPTESample:"
  7962.         activate
  7963.     end tell
  7964. on error errMsg number errNum
  7965.     --enter statements to perform when no records are found such as...
  7966.     display dialog "Sorry, the item you selected could not be found."
  7967.     return
  7968. end try
  7969. e    No Changef;TESample
  7970. Objec Oriented
  7971. Object Pascal
  7972. Framework
  7973. OOPTESampleq
  7974. Dev.CD Nov 00 TC Disk 2
  7975. All Packages
  7976. Open TransportO
  7977. Dev.CD Jun 97 SSWP
  7978. Dev.CD Jun 97 SSV
  7979. 68824X
  7980. Jun 97
  7981. f--set theItem to choose file -- uncomment to test in an AS editor
  7982.     tell application "Finder"
  7983.         open item "Dev.CD Jun 97 SSW"
  7984.         activate
  7985.     end tell
  7986. on error errMsg number errNum
  7987.     --enter statements to perform when no records are found such as...
  7988.     display dialog "Sorry, the item you selected could not be found."
  7989.     return
  7990. end try
  7991. whats@
  7992. windoidrez
  7993. windstuff
  7994. bject
  7995. ObjectCode
  7996. Resources
  7997. Scrapbook File
  7998. SourceK
  7999. Vol VL
  8000. Vol VIIIM
  8001. Color QuickDrawNGBitblitz, CopyBits, CopyMask, CopyDeepMask, GWorld, NewGWorld, GraphicsO:Dev.CD Nov 00 TC Disk 1:Tool Chest:QuickDraw:Bitblitz 1.0:PBDev.CD Nov 00 TC Disk 1
  8002.  - Tool Chest
  8003.  - QuickDraw
  8004.  - Bitblitz 1.0V
  8005. 66697X
  8006. Nov 00^    TC Disk 1
  8007. --set theItem to choose file -- uncomment to test in an AS editor
  8008.     tell application "Finder"
  8009.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:QuickDraw:Bitblitz 1.0:"
  8010.         activate
  8011.     end tell
  8012. on error errMsg number errNum
  8013.     --enter statements to perform when no records are found such as...
  8014.     display dialog "Sorry, the item you selected could not be found."
  8015.     return
  8016. end try
  8017. e    No ChangefABitblitz
  8018. CopyBits
  8019. CopyMask
  8020. CopyDeepMask
  8021. GWorld
  8022. NewGWorld
  8023. Graphicsq
  8024. Dev.CD Nov 00 TC Disk 1
  8025. All Packages
  8026. F    Blat dcmd
  8027. 66698X
  8028. All Packages
  8029. QuickDraw 3DO
  8030. Dev.CD Jan 96 SSWP
  8031. Dev.CD Jan 96 SSV
  8032. 69014X
  8033. Jan 96
  8034. f--set theItem to choose file -- uncomment to test in an AS editor
  8035.     tell application "Finder"
  8036.         open item "Dev.CD Jan 96 SSW"
  8037.         activate
  8038.     end tell
  8039. on error errMsg number errNum
  8040.     --enter statements to perform when no records are found such as...
  8041.     display dialog "Sorry, the item you selected could not be found."
  8042.     return
  8043. end try
  8044. All Packages
  8045. QuickDraw 3DO
  8046. Dev.CD Jan 96 SSWP
  8047. Dev.CD Jan 96 SSV
  8048. 69015X
  8049. Jan 96
  8050. f--set theItem to choose file -- uncomment to test in an AS editor
  8051.     tell application "Finder"
  8052.         open item "Dev.CD Jan 96 SSW"
  8053.         activate
  8054.     end tell
  8055. on error errMsg number errNum
  8056.     --enter statements to perform when no records are found such as...
  8057.     display dialog "Sorry, the item you selected could not be found."
  8058.     return
  8059. end try
  8060. All Packages
  8061. QuickDraw 3DO
  8062. Dev.CD Jan 96 SSWV
  8063. 69016X
  8064. program
  8065. control
  8066. access
  8067. 512-919-2645
  8068. 512-bit
  8069. 5300{
  8070. 5300c/1005300ce/1173
  8071. 58.1.5
  8072. 5thcolumnB
  8073. 6-158
  8074. 6-164
  8075. 6-bits
  8076. 6.0.4
  8077. 6.0.5
  8078. le errors and debug your code.  It also describes a public data format for objects, and documents several managers that extend the object architecture and provide utility functions.
  8079. QuickDraw GX Graphics
  8080. This book shows  
  8081. 68331X
  8082. Nov 00^    TC Disk 1
  8083. --set theItem to choose file -- uncomment to test in an AS editor
  8084.     tell application "Finder"
  8085.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:"
  8086.         activate
  8087.     end tell
  8088. on error errMsg number errNum
  8089.     --enter statements to perform when no records are found such as...
  8090.     display dialog "Sorry, the item you selected could not be found."
  8091.     return
  8092. end try
  8093. e    No Changef
  8094. testing
  8095. debuggingq
  8096. Dev.CD Nov 00 TC Disk 1
  8097. All Packages
  8098. Burnt Text Sample Code
  8099. 68332X
  8100. pop-up
  8101. popular{
  8102. populatey
  8103. popupy
  8104. popupcdef
  8105. popupclicks
  8106. popupfuncs
  8107. popupmenuselect
  8108. popupmenuselectwithc
  8109. popupmenuselectwithc
  8110. demonstrates
  8111. which
  8112. memory
  8113. globals
  8114. popupmenuwithcurfont
  8115. popups
  8116. portU
  8117. --set theItem to choose file -- uncomment to test in an AS editor
  8118.     tell application "Finder"
  8119.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:QTtoJavaImage:"
  8120.         activate
  8121.     end tell
  8122. on error errMsg number errNum
  8123.     --enter statements to perform when no records are found such as...
  8124.     display dialog "Sorry, the item you selected could not be found."
  8125.     return
  8126. end try
  8127. internet
  8128. server
  8129.  programmatically using URLs.  Files ma
  8130. y be sent or retreived using URL Access function calls.  URL Access allows file:, http:, and ftp: based URLs.
  8131. MacFileSigning APIs allow the signing and verification of files using digital certificates.  It is possible to specify which portions of files are to be used to calculate the signature.
  8132. Any software using these libraries for the purpose of encryption will need to submit an application for one-time approval with the NSA/Commerce Department.
  8133. Dec 99
  8134. 69234X
  8135. Oct 97^
  8136. --set theItem to choose file -- uncomment to test in an AS editor
  8137.     tell application "Finder"
  8138.         open item "Dev.CD Oct 97 SDK1:What's New:Technical Documentaion:Rhapsody/OpenStep:RhapsodyDocumentation:"
  8139.         activate
  8140.     end tell
  8141. on error errMsg number errNum
  8142.     --enter statements to perform when no records are found such as...
  8143.     display dialog "Sorry, the item you selected could not be found."
  8144.     return
  8145. end try
  8146. e    No Changeq
  8147. Dev.CD Oct 97 SDK1
  8148. D!All Packages
  8149. Tool Chest Edition
  8150. Rinaldi Collection
  8151. Summary: This folder contains a wide variety of HyperCard XCMDs & XFCNs, both in French and in English. Most of them are also SuperCard compatible.
  8152. Features: Expand the capabilities of HyperCard/ SuperCard by adding many external commands and functions.
  8153. Issues: Send any comments, bug reports, suggestions to:
  8154. AppleLink: RINALDI1
  8155. CalvaCom : FR10
  8156. Compuserve : 71170,2111
  8157. Internet : RINALDI1@APPLELINK@APPLE.COM  
  8158. Deleted
  8159. xcmds&xfcns
  8160. xcoff
  8161. xfcnn
  8162. xfcns
  8163. services
  8164. xthings
  8165. shell
  8166. sample
  8167. 1.3.6
  8168. first
  8169. headers
  8170. xtnow
  8171. xtnow
  8172. yahoo
  8173. yahoo
  8174. yellowboxandjava
  8175. 1.0a13
  8176. sounds
  8177. zaptcp
  8178. zaptcp
  8179. zoneranger
  8180. zoneranger
  8181. revision
  8182. history
  8183. zoomed
  8184. zoomrecter
  8185. zoomrecter
  8186. zoomrecter
  8187. zoomrecter
  8188.  at a reasonable rate.72X
  8189. Updated
  8190. Dev.CD Apr 9V
  8191. 68913X
  8192. Apr 95
  8193. b--set theItem to choose file -- uncomment to test in an AS editor
  8194.     tell application "Finder"
  8195.         open item "Dev.CD Apr 95"
  8196.         activate
  8197.     end tell
  8198. on error errMsg number errNum
  8199.     --enter statements to perform when no records are found such as...
  8200.     display dialog "Sorry, the item you selected could not be found."
  8201.     return
  8202. end try
  8203. All Packages
  8204. F    PowerTalkO
  8205. Dev.CD Apr 95
  8206. Dev.CD Jan 95P
  8207. Dev.CD Apr 95
  8208. Dev.CD Jan 9V
  8209. 68914X
  8210. Apr 95
  8211. p--set theItem to choose file -- uncomment to test in an AS editor
  8212.     tell application "Finder"
  8213.         open item "Dev.CD Apr 95
  8214. Dev.CD Jan 95"
  8215.         activate
  8216.     end tell
  8217. on error errMsg number errNum
  8218.     --enter statements to perform when no records are found such as...
  8219.     display dialog "Sorry, the item you selected could not be found."
  8220.     return
  8221. end try
  8222. All Packages
  8223. F    PowerTalkO
  8224. Dev.CD Apr 95
  8225. Dev.CD Jan 95P
  8226. Dev.CD Apr 95
  8227. Dev.CD Jan 9V
  8228. 68915X
  8229. Apr 95
  8230. PTDev.CD Nov 00 TC Disk 1
  8231.  - Sample Code
  8232.  - Human Interface Toolbox
  8233.  - Calc ControlRgnV
  8234. 68338X
  8235. Nov 00^    TC Disk 1
  8236. --set theItem to choose file -- uncomment to test in an AS editor
  8237.     tell application "Finder"
  8238.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Calc ControlRgn:"
  8239.         activate
  8240.     end tell
  8241. on error errMsg number errNum
  8242.     --enter statements to perform when no records are found such as...
  8243.     display dialog "Sorry, the item you selected could not be found."
  8244.     return
  8245. end try
  8246. e    No Changef
  8247. controlq
  8248. Dev.CD Nov 00 TC Disk 1
  8249. All Packages
  8250. New & RevisedF
  8251. CalcCMask CalcMask
  8252.     buildxcmd
  8253. capturing
  8254. carbonprefixr
  8255. carbonprefix
  8256. carbonresr
  8257. carbonres
  8258. rsrcr
  8259. cd-romw
  8260. change
  8261. change
  8262. history
  8263. change
  8264. history
  8265. changesj
  8266. client
  8267. codev
  8268. codecs
  8269. codewarrior
  8270. codewarrior
  8271. coercionc
  8272. coercionsf
  8273. --set theItem to choose file -- uncomment to test in an AS editor
  8274.     tell application "Finder"
  8275.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:MPWTool:"
  8276.         activate
  8277.     end tell
  8278. on error errMsg number errNum
  8279.     --enter statements to perform when no records are found such as...
  8280.     display dialog "Sorry, the item you selected could not be found."
  8281.     return
  8282. end try
  8283. e CarbonLib 1.0 Window Manager API includes new functions for window cla
  8284. sses and layering, changing window attributes, window scrolling, creating windows with custom structure regions, and erasing the window's content region.
  8285. Display Manager [NEW]
  8286. ---------------
  8287. This document describes the application programming interface for the Display Manager. It provides a complete reference, as well as conceptual material and programming examples. Topics discussed include handling events in response to Display Manager changes, determining the characteristics of video 
  8288. --set theItem to choose file -- uncomment to test in an AS editor
  8289.     tell application "Finder"
  8290.         open item "Dev.CD Sep 00 RL Disk 1:Utilities:Macintosh CD-ROM Setup 5.3.2:"
  8291.         activate
  8292.     end tell
  8293. on error errMsg number errNum
  8294.     --enter statements to perform when no records are found such as...
  8295.     display dialog "Sorry, the item you selected could not be found."
  8296.     return
  8297. end try
  8298. could not be found."
  8299.     return
  8300. end try
  8301. e    No Changef?QuickTime
  8302. Graphics
  8303. Importer
  8304. Movie
  8305. Image
  8306. Graphics
  8307. Decompressors
  8308. Dev.CD Nov 00 TC Disk 2
  8309. All Packages
  8310. New & RevisedF
  8311. ImporterWinI
  8312. This sample shows how to build three types of QuickTime for Windows components: graphics importers, movie importers and image decompressors.  The example components let QuickTime use Electric Image format files. 
  8313. New Package
  8314. m you selected could not be found."
  8315.     return
  8316. end try
  8317. e    No Changeo0http://developer.apple.com/samplecode/index.html
  8318. macintoshR
  8319. careful
  8320. carefully
  8321. carole
  8322. carries
  8323. carry
  8324. cartwheels
  8325. cases
  8326. casey
  8327. casts
  8328. catalan
  8329. catalog
  8330. cataloged
  8331. catalogs
  8332. catch
  8333. catched
  8334. catches
  8335. categoriesj
  8336. category
  8337. catmoving
  8338. catsearch
  8339. causeX
  8340. caused
  8341. causes
  8342. causing
  8343. cautionP
  8344. caution
  8345. software
  8346. compatible
  8347. system
  8348. cautionary
  8349. caveats
  8350. cbufffilestream
  8351. centered
  8352. central
  8353. centre
  8354. certain
  8355. --set theItem to choose file -- uncomment to test in an AS editor
  8356.     tell application "Finder"
  8357.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:ColorPopUpMenus:"
  8358.         activate
  8359.     end tell
  8360. on error errMsg number errNum
  8361.     --enter statements to perform when no records are found such as...
  8362.     display dialog "Sorry, the item you selected could not be found."
  8363.     return
  8364. end try
  8365. commonly
  8366. sample
  8367. shows
  8368. access
  8369. interactive
  8370. sample
  8371. shows
  8372. macapp
  8373. behaviors
  8374. sample
  8375. shows
  8376. thread
  8377. application
  8378. sample
  8379. shows
  8380. cmchoose
  8381. cmgetconfig
  8382. sample
  8383. shows
  8384. spbrecord
  8385. record
  8386. memory
  8387. sample
  8388. shows
  8389. network
  8390. setup
  8391. library
  8392. sample
  8393. shows
  8394. postscripthandle
  8395. piccomment
  8396. sample
  8397. shows
  8398. quicktime
  8399. graphicimporter
  8400. 68383X
  8401. Apr 98^
  8402. --set theItem to choose file -- uncomment to test in an AS editor
  8403.     tell application "Finder"
  8404.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):ColorSync SDK:Goodies:ColorSync Photoshop Plugins 2.1:"
  8405.         activate
  8406.     end tell
  8407. on error errMsg number errNum
  8408.     --enter statements to perform when no records are found such as...
  8409.     display dialog "Sorry, the item you selected could not be found."
  8410.     return
  8411. end try
  8412. Deletedf
  8413. ColorSync Photoshop Plug-insq
  8414. Dev.CD Apr 98 SDK1
  8415. 9D!All Packages
  8416. Mac OS SDK Edition
  8417. Communications Toolbox
  8418.     ecords are found such as...
  8419.     display dialog "Sorry, the item you selected could not be found."
  8420.     return
  8421. end try
  8422. e    No Changef)sound
  8423. sample rate
  8424. SoundConvert
  8425. Dev.CD Nov 00 TC Disk 2
  8426. All Packages
  8427. SoundConverter
  8428. 67720X
  8429. time-based
  8430. time-consuming
  8431. timecode
  8432. timed
  8433. timers
  8434. timertst
  8435. encodings
  8436. engine
  8437. enhanced
  8438. enhanced
  8439. macintosh
  8440. developer
  8441. enterprise
  8442. environment
  8443. eomodeler
  8444. error
  8445. essentials
  8446. european
  8447. european
  8448. distributors
  8449. localizers
  8450. evenbetterbuserror
  8451. evenbetterbuserror
  8452. event~
  8453. example
  8454. examplecodec
  8455. examples
  8456. explode
  8457. extractor
  8458. f/macos8
  8459. falkenburg's
  8460. fastditherusingqt
  8461. features
  8462. synchronization
  8463. system
  8464. manager
  8465. files
  8466. filesharingon
  8467. filters
  8468. content
  8469. extractor
  8470. finder
  8471. finderdragpro
  8472. finderevents
  8473. finderevents
  8474. finderheaps
  8475. finderlaunch
  8476. findfamilies
  8477. findprinter
  8478. findserialports
  8479. findsysfolder
  8480. floatingpoint
  8481. floatingwindow
  8482. editor
  8483. folder
  8484. folder
  8485. watching
  8486. fonts
  8487. fonts
  8488. 6.0.4
  8489. This installs the complete MacApp Release 15d1 product into a location of your choosing.  It is installed as a folder called 'Apple C++ Frameworks' and contains everything you need to developer MacApp-based applications for Mac OS 9 and Mac OS X.
  8490. This is a early development release and as such you should probably not utilize it for building final quality commercial applications.  This release contains the new CarbonPlus framework which provides convenient helper classes for working with sB
  8491. ome CoreFoundation components.
  8492. Installation on a 'Mac OS Extended' volume requires approximately 44MB of space (56 MB bytes used).   "Your mileage may vary."
  8493. Please be sure to read the License Agreement.
  8494. The Apple C++ Frameworks Team
  8495. July 27, 2000
  8496. Install MacApp R15d1K
  8497. Sep 00OBDev.CD Sep 00 RL Disk 1:What's New:Tool Chest:MacApp:MacApp R15d1:PMDev.CD Sep 00 RL Disk 1
  8498.  - What's New
  8499.  - Tool Chest
  8500.  - MacApp
  8501.  - MacApp R15d1by creating a printing extension that can work with any appl
  8502. New Packagef
  8503. Full Screen
  8504. Hide Dock
  8505. Hide Menuo&http://developer.apple.com/samplecode/q
  8506. Dev.CD Nov 00 TC Disk 1
  8507. D!All Packages
  8508. Mac OS SDK Edition
  8509. GameSprocket SDKs
  8510. Apple Game Sprockets are libraries designed to simplify the effort required to develop a Macintosh game.
  8511.  DrawSprocket 1.7.2 provides support for viewing game images, including setting screen resolution and color depth, choosing a monitor (on computers with multiple monitors), accelerating screen updates, and other features.
  8512. InputSprocket 1.7.2 provides support for using joysticks, keyboards, mice, and other input devices when playing games on your Macintosh computer.
  8513.  NetSprocket 1B
  8514. .7.1 lets you play games with other players over an AppleTalk or TCP/IP 
  8515.  SoundSprocket 1.7.1 lets you hear 3D sound effects in some applications with only two speakers connected to your computer.
  8516. JDDrawSprocket SDK
  8517. InputSprocket SDK
  8518. NetSprocket_SDK
  8519. SoundSprocket_SDKK
  8520. Jun 96L
  8521. Jan 00nge
  8522. latform
  8523. multibuffering
  8524. All Packages
  8525. ChineseTalk IIO*Dev.CD Mar 92
  8526. Dev.CD Feb 92
  8527. Dev.CD Vol. XIP)Dev.CD Mar 92
  8528. Dev.CD Feb 92
  8529. Dev.CD Vol. XV
  8530. 68367X
  8531. Mar 92
  8532. --set theItem to choose file -- uncomment to test in an AS editor
  8533.     tell application "Finder"
  8534.         open item "Dev.CD Mar 92
  8535. Dev.CD Feb 92
  8536. Dev.CD Vol. XI"
  8537.         activate
  8538.     end tell
  8539. on error errMsg number errNum
  8540.     --enter statements to perform when no records are found such as...
  8541.     display dialog "Sorry, the item you selected could not be found."
  8542.     return
  8543. end try
  8544. All Packages
  8545. ChineseTraditionalFont 6.0.5O*Dev.CD Mar 92
  8546. Dev.CD Feb 92
  8547. Dev.CD Vol. XIP)Dev.CD Mar 92
  8548. Dev.CD Feb 92
  8549. Dev.CD Vol. XV
  8550. 68368X
  8551. Mar 92
  8552. ie - example MacApp program of how to use the Dependency mechanism
  8553. and Adorners. Also shows how to use the new View format with defining
  8554. customized cursors over views.V
  8555. 63648X
  8556. 1e    No Change
  8557. nto other spreadsheets or databases, we have also provided them as tab-delimited text files. You can find 
  8558. B-British:
  8559. BR-BrazilianPortuguese:
  8560. C-French Canadian:
  8561. CH-Simplified Chinese:
  8562. D-German:
  8563. DK-Danish:
  8564. Dutch:
  8565. E-Spanish:
  8566. F-French:
  8567. H-Norwegian:
  8568. Japanese:
  8569. K-Finnish:
  8570. KH-HangulKorean:
  8571. N-Dutch:
  8572. PO-Portuguese:
  8573. S-Swedish:
  8574. T-Italian:
  8575. TA-TradChinese:K
  8576. Apr 93L
  8577. Jul 98M
  8578. Requires a Mac OS
  8579. based computer with a 68040 or PowerPC processor (excludes 68030-based systems with 68040 processor upgrade card). At least 12MB of physical RAM with Virtual Memory set to at least 20MBN
  8580. OS 8, 8.1, Update,  ImageO@Dev.CD Jul 98 SSW/SDK:System Software:Worldwide System Software:PEDev.CD Jul 98 SSW/SDK
  8581.  - System Software
  8582.  - Worldwide System SoftwareV
  8583. 69816X
  8584. Jul 98^
  8585. SSW/SDK
  8586. e    No Change
  8587. ummary
  8588. objects
  8589. hypercard
  8590. allowed
  8591. variabl@
  8592. summary
  8593. sample
  8594. discussion
  8595. detect
  8596. whether
  8597. summary
  8598. sourceobj
  8599. reads
  8600. corrosponding
  8601. creat@
  8602. contents
  8603. enable
  8604. developers
  8605. create
  8606. theme@
  8607. this@
  8608. Apr 95
  8609. 68470X
  8610. Sept 9^
  8611. --set theItem to choose file -- uncomment to test in an AS editor
  8612.     tell application "Finder"
  8613.         open item "Dev.CD Sept 96 RL:Technical Documentation:develop:develop Issue  3:"
  8614.         activate
  8615.     end tell
  8616. on error errMsg number errNum
  8617.     --enter statements to perform when no records are found such as...
  8618.     display dialog "Sorry, the item you selected could not be found."
  8619.     return
  8620. end try
  8621. Deletedq
  8622. Dev.CD Sept 96 RL
  8623. D(All Packages
  8624. Reference Library Edition
  8625. develop Issue  4
  8626. p--set theItem to choose file -- uncomment to test in an AS editor
  8627.     tell application "Finder"
  8628.         open item "Dev.CD Jul 93
  8629. Dev.CD Apr 93"
  8630.         activate
  8631.     end tell
  8632. on error errMsg number errNum
  8633.     --enter statements to perform when no records are found such as...
  8634.     display dialog "Sorry, the item you selected could not be found."
  8635.     return
  8636. end try
  8637. All Packages
  8638. F    QuickTimeO
  8639. Dev.CD Jul 93
  8640. Dev.CD Apr 93V
  8641. 67549X
  8642. Summary:  The Macintosh Technical Q&As are designed to provide Macintosh developers with solutions, workarounds and code snippets to help in  development efforts.  The questions are those that Apple's Developer Support Center (DSC) has received on specific topics, along with answers from DSC engineers.   Please send any feedback on the new structure to AppleLink DEVFEEDBACK or devfeedback@applelink.apple.com.
  8643. J)Open Me With Web Browser
  8644. techqa.shtmlK
  8645. Sep 95L
  8646. Dec 96M
  8647. Netscape 2.0 or later.OBDev.CD Dec 99 RL:Technical Documentation:Macintosh Technical Q&As:PGDev.CD Dec 99 RL
  8648.  - Technical Documentation
  8649.  - Macintosh Technical Q&Asnterface guidelines for Macintosh applications.
  8650. Features: The introduction to the Human Interface Notes has been updated to provide more accurate information about the Human Interface Notes and Guidelines, and how to contact the Human Interface groups at Apple.
  8651. Jul 93V
  8652. 66970X
  8653. 1e    No Change
  8654. the combination of panoramas and/or objects i
  8655. May 96M
  8656. Preferably a PowerPC machine although 68K machine can do.  Preferably system 7.5 with at least 16mb of ram and 20-30megs of space on a hard drive.N5Global search and replace; software project archivingO$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  8657.  - Sample CodeV
  8658. 68866X
  8659. Aug 00^    TC Disk 2
  8660. y--set theItem to choose file -- uncomment to test in an AS editor
  8661.     tell application "Finder"
  8662.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:"
  8663.         activate
  8664.     end tell
  8665. on error errMsg number errNum
  8666.     --enter statements to perform when no records are found such as...
  8667.     display dialog "Sorry, the item you selected could not be found."
  8668.     return
  8669. end try
  8670. Deletedf5Global search and replace; software project archivingq
  8671. Dev.CD Aug 00 TC Disk 2
  8672. All Packages
  8673. Pascal Sample 3.0B10
  8674. 68867X
  8675. digest-v3-069
  8676. csmp-digest-v3-070
  8677. csmp-digest-v3-071
  8678. csmp-digest-v3-072
  8679. csmp-digest-v3-073
  8680. csmp-digest-v3-074
  8681. csmp-digest-v3-075
  8682. csmp-digest-v
  8683. 69318X
  8684. Nov 99^
  8685. --set theItem to choose file -- uncomment to test in an AS editor
  8686.     tell application "Finder"
  8687.         open item "Dev.CD Nov 99 TC:Tool Chest:Networking:Snarfer:"
  8688.         activate
  8689.     end tell
  8690. on error errMsg number errNum
  8691.     --enter statements to perform when no records are found such as...
  8692.     display dialog "Sorry, the item you selected could not be found."
  8693.     return
  8694. end try
  8695. Deletedq
  8696. Dev.CD Nov 99 TC
  8697. All Packages
  8698. SndForEverIGThis application demonstrates how to play a snd which has a loop in it.J<SndForEver(PPC)
  8699. SndForEver.cp
  8700. SndForEver.mcp
  8701. SndForEver.rsrcM
  8702. OS 6.0.7 and higherN(sound, continual, loop, play, SndForEverO5Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:SndForEver:P=Dev.CD Nov 00 TC Disk 2
  8703.  - Sample Code
  8704.  - Sound
  8705.  - SndForEverV
  8706. 69319X
  8707. Nov 00^    TC Disk 2
  8708. e    No Change
  8709. context
  8710. contextualu
  8711. contextual
  8712. development
  8713. contextual
  8714. machack
  8715. goodies
  8716. contextual
  8717. manageru
  8718. contrast
  8719. e    No Changef
  8720. QuickTime
  8721. Dev.CD Nov 00 TC Disk 2
  8722. All Packages
  8723. VelEng FFT
  8724. G4 Velocity Engine implementation of fast Fourier transform (FFT) and associated convolution/correlation routines. 
  8725. Though arbitrary signal lengths (i.e. all powers of 2) are handled, our design emphasis is on very long signals (length N >= 2^16 and on into the millions), for which cache considerations are paramount. The core of the library is a particular variant of full-complex FFT that for signal length N = 2^10 executes at 1.15 giga ops (500 MHz G4). This cache-friendly, core FFT play
  8726. .s a dominant role in the long-signal cases such as two-dimensional FFT and convolution. More important perhaps than the core performance benchmark is the manner in which one can sift through the myriad prevailing (and new) FFT frameworks, to arrive at a suitable such framework for the Velocity Engine.
  8727. J?G4 FFT.pdf
  8728. Test vBigDSP
  8729. Test vBigDSP.c
  8730. Test vBigDSP.out
  8731. vBigDSPM
  8732. G4765X
  8733. 1e    No Change
  8734. WThis snippet shows how to use the StdPix proc to intercept and display the compression type and depth of any compressed PICT within a PICT resource.  The same procedure can be used to gather other information about the compressed PICT.  Note that all compressed PICTs get passed into StdPix before getting decom- pressed and passed to StdBits.
  8735. J`Compressed PICT Info.c
  8736. Compressed PICT Info.rsrc
  8737. CompressedPICT Info(PPC)
  8738. CompressedPICTInfo.mcpM
  8739. Color QuickDrawN9Compression, StdPic, StdBits, PICT, Compressed, PICT InfoOEDev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Compressed PICT Info:PMDev.CD Nov 00 TC Disk 1
  8740.  - Sample Code
  8741.  - Graphics 2D
  8742.  - Compressed PICT Info
  8743.  00^    RL Disk 1
  8744. --set theItem to choose file -- uncomment to test in an AS editor
  8745.     tell application "Finder"
  8746.         open item "Dev.CD Sep 00 RL Disk 1:Technical Documentation:Develop:develop Issue 21:"
  8747.         activate
  8748.     end tell
  8749. on error errMsg number errNum
  8750.     --enter statements to perform when no records are found such as...
  8751.     display dialog "Sorry, the item you selected could not be found."
  8752.     return
  8753. end try
  8754. e    No Changeq
  8755. Dev.CD Sep 00 RL Disk 1
  8756. All Packages
  8757. develop Issue 22
  8758. 66835X
  8759. P>Dev.CD Aug 97 TC
  8760.  - Language Kits
  8761.  - Chinese Dictation Kit 1.5
  8762. Dev.CD Feb 92P(Dev.CD Apr 92
  8763. Dev.CD Mar 92
  8764. Dev.CD Feb 9V
  8765. 67767X
  8766. Apr 92
  8767. ~--set theItem to choose file -- uncomment to test in an AS editor
  8768.     tell application "Finder"
  8769.         open item "Dev.CD Apr 92
  8770. Dev.CD Mar 92
  8771. Dev.CD Feb 92"
  8772.         activate
  8773.     end tell
  8774. on error errMsg number errNum
  8775.     --enter statements to perform when no records are found such as...
  8776.     display dialog "Sorry, the item you selected could not be found."
  8777.     return
  8778. end try
  8779. All Packages
  8780. System 7 Tune-UpO
  8781. Dev.CD Apr 92
  8782. Dev.CD Mar 92P
  8783. Dev.CD Apr 92
  8784. Dev.CD Mar 9V
  8785. 67768X
  8786. Apr 92
  8787.     --enter statements to perform when no records are found such as...
  8788.     display dialog "Sorry, the item you selected could not be found."
  8789.     return
  8790. end try
  8791. e    No Changef2MacApp
  8792. adorner
  8793. custom cursor
  8794. dependency
  8795. Eenieq
  8796. Dev.CD Nov 00 TC Disk 2
  8797. D!All Packages
  8798. Tool Chest Edition
  8799. Eject PC Cards Location Module
  8800. ~--set theItem to choose file -- uncomment to test in an AS editor
  8801.     tell application "Finder"
  8802.         open item "Dev.CD Apr 94
  8803. Dev.CD Jan 94
  8804. Dev.CD Oct 93"
  8805.         activate
  8806.     end tell
  8807. on error errMsg number errNum
  8808.     --enter statements to perform when no records are found such as...
  8809.     display dialog "Sorry, the item you selected could not be found."
  8810.     return
  8811. end try
  8812. ports
  8813. built-in
  8814. devices
  8815. ibook
  8816. icon_
  8817. icon's
  8818. icons
  8819. idea[
  8820. identify
  8821. identifying
  8822. nasty
  8823. natick
  8824. national
  8825. native
  8826. natural
  8827. nature
  8828. navigable
  8829. navigate_
  8830. navigates
  8831. navigating
  8832. navigationz
  8833. navigation
  8834. services
  8835. documents
  8836. nearest
  8837. nearestmactextencodi
  8838. nearly
  8839. necessary
  8840. 69285X
  8841. Nov 00^    TC Disk 1
  8842. --set theItem to choose file -- uncomment to test in an AS editor
  8843.     tell application "Finder"
  8844.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 3D:SetupGL:"
  8845.         activate
  8846.     end tell
  8847. on error errMsg number errNum
  8848.     --enter statements to perform when no records are found such as...
  8849.     display dialog "Sorry, the item you selected could not be found."
  8850.     return
  8851. end try
  8852. e    No Changef"OpenGL
  8853. full screen
  8854. DrawSprocketo0http://developer.apple.com/samplecode/index.htmlq
  8855. Dev.CD Nov 00 TC Disk 1
  8856. All Packages
  8857. SetWindBackColorI
  8858. Demonstrates how to programmatically set the background color of a window without flicker if the Appearance Manager is not running.
  8859. JVSetWindBackColor READ ME
  8860. SetWindBackColor(PPC)
  8861. SetWindBackColor.c
  8862. SetWindBackColor.mcpK
  8863. Aug 97N
  8864. background, color, WDEF, windowOMDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:SetWindBackColor:V
  8865. 69286X
  8866. 1e    No Change
  8867. includefiles
  8868. indata
  8869.     G~ 9 Developer Documentation site
  8870.        *Scrap Manager Reference, which supplies documentation on nine newly introduced APIs 
  8871. !CarbonPortingGuide
  8872. CarbonPrintingManager
  8873. ColorSync_Manager
  8874. FontSync
  8875. images
  8876. KeyChain_Manager
  8877. Menu_Manager
  8878. Multilingual_Text_Engine
  8879. Multiprocessing_Services
  8880. Preference_Services
  8881. Scrap_Manager
  8882. Text_Encodin_sion_Manager
  8883. URL_Access_Manager
  8884. URL_Services
  8885. WhatsNew.html
  8886. WhatsNew.html.1
  8887. XML_Services
  8888. Jul 00L
  8889. Nov 00M
  8890. web browser
  8891. {Carbon, URL Services, Menu Manager, XML Services, Preferences Services, Multilingual Text Engine, Carbon Porting Guide, Adopting the Carbon Printing Manager, Transferring Data with the URL Access Manager, Keychain Manager, FontSync, ColorSync, Text Encoding Conversion Manager, Multiprocessing Service, Scrap Manager, technical documentation, publication, developer documentation
  8892. OZDev.CD Nov 00 TC Disk 1:What's New?:Technical Documentation:Technical Publications:Carbon:hernets
  8893. ethertalkB
  8894. .DS_Store
  8895. AltBufferDisplay(PPC)
  8896. AlternateBufferDisplay.c
  8897. AlternateBufferDisplay.mcp
  8898. AlternateBufferDisplay.rsrc
  8899. CarbonPrefix.h
  8900. CarbonRes.rsrc
  8901. ReadMeL
  8902. Nov 00M
  8903. Color QuickDraw, CarbonLibN[Offscreen, CopyBits, NewGWorld,GWorld, blit, pixmap, bitmap, alternatebufferdisplay, CarbonOGDev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:AlternateBufferDisplay:PODev.CD Nov 00 TC Disk 1
  8904.  - Sample Code
  8905.  - Graphics 2D
  8906.  - AlternateBufferDisplayV
  8907. 68249X
  8908. Nov 00^    TC Disk 1b
  8909. Revised
  8910. --set theItem to choose file -- uncomment to test in an AS editor
  8911.     tell application "Finder"
  8912.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:AlternateBufferDisplay:"
  8913.         activate
  8914.     end tell
  8915. on error errMsg number errNum
  8916.     --enter statements to perform when no records are found such as...
  8917.     display dialog "Sorry, the item you selected could not be found."
  8918.     return
  8919. end try
  8920. Updatedo&http://developer.apple.com/samplecode/
  8921. cumentation
  8922. publications
  8923. technical
  8924. document
  8925. continuing
  8926. offer
  8927. traditional
  8928. server
  8929. software
  8930. suite
  8931. controlled@
  8932. controllers@
  8933. controlling@
  8934. cool@
  8935. copy-and-paste@
  8936. copyrights@
  8937. foundation
  8938. documentation@
  8939. counterpart@
  8940. courseware@
  8941. createcustomlist@
  8942. createhypertext@
  8943. creating@
  8944. current
  8945. release
  8946. mactcp
  8947. v2.0.6
  8948. mactcp
  8949. admin
  8950. v2.0.6@
  8951. customgetfilepreview@
  8952. cyberdog@
  8953. database@
  8954. day-to-day@
  8955. december@
  8956. definition@
  8957. demo's@
  8958. demonstrated@
  8959. demonstrates
  8960. asynchronous
  8961. movie
  8962. loading
  8963. newmoviefrom@
  8964. demonstrates
  8965. loading
  8966. playing
  8967. saving
  8968. mulitple
  8969. sounds
  8970. show@
  8971. dependent@
  8972. descriptions@
  8973. designing@
  8974. desk@
  8975. detailed
  8976. developer
  8977. documentation@
  8978. develop-ers@
  8979. developed@
  8980. developers
  8981. developing@
  8982. diagnose@
  8983. dialogbits@
  8984. difficulties@
  8985. direction@
  8986. discover@
  8987. disinfectant@
  8988. display/context@
  8989. intel@
  8990. dropmounter
  8991. dropprint
  8992. dropprint
  8993. dropprint
  8994. dropprint
  8995. dropprint
  8996. dropshell
  8997. dropshell
  8998. dropshell
  8999. dropshell
  9000. dropshell
  9001. dropshell
  9002. dropshell
  9003. drvrs
  9004. storer
  9005. dsappleevents
  9006. dsappleevents
  9007. dsappleevents
  9008. dsglobals
  9009. dsglobals
  9010. dzautodroneburn
  9011. dzautodroneburn
  9012. dzautodroneexpl
  9013. dzautodroneexpl
  9014. dzdisplay
  9015. dzdisplay
  9016. dzdisplay
  9017. dzdrone
  9018. dzdrone
  9019. dzdrone
  9020. dzevenmoreresources
  9021. dzevenmoreresources
  9022. dzevents
  9023. dzevents
  9024. dzevents
  9025. dzgame
  9026. dzgame
  9027. dzgame
  9028. dzinput
  9029. systemfolder
  9030. systemfolder
  9031. systemsQ
  9032. t-italian
  9033. ta-tradchinese
  9034. tabloid
  9035. tabloid
  9036. target
  9037. tautocenterview
  9038. tautocenterview
  9039. tautocenterview
  9040. tccalc
  9041. tcp/ip
  9042. tcp/ip
  9043. administration
  9044. image
  9045. tcp/ip
  9046. connection
  9047. image
  9048. tcp/ip
  9049. mib-ii
  9050. alias
  9051. tcsample
  9052. tcsample
  9053. tctesample
  9054. tctesample
  9055. tctesampleglue
  9056. tctesampleglue
  9057. fragments
  9058. target
  9059. testbanks
  9060. testbanks
  9061. testfinderlaunch
  9062. testfinderlaunch
  9063. testfinderlaunch
  9064. beginz
  9065. benelux
  9066. benelux
  9067. distributors/localiz
  9068. betabase
  9069. betabase
  9070. bigeasy
  9071. bigeasy2
  9072. bigeasy2
  9073. bigeasy2
  9074. bigeasydialogs
  9075. bigeasydialogs
  9076. bigeasydialogs
  9077. bigeasygrafish
  9078. bigeasygrafish
  9079. bigeasygrafish
  9080. bigeasytextish
  9081. bigeasytextish
  9082. bigeasytextish
  9083. bigeasyutils
  9084. bigeasyutils
  9085. bigeasyutils
  9086. binhex
  9087. specs
  9088. bless
  9089. blockreader
  9090. blockreader
  9091. bltmacros
  9092. bltmacros
  9093. board
  9094. boardslider
  9095. boardslider
  9096. bootvol
  9097. brightness
  9098. brightness
  9099. contrast
  9100. browserz
  9101. browsermaker
  9102. browsermaker
  9103. bufcallback
  9104. bufcallback
  9105. bufcallback
  9106. bufcallback
  9107. buffereddrawer
  9108. buffereddrawer
  9109. bufferedimage
  9110. bufferedimage
  9111. bufferedwindows
  9112. bufferedwindows
  9113. bufferedwindows
  9114. pbproj
  9115. Summary: This is the electronic version of develop magazine.
  9116.  Issue 17 highlights:
  9117. Using Proto Templates on the Newton  by Harry R. Chesley.   For Newton developers, a sample game that uses proto templates to good effect; for everyone else, a flavor of what Newton development is like.
  9118. Standalone Code on PowerPC  by Tim Nichols.   Standalone code is better and easier than ever before in the PowerPC environment.
  9119. Debugging on PowerPC  by Dave Falkenburg and Brian Topping.   It
  9120. s a whole 
  9121. new world in there, but your hard-won debugging skills still work.
  9122. Concurrent Programming With the Thread Manager  by Eric Anderson and Brad Post.   With both cooperative and preemptive threads, the possibilities provided by the new Thread Manager are nearly endless.
  9123. The Zen of Window Zooming  by Dean Yu.   Everybody does it, but many still don
  9124. t do it right. Dean has some code to help you out. 
  9125. Print Hints: Tracking QuickDraw GX Messages  by Pete (
  9126. ) Alexander.  MessageWatcher let
  9127. peak-hold
  9128. peering
  9129. viewer
  9130. utility
  9131. which
  9132. graphically
  9133. pending
  9134. penetrate
  9135. penguins
  9136. pentiumZ
  9137. people[
  9138. peoplesoft
  9139. percentage
  9140. perfectly
  9141. performf
  9142. PC Card Enabler, and Open Transport Port Scanner for an Ethernet PC Card. Specifically, the sample is targeted for network PC Cards other than Ethernet so that they can properly register themselves with Open Transport
  9143. The code sample provides a MetroWerks Code Warrior project file which includes a sample Ethernet driver, a PC Card Enabler and a Port Scanner. The Enabler is designed to handle port registration of the network card in conjunc
  9144. PRDev.CD Nov 00 TC Disk 1
  9145.  - Tool Chest
  9146.  - Testing & Debugging
  9147.  - Virtual User toolsNov 00M
  9148. Mac OS X or laterN!Full Screen, Hide Dock, Hide MenuO;Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:FullScreen:PCDev.CD Nov 00 TC Disk 1
  9149.  - Sample Code
  9150.  - Graphics 2D
  9151.  - FullScreenV
  9152. 66927X
  9153. Nov 00^    TC Disk 1b
  9154. --set theItem to choose file -- uncomment to test in an AS editor
  9155.     tell application "Finder"
  9156.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:FullScreen:"
  9157.         activate
  9158.     end tell
  9159. on error errMsg number errNum
  9160.     --enter statements to perform when no records are found such as...
  9161.     display dialog "Sorry, the item you selected could not be found."
  9162.     return
  9163. end try
  9164. eTool.r
  9165. PackageTool.rsrc
  9166. PackageUtils.c
  9167. PackageUtils.h
  9168. PackageWindow.c
  9169. PackageWindow.h
  9170. Re- C/F Registration Request
  9171. ReadMe
  9172. Sample Package
  9173. SimplePrefs.c
  9174. SimplePrefs.h
  9175. Utilities.c
  9176. Utilities.h
  9177. Dec 99OHDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:PackageTool:W
  9178. arcellana
  9179. architectural
  9180. architecture{
  9181. chitectures
  9182. archive
  9183. archived
  9184. archivesz
  9185. 68487X
  9186. Nov 00^    TC Disk 2
  9187. --set theItem to choose file -- uncomment to test in an AS editor
  9188.     tell application "Finder"
  9189.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Capturing:DigitizerShell:"
  9190.         activate
  9191.     end tell
  9192. on error errMsg number errNum
  9193.     --enter statements to perform when no records are found such as...
  9194.     display dialog "Sorry, the item you selected could not be found."
  9195.     return
  9196. end try
  9197. e    No Changef$QuickTime
  9198. sequence grabber
  9199. testq
  9200. Dev.CD Nov 00 TC Disk 2
  9201. All Packages
  9202. DIMM Config&Interleave v1.1
  9203. 68488X
  9204. n "Finder"
  9205.         open item "Dev.CD Jun 97 SSW"
  9206.         activate
  9207.     end tell
  9208. on error errMsg number errNum
  9209.     --enter statements to perform when no records are found such as...
  9210.     display dialog "Sorry, the item you selected could not be found."
  9211.     return
  9212. end try
  9213. All Packages
  9214. QuickDraw 3DO
  9215. Dev.CD Jun 97 SSWP
  9216. Dev.CD Jun 97 SSV
  9217. 67406X
  9218. Jun 97
  9219. end try
  9220. Aug 92M
  9221. Apple DocViewerOCDev.CD Dec 99 RL:Technical Documentation:Peripherals Documentation:PHDev.CD Dec 99 RL
  9222.  - Technical Documentation
  9223.  - Peripherals Documentationhnology introduced in Mac OS
  9224.  8.5. The provided examples go from very simple to rather complex in increasing order of difficulty. Ideally, developers will learn most of what they need of ATSUI by just reading the source code.
  9225. The features are ATSUI features: multiple styles, arbitrary angles, broken hilighting, hit testing, fractiB
  9226. onal justification, etc.
  9227. More ATSUI
  9228. Read Me, please...
  9229. SampleWindows.cp
  9230. SampleWindows.h
  9231. SomeUnicodeStuff.cp
  9232. SomeUnicodeStuff.h
  9233. TypeServicesForUnicode
  9234. TypeServicesForUnicode.cp
  9235. TypeServicesForUnicode.h
  9236. TypeServicesForUnicode.mcp
  9237. TypeServicesForUnicode.rsrc
  9238. WindowUtilities.cp
  9239. WindowUtilities.h
  9240. Nov 98M
  9241. Mac OS
  9242.  8.5NCUnicode, Imaging, Text, Type, Bi-directional, Rotation, Double-byteO@Dev.CD Nov 00 TC Disk 2:Sample Code:Text:TypeServicesForUnicode:
  9243. All Packages
  9244. F    QuickTimeO
  9245. Dev.CD Jan 95
  9246. Dev.CD Oct 94P
  9247. Dev.CD Jan 95
  9248. Dev.CD Oct 9V
  9249. 69119X
  9250. Jan 95
  9251. p--set theItem to choose file -- uncomment to test in an AS editor
  9252.     tell application "Finder"
  9253.         open item "Dev.CD Jan 95
  9254. Dev.CD Oct 94"
  9255.         activate
  9256.     end tell
  9257. on error errMsg number errNum
  9258.     --enter statements to perform when no records are found such as...
  9259.     display dialog "Sorry, the item you selected could not be found."
  9260.     return
  9261. end try
  9262. All Packages
  9263. F    QuickTimeO
  9264. Dev.CD Jan 95
  9265. Dev.CD Oct 94P
  9266. Dev.CD Jan 95
  9267. Dev.CD Oct 9V
  9268. 69120X
  9269. Jan 95
  9270. p--set theItem to choose file -- uncomment to test in an AS editor
  9271.     tell application "Finder"
  9272.         open item "Dev.CD Jan 95
  9273. Dev.CD Oct 94"
  9274.         activate
  9275.     end tell
  9276. on error errMsg number errNum
  9277.     --enter statements to perform when no records are found such as...
  9278.     display dialog "Sorry, the item you selected could not be found."
  9279.     return
  9280. end try
  9281. All Packages
  9282. eItem to choose file -- uncomment to test in an AS editor
  9283.     tell application "Finder"
  9284.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Icon Display:"
  9285.         activate
  9286.     end tell
  9287. on error errMsg number errNum
  9288.     --enter statements to perform when no records are found such as...
  9289.     display dialog "Sorry, the item you selected could not be found."
  9290.     return
  9291. end try
  9292. e    No ChangefXNewGWorld
  9293. UpdateGWorld
  9294. DisposeGWorld
  9295. GetPixBaseAddr
  9296. CopyBits
  9297. GetDeviceList
  9298. GetNextDeviceq
  9299. Dev.CD Nov 00 TC Disk 1
  9300. All Packages
  9301. F    Icon playV
  9302. 66980X
  9303. developer.apple.com/java/.
  9304. Minimum requirements
  9305. The MRJ Redistribution SDK includes the file 
  9306. MRJ Redistribution.smi
  9307.  that you will bundle with your o
  9308. This application displays a sample preferences dialog containing editable text fields, radio buttons, and a file selection button.  Settings from this dialog are saved in a preferences file.
  9309. J%Pref.c
  9310. Pref.rsrc
  9311. Prefs(PPC)
  9312. Prefs.mcpOBDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Prefs:PJDev.CD Nov 00 TC Disk 1
  9313.  - Sample Code
  9314.  - Human Interface Toolbox
  9315.  - Prefs
  9316. remove
  9317. remove
  9318. version
  9319. numbers
  9320. rename
  9321. renderer
  9322. rendering
  9323. rendering
  9324. unicode
  9325. replace
  9326. replace
  9327. replacement
  9328. reports
  9329. resedit
  9330. resedit
  9331. 2.1.1
  9332. disassembly
  9333. disassembler
  9334. viewer
  9335. edito
  9336. resolution
  9337. resource
  9338. resource
  9339. management
  9340. resources
  9341. restoredeviceclut
  9342. retrievepictinfo
  9343. return
  9344. return
  9345. investment
  9346. reverb
  9347. rgbbackcolor
  9348. rgbforecolor
  9349. rhapsody
  9350. rhapsody
  9351. pages
  9352. rhapsody
  9353. release
  9354. notes
  9355. rowbytes
  9356. Application Files
  9357. Building QT Samples
  9358. Common Files
  9359. QTTimeCode 68k
  9360. QTTimeCode 68k.mcp
  9361. QTTimeCode PPC
  9362. QTTimeCode PPC.mcp
  9363. QTTimeCode Win.mcp
  9364. QTTimeCode.c
  9365. QTTimeCode.exe
  9366. QTTimeCode.h
  9367. QTTimeCode.mak
  9368. QTTimeCode.r
  9369. READMEM
  9370. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.
  9371. N*QuickTime, Timecode, Track, Media, HandlerOCDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:TimeCodes:QTTimeCode:PNDev.CD Nov 00 TC Disk 2
  9372.  - Sample Code
  9373.  - QuickTime
  9374.  - TimeCodes
  9375.  - QTTimeCodeV
  9376. 69009X
  9377. Nov 00^    TC Disk 2
  9378. e    No Change
  9379. runtime
  9380. architecture
  9381. runtime
  9382. server
  9383. macapp
  9384. maccheck
  9385. machine
  9386. machine
  9387. identification
  9388. machinelocation
  9389. macintalk
  9390. macintoshR
  9391. OfSillyBalls:V
  9392. 64463X
  9393. New Package
  9394. 68702X
  9395. Sep 00^    RL Disk 1
  9396. --set theItem to choose file -- uncomment to test in an AS editor
  9397.     tell application "Finder"
  9398.         open item "Dev.CD Sep 00 RL Disk 1:What's New:Tool Chest:MacApp:MacApp R15d1:"
  9399.         activate
  9400.     end tell
  9401. on error errMsg number errNum
  9402.     --enter statements to perform when no records are found such as...
  9403.     display dialog "Sorry, the item you selected could not be found."
  9404.     return
  9405. end try
  9406. e    No Change
  9407. /A(http://developer.apple.com/tools/macapp/
  9408. Dev.CD Sep 00 RL Disk 1
  9409. All Packages
  9410. MacApp Release 14a1
  9411. 68703X
  9412. ation
  9413.  - Inside Macintosh
  9414.  - QuickDraw GX Building Apple events and the objects needed to communicate with other applications.
  9415. - Send Apple events and extract results from the Apple event replies. 
  9416. - Build and send events to the Finder. 
  9417. - Load and execute AppleScript scripts from an application.
  9418. 65502X
  9419. 1e    No Change
  9420. level
  9421.     tell application "Finder"
  9422.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Games:GlyphaIV:"
  9423.         activate
  9424.     end tell
  9425. on error errMsg number errNum
  9426.     --enter statements to perform when no records are found such as...
  9427.     display dialog "Sorry, the item you selected could not be found."
  9428.     return
  9429. end try
  9430.  structures in order to reduce the amount of time required to search the network.
  9431. 3. Use asynB
  9432. chronous lookup requests so that other actions can be taken while performing the lookup.
  9433. 4. Turn on self send globally
  9434. 5. Register/deregister an entity with OT.
  9435. EnableSelfSendSample.c
  9436. OTCheckNetForName Readme
  9437. OTCheckNetForName.ppc
  9438. OTCheckNetForNBPName.c
  9439. OTCheckNetForNBPName.h
  9440. OTCheckNetForNBPName.projODDev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTCheckNetForNBPName:PLDev.CD Nov 00 TC Disk 1
  9441.  - Sample Code
  9442.  - Networking
  9443.  - OTCheckNetForNBPNamege
  9444. 68760X
  9445. Nov 00^    TC Disk 1
  9446. --set theItem to choose file -- uncomment to test in an AS editor
  9447.     tell application "Finder"
  9448.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:MoreNetworkSetup:"
  9449.         activate
  9450.     end tell
  9451. on error errMsg number errNum
  9452.     --enter statements to perform when no records are found such as...
  9453.     display dialog "Sorry, the item you selected could not be found."
  9454.     return
  9455. end try
  9456. e    No ChangefnTCP/IP AppleTalk reconfiguration Network Setup OTTCPWillDial AppleTalk on off enabled disabled active inactiveq
  9457. Dev.CD Nov 00 TC Disk 1
  9458. All Packages
  9459. MoreOSL
  9460. 68761X
  9461. rGestaltDemo(PPC)
  9462. DriverGestaltDemo.cM
  9463. noneNsDriver Gestalt, disk drivers, device, driver, block, storage, CD ROM, CD-ROM, hard disk, disk, DriverGestalt Demo 
  9464. ORDev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Disks:DriverGestalt Demo:P]Dev.CD Nov 00 TC Disk 1
  9465.  - Sample Code
  9466.  - Devices and Hardware
  9467.  - Disks
  9468.  - DriverGestalt DemoV
  9469. 66883X
  9470. 1e    No Change
  9471. difficult
  9472. application
  9473. support
  9474. features
  9475. based
  9476. provided
  9477. develop
  9478. article
  9479. and FireWire ports; and an optional AirPort Card
  9480.    wireless LAN module.
  9481.    The developer note includes information about
  9482.    - the features of the Power Mac G4
  9483.    - compatibility issues
  9484.    - the internal logic of the Power Mac G4
  9485.    - the I/O ports and built-in I/O devices
  9486.    - the RAM expansion DIMM
  9487.    - the PCI expansion slots
  9488.    - the system software that comes
  9489.  with the Power Mac G4
  9490. =============
  9491. MAC OS 8 and 9:
  9492. =============
  9493. Apple Type Services for Unicode Imaging Reference [UPDATE]  
  9494. This document describes the complete API reference for ATSUI and is  updated for ATSUI 1.2. New features in ATSUI 1.2 include a linguistically based breakline and added tab character handling. The document also contains an appendix detailing the API elements from other technologies that are also used by ATSUI.
  9495. ------------------------------------------------
  9496.     C,le Computer, Inc. Software Licensing Group.
  9497. Compiler Stuff
  9498. Debugging Tools
  9499. Read Me
  9500. Sample Applications
  9501. Software Licensing Info
  9502. Thread Manager
  9503. Thread Manager 2.1.1d1+
  9504. Thread Manager Documentation
  9505. ThreadUtilities
  9506. What's New In This PackageK
  9507. Aug 93L
  9508. Apr 95M
  9509. Runs on Macintosh Plus and newer under System 7 (7.0, 7.0.1, 7.1, etc.) System 7.1 or later recomended. The Thread Manger is built into System 7.5 and later systems so the extension is not needed.N>Thread Manager, thread, threads,  tasks, tasking, multitaskingO:Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Thread Manager:PBDev.CD Oct 00 SDK1
  9510.  - Development Kits
  9511.  - Mac OS
  9512.  - Thread Manager
  9513. chrominance
  9514. chrp{
  9515. chunk
  9516. chunks
  9517. claim{
  9518. claims
  9519. claris
  9520. clarisworks
  9521. clark
  9522. clash{
  9523. class
  9524. classes{
  9525. classicu
  9526. classroomS
  9527. clause
  9528. clauses
  9529. clean
  9530. cleaner
  9531. clearly
  9532. robix
  9533. robix
  9534. sources
  9535. robustness
  9536. build/download
  9537. 3.2.4
  9538. romresourcedump
  9539. rotate
  9540. rotate
  9541. bitmap
  9542. rotated
  9543. rotated
  9544. thingies
  9545. rotatestring
  9546. rubber
  9547. rubber
  9548. bandit
  9549. runtime
  9550. error
  9551. codes
  9552. samplea
  9553. sample
  9554. sample
  9555. traffic
  9556. light
  9557. samplemakeeffectmovi
  9558. sampler
  9559. samplerateavail
  9560. samples
  9561. print
  9562. record
  9563. saver
  9564. scalable
  9565. scalable
  9566. postscript
  9567. scanners
  9568. scomm
  9569. scrap
  9570. /scomQ
  9571. sdevk
  9572. selectors
  9573. the sc
  9574. 68794X
  9575. Nov 00^    TC Disk 1b
  9576. Revised
  9577. --set theItem to choose file -- uncomment to test in an AS editor
  9578.     tell application "Finder"
  9579.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:MyDeviceLoop:"
  9580.         activate
  9581.     end tell
  9582. on error errMsg number errNum
  9583.     --enter statements to perform when no records are found such as...
  9584.     display dialog "Sorry, the item you selected could not be found."
  9585.     return
  9586. end try
  9587. Updatedf+ClipRect
  9588. GetNextDevice
  9589. GetDeviceList
  9590. Carbono&http://developer.apple.com/samplecode/q
  9591. Dev.CD Nov 00 TC Disk 1
  9592. All Packages
  9593. MyHelpMenuI
  9594. Sample code to demonstrate how to append your own menu items to the help menu and how to add heirarchical sub-menus to menu items installed in the help menu.
  9595. JNMyHelpMenu READ ME
  9596. MyHelpMenu(PPC)
  9597. MyHelpMenu.c
  9598. MyHelpMenu.mcp
  9599. MyHelpMenu.rsrcK
  9600. Mar 98N#help, menu, hierarchical, sub-menusO<Dev.CD Nov 00 TC Disk 1:Sample Code:Help Systems:MyHelpMenu:V
  9601. 68795X
  9602. 1e    No Change
  9603. All Packages
  9604. e    No ChangefNopen transport
  9605. port registry
  9606. OTGetIndexedPort
  9607. OTDumpPortRegistryq
  9608. Dev.CD Nov 00 TC Disk 1
  9609. All Packages
  9610. OTEndpointInfo
  9611. KThis sample demonstrates how to query an endpoint for its 
  9612. vital statistic
  9613.  using OTGetEndpointInfo.  It also prints a list of that information for the commonly used Open Transport endpoint types for your reference.  The code from this sample is featured in the latest release (v1.2) of the book 
  9614. Inside Macintosh: Open Transport
  9615. JTOTEndpointInfo(PPC)
  9616. OTEndpointInfo.c
  9617. OTEndpointInfo.mcp
  9618. Read Me About OTEndpointInfoK
  9619. Nov 97L
  9620. Jun 98M
  9621. Open Transport 1.1.1 or higherNMOpen Transport, OTGetEndpointInfo, TEndpointInfo, TSDU, ETSDA, OTEndpointInfoO>Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTEndpointInfo:PFDev.CD Nov 00 TC Disk 1
  9622.  - Sample Code
  9623.  - Networking
  9624.  - OTEndpointInfoV
  9625. 68847X
  9626. Nov 00^    TC Disk 1
  9627. e    No Change
  9628. D Nov 00 TC Disk 2:Sample Code:QuickTime:Music and Sound:SoundSnippets:
  9629. useful for tuning an application with respect to disk I/O performance. A disk I/O test program called 'BlockReader' is also included.
  9630. JBBlockReader 1.0
  9631. IOTracer 6.0
  9632. IOTracer Analyzer 1.0
  9633. SCSIMonitor 4.0K
  9634. Jun 95L
  9635. May 96M
  9636. System 7.0N
  9637. SCSI, Disk I/O, PerformanceOKDev.CD Nov 00 TC Disk 1:Tool Chest:Devices:SCSI:Disk I/O Performance Tools:PVDev.CD Nov 00 TC Disk 1
  9638.  - Tool Chest
  9639.  - Devices
  9640.  - SCSI
  9641.  - Disk I/O Performance Tools    --enter statements to perform when no records are found such as...
  9642.     display dialog "Sorry, the item you selected could not be found."
  9643.     return
  9644. end try
  9645. e    No Changef'QuickTime
  9646. Streaming
  9647. Messages
  9648. Controllerq
  9649. Dev.CD Nov 00 TC Disk 2
  9650. All Packages
  9651. QTStreamSplicer
  9652. 67379X
  9653. jectsupportlib
  9654. appleevent
  9655. screent
  9656. offscreen
  9657. offscreen
  9658. gworld
  9659. opaque
  9660. opaque
  9661. types
  9662. systems
  9663. f--set theItem to choose file -- uncomment to test in an AS editor
  9664.     tell application "Finder"
  9665.         open item "Dev.CD Jul 96 SSW"
  9666.         activate
  9667.     end tell
  9668. on error errMsg number errNum
  9669.     --enter statements to perform when no records are found such as...
  9670.     display dialog "Sorry, the item you selected could not be found."
  9671.     return
  9672. end try
  9673. two-way@
  9674. type@
  9675. ulaw@
  9676. under
  9677. system
  9678. finder
  9679. switches
  9680. black&white
  9681. versio@
  9682. universal@
  9683. unmounted/mounted@
  9684. update-based@
  9685. updating@
  9686. usage@
  9687. used@
  9688. useful@
  9689. user's@
  9690. uses@
  9691. using@
  9692. v2.0.4@
  9693. validator@
  9694. vary@
  9695. verify@
  9696. version
  9697. windowed
  9698. allows
  9699. creation
  9700. vertical@
  9701. videobottlenecks@
  9702. visit@
  9703. volumemount@
  9704. walk@
  9705. we're@
  9706. were@
  9707. aegizmos@
  9708. when@
  9709. 00 Developer NoteV
  9710. 63652X
  9711. o Change
  9712. 68442X
  9713. Nov 00^    TC Disk 2
  9714. --set theItem to choose file -- uncomment to test in an AS editor
  9715.     tell application "Finder"
  9716.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Codecs:DelegateOnlyComponent:"
  9717.         activate
  9718.     end tell
  9719. on error errMsg number errNum
  9720.     --enter statements to perform when no records are found such as...
  9721.     display dialog "Sorry, the item you selected could not be found."
  9722.     return
  9723. end try
  9724. e    No Changef
  9725. QuickTime
  9726. componentq
  9727. Dev.CD Nov 00 TC Disk 2
  9728. All Packages
  9729. Design for Robustness
  9730. 68443X
  9731. ew & RevisedF    SeedCFill
  9732. <This sample has been updated for the Carbon API.  This sample shows how to use the SeedCFill routine to create a mask given a source image. 
  9733. This routine computes a destination bitmap image with 1's only in the pixels where paint can not leak from the starting seed point. This is similar to the paint- bucket tool.
  9734. Updated
  9735. orefinderevents
  9736. moreinterfacelib
  9737. hat aside from the compatibility code associated with HOSTED_BY_FONT_MISCREANT, this code roughly parallels what the popup menu CDEF (ID 63) does.
  9738. PowerMacOr68K:  This snippet shows how to determine whether you are running on a Power Macintosh or on a 680x0 Macintosh.  It also provides a method for determine exactly which type of processor is running. This works around an off-by-one error with gestaltNativeCPUType.
  9739. Prefs:  This Think C application displays a sample preferences dialog con
  9740. taining edit text, radio buttons, and a file selection button, and demonstrates storage of the item settings in a preferences file.
  9741. ProgressBars 1.0:  ProgressBars is a bares bones application that demonstrates two implementations of the progress bars found in many Macintosh applications, namely the standard progress bar and the barber pole.
  9742. readLocation:  This snippet shows how to retrieve the Map control panel settings for longitude and latitude and the time offset from GMT
  9743. Reinstalla
  9744. documentationandsamp
  9745. documented
  9746. documentedin
  9747. documentproc
  9748. documents`
  9749. docviewer
  9750. dodocumentclick
  9751. qdrawmhdlr
  9752. qdrawmhdlr
  9753. carbon
  9754. qt3-more
  9755. qt3-more
  9756. video
  9757. qtcode
  9758. qtcode
  9759. qtcode
  9760. qtlogo
  9761. qtlogo
  9762. qtsprites
  9763. qtsprites
  9764. qtsprites
  9765. qtsprites
  9766. query
  9767. quick
  9768. quick
  9769. start
  9770. quicksort
  9771. quicksort
  9772. hand-coded
  9773. hand-tuned
  9774. hand-tweak
  9775. handbookw
  9776. handed
  9777. handle
  9778. handle's
  9779. handle-based
  9780. handled
  9781. handledatahandlersub
  9782. handlerf
  9783. handlersf
  9784. handles
  9785. handling
  9786. handoff
  9787. moduleN
  9788. modulesR
  9789. moment
  9790. momentum{
  9791. money
  9792. monitorU
  9793. monitoringA
  9794. monitors
  9795. monolithic
  9796. imagecompositing
  9797. imagefile
  9798. imageproducing
  9799. imaging`
  9800. import
  9801. import/export
  9802. importermac
  9803. importerwin
  9804. importexport
  9805. importexportmovie
  9806. imran's
  9807. imran's
  9808. virtual
  9809. keycodes
  9810. partnership
  9811. partnerships
  9812. partsZ
  9813. party
  9814. pascalb
  9815. pascal
  9816. example
  9817. demonstrating
  9818. dialog
  9819. pascal
  9820. example
  9821. which
  9822. monitors
  9823. keymap
  9824. displays
  9825. pascal's
  9826. pascal/handle
  9827. pci-based
  9828. pci-the{
  9829. pcmcia
  9830. pending
  9831. pentiumZ
  9832. people[
  9833. perfectly
  9834. performf
  9835. applib
  9836. applib
  9837. applib
  9838. applib
  9839. application
  9840. application
  9841. application
  9842. application
  9843. application
  9844. examples
  9845. application
  9846. files
  9847. applparamshack
  9848. applparamshack
  9849. applparamshack
  9850. apprsrc
  9851. apprsrc
  9852. appstogo
  9853. appstogo
  9854. appstogo
  9855. appstogo
  9856. reference
  9857. appstogo/cw
  9858. appstogo/cw
  9859. build
  9860. appwannabe
  9861. appwannabenewdocs
  9862. arbitration
  9863. architectureQ
  9864. PLDev.CD Nov 00 TC Disk 2
  9865.  - Sample Code
  9866.  - QuickTime
  9867.  - Goodies
  9868.  - qtgraphimp
  9869. glyphaiv
  9870. glyphaiv
  9871. glyphaiv
  9872. goodies
  9873. gotomove
  9874. gotomove
  9875. gouraud
  9876. gouraud
  9877. sample
  9878. grabguy
  9879. grabguy
  9880. graphic
  9881. graphical
  9882. graphical
  9883. interface
  9884. graphicimporter
  9885. graphicimporter
  9886.  - XCMDs & XFCNsV
  9887. 63429X
  9888. Nov 99^
  9889. --set theItem to choose file -- uncomment to test in an AS editor
  9890.     tell application "Finder"
  9891.         open item "Dev.CD Nov 99 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:"
  9892.         activate
  9893.     end tell
  9894. on error errMsg number errNum
  9895.     --enter statements to perform when no records are found such as...
  9896.     display dialog "Sorry, the item you selected could not be found."
  9897.     return
  9898. end try
  9899. Deletedq
  9900. Dev.CD Nov 99 TC
  9901. All Packages
  9902. AudioCodec
  9903. 63430X
  9904. lines
  9905. 1.1.1
  9906. 1.1.3
  9907. 1.1.4
  9908. 1.1b1
  9909. 1.1b8
  9910. 1.2.1R
  9911. 1.2.4
  9912. 1.3.4
  9913. 1.3.6
  9914. 1.3b5
  9915. 1.4.2g
  9916. 1.4.6f4
  9917. 1.5.1
  9918. 1.5.2
  9919. 1.5b16
  9920. 1.6.2
  9921. 160/165c/180/180c
  9922. high-visibility@
  9923. hints@
  9924. however@
  9925. html@
  9926. http@
  9927. icondispatch@
  9928. illustrates@
  9929. implementation@
  9930. colorsync`
  9931. colorsync-savvy
  9932. colortable
  9933. coloured
  9934. column
  9935. columned
  9936. columns
  9937. com/acrobat_
  9938. com/acrobat/register_
  9939. com/bin/bugrpt
  9940. com/bugreporter
  9941. com/cftype
  9942. com/colorsync
  9943. com/dev/swtechpubs/d
  9944. com/java
  9945. com/mkt/maclogo
  9946. com/mkt/swl
  9947. com/quicktime
  9948. com/quicktime/develo
  9949. com/sherlock/plugind
  9950. com/store
  9951. com/technotes/tn/tn1
  9952. com/techpubs
  9953. com/techpubs/mac/ppc
  9954. com/tools
  9955. companies
  9956. companion_
  9957. company
  9958. company's
  9959. compared
  9960. comparedirtext
  9961. comparelastrevision
  9962. comparing
  9963. comparisions
  9964. comparisons
  9965. compatibility^
  9966. compiles
  9967. e    No ChangefGOptimization
  9968. buffered file system
  9969. cache
  9970. cacheline
  9971. Optimization TN Demosq
  9972. Dev.CD Nov 00 TC Disk 2
  9973. D!All Packages
  9974. Tool Chest Edition
  9975. OT Server Sample 1.0.1
  9976. Summary: The Virtual Server is an attempt to provide a piece of sample code which uses the native Open Transport API and is complex enough to demonstrate real issues an application developer will need to deal with. It also demonstrates the speed of Open Transport when used properly.
  9977. This version of the Virtual Server simply opens a listening endpoint and as many accepting endpoints as you want using TCP. It waits for an inbound connection request, accepts the connection, and hands it off ager that is available for PowerBook Macintoshes.
  9978. JMControl Strip
  9979. Control Strip Sample
  9980. Control Strip Technical Note
  9981. MacCalendar 
  9982. Apr 96N'Control Strip, PowerBook, Control PanelO9Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Control Strip:PADev.CD Oct 00 SDK1
  9983.  - Development Kits
  9984.  - Mac OS
  9985.  - Control Stription
  9986. setpt
  9987. setrect
  9988. is a MPW tool used to format C and C++ source code to a user defined style. 
  9989. Features:
  9990. * Cryptic and obscure formatting commands! 
  9991. * Source code.  
  9992. * Understands C and C++.  
  9993. * Understands conditional compilation.  Source is provided.  
  9994. * Formats in the One True Style out of the box.
  9995. * Used by the developers of MacApp 3.0. 
  9996. * Does not harm the ozone layer nor does it contribute to global warming.
  9997. This package is System 7.0 compatible.  
  9998. Jwcdent
  9999. cdent - a formatter for C/C++
  10000. Defect List
  10001. MacApp CDent Stuff
  10002. Makefile
  10003. Objects
  10004. Tests
  10005. Useful AddMenu and ScriptK
  10006. Jun 92M)System 6.x or greater, MPW 3.1 or greaterOZDev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:C++ Related:C++ Source Code Formatter:PeDev.CD Nov 00 TC Disk 1
  10007.  - Tool Chest
  10008.  - Development Kits
  10009.  - C++ Related
  10010.  - C++ Source Code Formatter3X
  10011. Apr 94
  10012. 1A Location Manager module that shows how to eject PC Cards.  This is a sample of an action module and is useful in general for PowerBook users which use PC Cards and Location Manager
  10013. Shows how to walk the name registry to find PC Cards and eject them. Shows how to build a Location Manager action module.
  10014. Communications Toolbox
  10015. Contributed
  10016. Devices and Hardware
  10017. Files
  10018. Games
  10019. Graphics 2D
  10020. Graphics 3D
  10021. Help Systems
  10022. Human Interface Toolbox
  10023. Interapplication Comm
  10024. Memory
  10025. Networking
  10026. OS Utilities
  10027. Overview
  10028. Platforms and Tools
  10029. Printing
  10030. Processes
  10031. QuickTime
  10032. Runtime Architecture
  10033. Sound
  10034. Mar 99MFPower Macintosh with PC Card 3.0 (PowerBook 3400, 2400, G3, G3 Series)N3PC Card 3.0, Location Manager, Eject, Action moduleO
  10035. Dev.CD Nov 99 TC:Sample Code:P
  10036. Dev.CD Nov 99 TC
  10037.  - Sample Codeay dialog "Sorry, the item you selected could not be found."
  10038.     return
  10039. end try
  10040. All Packages
  10041. F    PowerTalkO
  10042. Dev.CD Apr 95
  10043. Dev.CD Jan 95P
  10044. Dev.CD Apr 95
  10045. Dev.CD Jan 9V
  10046. 67281X
  10047. Apr 95
  10048. 68257X
  10049. May 98^
  10050. --set theItem to choose file -- uncomment to test in an AS editor
  10051.     tell application "Finder"
  10052.         open item "Dev.CD May 98 TC:Programs & Marketing:Apple Dev News Archive:"
  10053.         activate
  10054.     end tell
  10055. on error errMsg number errNum
  10056.     --enter statements to perform when no records are found such as...
  10057.     display dialog "Sorry, the item you selected could not be found."
  10058.     return
  10059. end try
  10060. Deletedf#Apple news
  10061. Apple Developer Newsq
  10062. Dev.CD May 98 TC
  10063. ;D!All Packages
  10064. Tool Chest Edition
  10065. Apple Directions 1995
  10066.  - TranslateRotate
  10067. macintosh
  10068. powerbook
  10069. series
  10070. developer
  10071. coresample
  10072. corner
  10073. corporate
  10074. corporation
  10075. correct
  10076. corrected
  10077. corrections
  10078. correctly
  10079. corrects
  10080. correlate
  10081. correspondence
  10082. corresponding
  10083. corresponds
  10084. corrosponding
  10085. corrupt
  10086. corrupted
  10087. corruption
  10088. cosmetic[
  10089. costly
  10090. costs{
  10091. could]
  10092. couldn't
  10093. counter
  10094. counterclockwise
  10095. countersA
  10096. counting
  10097. country
  10098. counts
  10099. couple
  10100. courseS
  10101. coursesS
  10102. utilities
  10103. utility
  10104. utils
  10105. validation
  10106. validation
  10107. reformatting
  10108. variable
  10109. variables
  10110. vector
  10111. velocity
  10112. velocity
  10113. engine
  10114. version
  10115. version
  10116. numbers
  10117. video
  10118. video
  10119. conferencing
  10120. video
  10121. device
  10122. video
  10123. device
  10124. modes
  10125. video
  10126. frame
  10127. video
  10128. output
  10129. component
  10130. video
  10131. toolkit
  10132. enable/disable
  10133. viewenable
  10134. viewer
  10135. virtual
  10136. virtual
  10137. navigation
  10138. virtual
  10139. reality
  10140. virtual
  10141. virtualuser
  10142. visigenic
  10143. visrgn
  10144. voice
  10145. volume
  10146. volume
  10147. volumes
  10148. recording
  10149. vrefnum
  10150. vtwin
  10151. browser
  10152. objects
  10153. b--set theItem to choose file -- uncomment to test in an AS editor
  10154.     tell application "Finder"
  10155.         open item "Dev.CD Jan 94"
  10156.         activate
  10157.     end tell
  10158. on error errMsg number errNum
  10159.     --enter statements to perform when no records are found such as...
  10160.     display dialog "Sorry, the item you selected could not be found."
  10161.     return
  10162. end try
  10163. pictdialog
  10164. picture
  10165. pippin
  10166. pippin
  10167. bandai
  10168. atworld
  10169. atmark
  10170. multimedia
  10171. pixel
  10172. pixelsize
  10173. pixmapr
  10174. pixmap
  10175. direct
  10176. pixel
  10177. access
  10178. getcpixel
  10179. getpixbaseaddr
  10180. copybits
  10181. pixpat
  10182. plaintalk
  10183. plaintalk
  10184. speech
  10185. recognition
  10186. platformR
  10187. platformid
  10188. playback
  10189. player
  10190. playing
  10191. plist
  10192. plug-in
  10193. plug-ins
  10194. pmforecolor
  10195. preference
  10196. preferences
  10197. previews
  10198. prgeneral
  10199. print
  10200. 68455X
  10201. Sep 96^
  10202. --set theItem to choose file -- uncomment to test in an AS editor
  10203.     tell application "Finder"
  10204.         open item "Dev.CD Sep 96 RL:Technical Documentation:develop:develop Issue 16:"
  10205.         activate
  10206.     end tell
  10207. on error errMsg number errNum
  10208.     --enter statements to perform when no records are found such as...
  10209.     display dialog "Sorry, the item you selected could not be found."
  10210.     return
  10211. end try
  10212. Deletedq
  10213. Dev.CD Sep 96 RL
  10214. D(All Packages
  10215. Reference Library Edition
  10216. develop Issue 17
  10217. simple
  10218. sample
  10219. simple
  10220. sample
  10221. simple
  10222. sample
  10223. simple
  10224. sample
  10225. tools
  10226. tools
  10227. sample
  10228. sample
  10229. vblsample
  10230. scsiasyncsample
  10231. scsiasyncsample
  10232. scsidriveidsample
  10233. scsidriveidsample
  10234. scsidriver
  10235. scsidriver
  10236. scsifinddevices
  10237. scsifinddevices
  10238. scsifinddevicesmain
  10239. EJxALM_SDK_Doc.html
  10240. Generic
  10241. Generic ALM Module.CWPro2
  10242. Graphics
  10243. Install ALM 1.0.2
  10244. Install ALM 2.0.1
  10245. Makefile
  10246. Objects
  10247. SourcesK
  10248. Apr 97L
  10249. Mar 98MOMacOS 8 is required for ALM 2.0. ALM 1.0.2 will install on System 7.6 or 7.6.1.NNLocation, ALM, Configuration, Setting, Preference, Switch, Module, EnvironmentOBDev.CD Oct 00 SDK1:Development Kits:Mac OS:Apple Location Manager:PJDev.CD Oct 00 SDK1
  10250.  - Development Kits
  10251.  - Mac OS
  10252.  - Apple Location ManagerV
  10253. 68268X
  10254. Oct 00^
  10255. --set theItem to choose file -- uncomment to test in an AS editor
  10256.     tell application "Finder"
  10257.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Apple Location Manager:"
  10258.         activate
  10259.     end tell
  10260. on error errMsg number errNum
  10261.     --enter statements to perform when no records are found such as...
  10262.     display dialog "Sorry, the item you selected could not be found."
  10263.     return
  10264. end try
  10265. e    No ChangefGLocation
  10266. Configuration
  10267. Setting
  10268. Preference
  10269. Switch
  10270. Module
  10271. Environmentq
  10272. Dev.CD Oct 00 SDK1
  10273. 69326X
  10274. Nov 99^
  10275. r--set theItem to choose file -- uncomment to test in an AS editor
  10276.     tell application "Finder"
  10277.         open item "Dev.CD Nov 99 TC:Sample Code:"
  10278.         activate
  10279.     end tell
  10280. on error errMsg number errNum
  10281.     --enter statements to perform when no records are found such as...
  10282.     display dialog "Sorry, the item you selected could not be found."
  10283.     return
  10284. end try
  10285. Deletedq
  10286. Dev.CD Nov 99 TC
  10287. D!All Packages
  10288. Tool Chest Edition
  10289. Snippets - Memory
  10290. (** = new, * = revised)
  10291. Cache Flushing:  Cache.c contains code to correctly flush instruction and data caches on all Macintosh CPUs, including the Quadras.
  10292. SimpleInit:  This snippet demonstrates the writing of a simple init which attempts to allocate a 1 megabyte and then a 2 megabyte handle in the System heap.
  10293. Switch Stack:  This is a simple example of showing how to correctly switch to a private stack for interrupt-time code that requires more than a few dozen bytes of stack space. Th4
  10294. platform@
  10295. plays@
  10296. plug-in@
  10297. point-to-point@
  10298. portability@
  10299. portrait@
  10300. power@
  10301. powerbooks@
  10302. powerpc
  10303. powerpc-based@
  10304. pre-print@
  10305. preparememoryforio@
  10306. presents@
  10307. prgeneral@
  10308. printer-specific@
  10309. privileges@
  10310. processes@
  10311. product@
  10312. profile@
  10313. program
  10314. sample
  10315. demonstrate
  10316. apple
  10317. events
  10318. programs@
  10319. projectdrag@
  10320. protocol's@
  10321.  Changeq
  10322. Dev.CD Nov 00 TC Disk 1
  10323. All Packages
  10324. Print clipped offscreen
  10325. OPrint 
  10326. clipped offscreen:  Takes a text string, turns it into a region and copies a clipped bitmap (just a pattern in this case, but it could be anything) to the printing grafPort.  The effect is patterned text here, but any image could be showing through the text.
  10327. This sample is a rewrite of the 'Offscreen region MaskRgn' sample. 
  10328. JGOffscreen Region.c
  10329. PrintClippedOffscreen(PPC)
  10330. PrintClippedOffscreen.mcpN
  10331. clip, text, printge
  10332. JP.DS_Store
  10333. build
  10334. English.lproj
  10335. FullScreen.app
  10336. FullScreen.pbproj
  10337. main.c
  10338. ReadMe.rtfK
  10339. Nov 00M
  10340. Mac OS X or laterN!Full Screen, Hide Dock, Hide MenuO;Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:FullScreen:PCDev.CD Nov 00 TC Disk 1
  10341.  - Sample Code
  10342.  - Graphics 2D
  10343.  - FullScreenV
  10344. 68554X
  10345. Nov 00^    TC Disk 1b
  10346. --set theItem to choose file -- uncomment to test in an AS editor
  10347.     tell application "Finder"
  10348.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:FullScreen:"
  10349.         activate
  10350.     end tell
  10351. on error errMsg number errNum
  10352.     --enter statements to perform when no records are found such as...
  10353.     display dialog "Sorry, the item you selected could not be found."
  10354.     return
  10355. end try
  10356. eN2Chooser, Chooser package, printer driver, PACKman
  10357. OIDev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Chooser:PACKman:PTDev.CD Nov 00 TC Disk 1
  10358.  - Sample Code
  10359.  - Devices and Hardware
  10360.  - Chooser
  10361.  - PACKmanV
  10362. 67234X
  10363. Nov 00^    TC Disk 1
  10364. e    No Change
  10365. stoppinf
  10366. stoppinf
  10367. icons
  10368. storer
  10369. storyboard
  10370. stream
  10371. streaming
  10372. streamlogresources
  10373. streamlogresources
  10374. streamnop
  10375. streamnop
  10376. streamnop
  10377. streams
  10378. streams
  10379. streams
  10380. stress
  10381. stress
  10382. testing
  10383. tools
  10384. strings
  10385. Media Resources
  10386.  - EOModelerV
  10387. 63653X
  10388. Feb 00^
  10389. --set theItem to choose file -- uncomment to test in an AS editor
  10390.     tell application "Finder"
  10391.         open item "Dev.CD Feb 00 TC:Interactive Media Resources:EOModeler:"
  10392.         activate
  10393.     end tell
  10394. on error errMsg number errNum
  10395.     --enter statements to perform when no records are found such as...
  10396.     display dialog "Sorry, the item you selected could not be found."
  10397.     return
  10398. end try
  10399. DeletedA  01730-0108
  10400. Phone:    +1 508 651 3561
  10401. Fax:      +1 508 651 7584
  10402. WWW:      ht
  10403. This sample demonstrates how to let the user choose an alias file from an "open" dialog. The basic idea is to intercept the pseudo- item 'sfHookOpenAlias' in a CustomGetFile hook function and transform it into 'getOpen'. This causes the dialog to behave as if the user had clicked the open button. Also, we intercept the item number of a check box we have added to the dialog item template in order to allow the user to choose whether to resolve aliases. Finally, when CustomGetFile returns, weB/ call Alert to let the user know what happened.
  10404. JYCustomGet unresolved alias.c
  10405. CustomGet unresolved alias.rsrc
  10406. CustomGet(PPC)
  10407. CustomGet.mcpM
  10408. System 7.0N.Standard File, CustomGetFile, choosing aliasesOSDev.CD Nov 00 TC Disk 1:Sample Code:Files:Standard File:CustomGet unresolved alias:P^Dev.CD Nov 00 TC Disk 1
  10409.  - Sample Code
  10410.  - Files
  10411.  - Standard File
  10412.  - CustomGet unresolved aliasr, it is a low priority patent.
  10413. All Packages
  10414. PowerTalk (PPC)O
  10415. Dev.CD Oct 94P
  10416. Dev.CD Oct 9V
  10417. 68932X
  10418. Oct 94
  10419. b--set theItem to choose file -- uncomment to test in an AS editor
  10420.     tell application "Finder"
  10421.         open item "Dev.CD Oct 94"
  10422.         activate
  10423.     end tell
  10424. on error errMsg number errNum
  10425.     --enter statements to perform when no records are found such as...
  10426.     display dialog "Sorry, the item you selected could not be found."
  10427.     return
  10428. end try
  10429. All Packages
  10430. PowerTalk (PPC)O
  10431. Dev.CD Oct 94P
  10432. Dev.CD Oct 9V
  10433. 68933X
  10434. Oct 94
  10435. b--set theItem to choose file -- uncomment to test in an AS editor
  10436.     tell application "Finder"
  10437.         open item "Dev.CD Oct 94"
  10438.         activate
  10439.     end tell
  10440. on error errMsg number errNum
  10441.     --enter statements to perform when no records are found such as...
  10442.     display dialog "Sorry, the item you selected could not be found."
  10443.     return
  10444. end try
  10445. All Packages
  10446. PowerTalk (PPC)O
  10447. Dev.CD Oct 94P
  10448. Dev.CD Oct 9V
  10449. 68934X
  10450. Oct 94
  10451. 68461X
  10452. Sep 00^    RL Disk 1
  10453. --set theItem to choose file -- uncomment to test in an AS editor
  10454.     tell application "Finder"
  10455.         open item "Dev.CD Sep 00 RL Disk 1:Technical Documentation:Develop:develop Issue 21:"
  10456.         activate
  10457.     end tell
  10458. on error errMsg number errNum
  10459.     --enter statements to perform when no records are found such as...
  10460.     display dialog "Sorry, the item you selected could not be found."
  10461.     return
  10462. end try
  10463. e    No Changeq
  10464. Dev.CD Sep 00 RL Disk 1
  10465. All Packages
  10466. develop Issue 22
  10467. 68462X
  10468. 00 TC Disk 1:Sample Code:Human Interface Toolbox:ReadLocation:"
  10469.         activate
  10470.     end tell
  10471. on error errMsg number errNum
  10472.     --enter statements to perform when no records are found such as...
  10473.     display dialog "Sorry, the item you selected could not be found."
  10474.     return
  10475. end try
  10476. e    No Changeq
  10477. Dev.CD Nov 00 TC Disk 1
  10478. All Packages
  10479. ReadSector MSDOSV
  10480. 67596X
  10481. et Engineering Task Force.
  10482. Issues:Specifications only
  10483. Nov 94
  10484. e    No Changef
  10485. URL Access
  10486. Internet
  10487. Dev.CD Aug 99 TC
  10488. D!All Packages
  10489. Tool Chest Edition
  10490. US Distribution GuideI
  10491. Summary: This piece is intended to assist non-US developers understand the US market and the 3rd party software distribution channel in he US.J
  10492. US Distribution GuideK
  10493. Vol VIIM
  10494. Adobe Acrobat Reader.OCDev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:PHDev.CD May 98 TC
  10495.  - Programs & Marketing
  10496.  - Market & Distribution GuidesV
  10497. 69759X
  10498. May 98^
  10499. --set theItem to choose file -- uncomment to test in an AS editor
  10500.     tell application "Finder"
  10501.         open item "Dev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:"
  10502.         activate
  10503.     end tell
  10504. on error errMsg number errNum
  10505.     --enter statements to perform when no records are found such as...
  10506.     display dialog "Sorry, the item you selected could not be found."
  10507.     return
  10508. end try
  10509. e    No Changeq
  10510. Dev.CD May 98 TC
  10511. D.All Packages
  10512. Mac OS SDK Edition
  10513. New & RevisedF
  10514. USB DDK 1.4.6f4
  10515. --set theItem to choose file -- uncomment to test in an AS editor
  10516.     tell application "Finder"
  10517.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Developer Utilities:ResEdit 2.1.3:"
  10518.         activate
  10519.     end tell
  10520. on error errMsg number errNum
  10521.     --enter statements to perform when no records are found such as...
  10522.     display dialog "Sorry, the item you selected could not be found."
  10523.     return
  10524. end try
  10525. wcodec
  10526. ulawcodec
  10527. ulawcodec
  10528. ulawcodecdispatch
  10529. ulawcodecdispatch
  10530. ulawcompressor
  10531. ulawcompressor
  10532. ulawdecompressor
  10533. ulawdecompressor
  10534. umafailure
  10535. umafailure
  10536. umafailure
  10537. umafailure
  10538. umafailure
  10539. umafailure
  10540. umafailure
  10541. umenuedwindow
  10542. umenuedwindow
  10543. umenuedwindow
  10544. umenuhandler
  10545. umenuhandler
  10546. umousedocument
  10547. umousedocument
  10548. umousedocument
  10549. umouseinfo
  10550. umouseinfo
  10551. umouseinfo
  10552. umousetrackbehavior
  10553. packages
  10554. compbasedmediabroadc
  10555. compbasedmediabroadc
  10556. compeffects
  10557. compenv
  10558. compenv
  10559. compilable
  10560. compiler
  10561. compiler
  10562. stuff
  10563. complete
  10564. completed
  10565. completed
  10566. component
  10567. componentdispatchk
  10568. componentdispatch
  10569. componentdispatch
  10570. componentincludes
  10571. componentprototypesk
  10572. componentprototypes
  10573. componentss
  10574. componentvideortp
  10575. compositedeffects
  10576. compositedeffects
  10577. compositing
  10578. compositors
  10579. compressed
  10580. compressed
  10581. compressed
  10582. compressedpict
  10583. compressedpict
  10584. compressedpictinfo
  10585. compressedpictinfo
  10586. he function NoResDialog(...), and you'll see.
  10587. NoSound:  This small app, placed in your Startup Items folder,  quiets the startup sound by installing a Shutdown procedure that saves the current volume setting and s
  10588. Core Foundation
  10589. overview
  10590. opaque types
  10591. reference counts
  10592. Base Services
  10593. CFBase.h
  10594. CFRetain
  10595. CFRelease
  10596. Reference counting
  10597. allocators
  10598. custom allocators
  10599. CFAllocator
  10600. CFType
  10601. Polymorphic functions
  10602. CFTypeID
  10603. CFIndex
  10604. CFOptionFlags
  10605. CFHashCode
  10606. CFHash
  10607. compare
  10608. CFComparatorFunction
  10609. CFComparisonResult
  10610. CFEqual
  10611. CFRange
  10612. Bundle Services
  10613. CFBundle.h
  10614. CFBundle
  10615. bundle
  10616. main bundle
  10617. resources
  10618. resource management
  10619. localization
  10620. internationalization
  10621. cross-platform
  10622. application package
  10623. Application
  10624. Framework
  10625. Loadable bundle
  10626. code loading
  10627. dynamic linking
  10628. lproj
  10629. localized strings
  10630. Info.plist
  10631. Collection Services
  10632. CFArray.h
  10633. CFDictionary.h
  10634. CFBag.h
  10635. CFSet.h
  10636. CFTree.h
  10637. CFData.h
  10638. CFBinaryHeap.h
  10639. CFBitVector.h
  10640. CFArray
  10641. CFDictionary
  10642. CFBag
  10643. CFSet
  10644. CFTree
  10645. CFData
  10646. CFBinaryHeap
  10647. CFBitVector
  10648. collection
  10649. container
  10650. ordered collection
  10651. vector
  10652. Property List Services
  10653. CFPropertyList.h
  10654. property list
  10655. information property list
  10656. info plist
  10657. Info.plist
  10658. CFArray
  10659. CFDictionary
  10660. CFDictionary
  10661. CFPropertyList
  10662. Core Foundation
  10663. String Se
  10664. summary
  10665. document
  10666. contains
  10667. helpful
  10668. converti
  10669. summary
  10670. document
  10671. describes
  10672. version
  10673. applesingle
  10674. elizer 3.0.pdf
  10675. Design For Reuse.pdf
  10676. DesignForRobustness
  10677. Digital Asset Management.pdf
  10678. Digital Storyboard.pdf 
  10679. DVD Development.pdf
  10680. DVD_Primer.pdf
  10681. Enhanced CD Survival Guide.pdf
  10682. EOModeler
  10683. Frameworks.pdf
  10684. Gender-Based Title Creation.pdf
  10685. Int_Media_Writer_Resources.pdf
  10686. Java Survival Guide.pdf
  10687. Making Cool QD3D Apps.pdf
  10688. Music on the Net.pdf
  10689. New Audio Features QT3.pdf
  10690. Porting
  10691. kObjectiveCtoJava
  10692. Push Tech Survival Gd.pdf
  10693. QT3-More Than Dig. Video.pdf
  10694. Simplified Stream Audio.pdf
  10695. Web Animation Guide.pdf
  10696. WebObjects Database Part I.pdf
  10697. WebObjects Database Part II.pdf
  10698. WebObjects Memory Mgmt.pdf
  10699. WebObjects Tools and Techniques
  10700. WebObjectsCategories&Posers.pdf
  10701. WebObjectsPerformanceTuning
  10702. Working with WebObjects.pdf
  10703. Writing for Interactive Media
  10704. 68701X
  10705. Sep 00^    RL Disk 1
  10706. --set theItem to choose file -- uncomment to test in an AS editor
  10707.     tell application "Finder"
  10708.         open item "Dev.CD Sep 00 RL Disk 1:What's New:Tool Chest:MacApp:MacApp R14b1:"
  10709.         activate
  10710.     end tell
  10711. on error errMsg number errNum
  10712.     --enter statements to perform when no records are found such as...
  10713.     display dialog "Sorry, the item you selected could not be found."
  10714.     return
  10715. end try
  10716. e    No Changef$MacApp
  10717. Framework
  10718. Object-oriented
  10719. /A(http://developer.apple.com/tools/macapp/
  10720. Dev.CD Sep 00 RL Disk 1
  10721. All Packages
  10722. MacApp R15d1
  10723. 68702X
  10724. ormance tool. It is used to record time-based information about your software as it runs. The viewer application displays this information, which can help you figure out what your software is up to.
  10725. 1.0.6 is a minor bugfix update. It also includes the experimental instrumented InterfaceLib that was part of E.T.O. 22.
  10726. 68737X
  10727. Nov 00^    TC Disk 1
  10728. --set theItem to choose file -- uncomment to test in an AS editor
  10729.     tell application "Finder"
  10730.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:QuickTime:MegaMovies 1.6.2:"
  10731.         activate
  10732.     end tell
  10733. on error errMsg number errNum
  10734.     --enter statements to perform when no records are found such as...
  10735.     display dialog "Sorry, the item you selected could not be found."
  10736.     return
  10737. end try
  10738. e    No Changeq
  10739. Dev.CD Nov 00 TC Disk 1
  10740. All Packages
  10741. MemHellIqMemory stress too.   Update to previous version.
  10742. Fixes and ehancements to 1.0a5.  Works with QT 4.0 and Mac OS 9J
  10743. MemHell
  10744. MemHell 1.0a6 ReadMeK
  10745. Dec 93L
  10746. Dec 99M
  10747. System Software 7.0N8MemHell, Tool, Memory, stress, debug, debugging, testingO?Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:MemHell:PGDev.CD Nov 00 TC Disk 1
  10748.  - Tool Chest
  10749.  - Testing & Debugging
  10750.  - MemHellV
  10751. 68738X
  10752. Nov 00^    TC Disk 1
  10753. e    No Change
  10754. Addresso&http://developer.apple.com/samplecode/
  10755. e    No Change
  10756. Dev.CD Oct 00 SDK1
  10757. All Packages
  10758. AIFF writer sdevI0Sound hardware output ('sdev') component sample.J
  10759. AIFF writer sdev.mcp
  10760. AIFF writer(PPC)
  10761. AIFF_writer.c
  10762. AIFF_writer.h
  10763. AIFF_writer.r
  10764. AIFF_writer.rsrc
  10765. ComponentDispatch.c
  10766. ComponentDispatch.h
  10767. ComponentPrototypes.h
  10768. Hardware.c
  10769. Hardware.h
  10770. Structures.hM
  10771. Sound Manager 3.0 or laterN(Sound, component, sdev, AIFF writer sdevO;Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:AIFF writer sdev:PCDev.CD Nov 00 TC Disk 2
  10772.  - Sample Code
  10773.  - Sound
  10774.  - AIFF writer sdevV
  10775. 66615X
  10776. Nov 00e    No Change
  10777. This simple sample places a PICT in a modal dialog, with some other views, such as buttons and TEditText. It tries to show how easy this is achieved with TPicture view resources.
  10778. J8Dialogs.r
  10779. MDialogs.cp
  10780. READMEFIRST
  10781. UDialogs.cp
  10782. UDialogs.hM
  10783. MacApp 2.0.1 or laterN0MacApp, PICT, modal dialog, TPicture, PICTDialogOJDev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:MacApp:PICTDialog:PUDev.CD Nov 00 TC Disk 2
  10784.  - Sample Code
  10785.  - Platforms and Tools
  10786.  - MacApp
  10787.  - PICTDialogV
  10788. 68885X
  10789. Nov 00^    TC Disk 2
  10790. --set theItem to choose file -- uncomment to test in an AS editor
  10791.     tell application "Finder"
  10792.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:MacApp:PICTDialog:"
  10793.         activate
  10794.     end tell
  10795. on error errMsg number errNum
  10796.     --enter statements to perform when no records are found such as...
  10797.     display dialog "Sorry, the item you selected could not be found."
  10798.     return
  10799. end try
  10800. e    No Changef,MacApp
  10801. modal dialog
  10802. TPicture
  10803. PICTDialog
  10804. A@Mac OS 8 or later.  68020 or better.  Mac OS X is not supported.
  10805. N'MacApp, Framework, Object-oriented, C++opment Kits
  10806.  - Mac OS
  10807.  - Instrumentation SDKV
  10808. 67003X
  10809. Oct 00^
  10810. --set theItem to choose file -- uncomment to test in an AS editor
  10811.     tell application "Finder"
  10812.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Instrumentation SDK:"
  10813.         activate
  10814.     end tell
  10815. on error errMsg number errNum
  10816.     --enter statements to perform when no records are found such as...
  10817.     display dialog "Sorry, the item you selected could not be found."
  10818.     return
  10819. end try
  10820. e    No Changef(instrumentation
  10821. performance analysisq
  10822. Dev.CD Oct 00 SDK1
  10823. 0D!All Packages
  10824. Tool Chest Edition
  10825. Int'l Developer Contacts 2/96I{Summary:  This document contains a list of international developer programs and services contacts, in Adobe Acrobat format.J
  10826. Int'l Dev contacts 2/96K
  10827. May 95L
  10828. Apr 96nge
  10829. OPDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:QTSimpleApplet:P[Dev.CD Nov 00 TC Disk 2
  10830.  - Sample Code
  10831.  - QuickTime
  10832.  - QuickTime for Java
  10833.  - QTSimpleAppletV
  10834. 68999X
  10835. Nov 00^    TC Disk 2
  10836. --set theItem to choose file -- uncomment to test in an AS editor
  10837.     tell application "Finder"
  10838.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:QTSimpleApplet:"
  10839.         activate
  10840.     end tell
  10841. on error errMsg number errNum
  10842.     --enter statements to perform when no records are found such as...
  10843.     display dialog "Sorry, the item you selected could not be found."
  10844.     return
  10845. end try
  10846. e    No Changef
  10847. QuickTime
  10848. Dev.CD Nov 00 TC Disk 2
  10849. All Packages
  10850. QTSndTween
  10851. 69000X
  10852. sprite
  10853. toolbox
  10854. sprocket
  10855. sprockets
  10856. srccopy
  10857. srcxor
  10858. stacks
  10859. standard
  10860. standard
  10861. standards
  10862. standards
  10863. based
  10864. starmax
  10865. state
  10866. statements
  10867. status
  10868. This installs the complete MacApp Release 14b1 product into a location of your choosing.  It is installed as a folder called 'Apple C++ Frameworks' and contains everything you need to developer MacApp-based applications for Mac OS 9 and Mac OS X.
  10869. This is a beta release and as such calls for extreme care when building final quality commercial applications.
  10870. Installation on a 'Mac OS Extended' volume requires approximately 29 MB of space (36 MB bytes used).   "Your mileage may vary."
  10871. PleasBVe be sure to read the License Agreement.
  10872. The Apple C++ Frameworks Team
  10873. July 20, 2000
  10874. Install MacApp R14b1K
  10875. Nov 97L
  10876. Sep 00N'MacApp, Framework, Object-oriented, C++OBDev.CD Sep 00 RL Disk 1:What's New:Tool Chest:MacApp:MacApp R14b1:PMDev.CD Sep 00 RL Disk 1
  10877.  - What's New
  10878.  - Tool Chest
  10879.  - MacApp
  10880.  - MacApp R14b1nt Kits:Mac OS:Installer SDK 1.2.4:P[Dev.CD Nov 00 TC Disk 1
  10881.  - What's New?
  10882.  - Development Kits
  10883.  - Mac OS
  10884.  - Installer SDK 1.2.4:QuickTime for Java:PlayMovie:V
  10885. 62401X
  10886. 1e    No Change
  10887. ager.  This can involve scrambling the system heap or application heap.
  10888. SysBeep interrupt:  The CPU can invoke a SysBeep call during a set interval time (in ticks).  When a movie is currently open, a SysBeep will result only as a menubar flash.  However, if a movie is without a sound track or a movie is closed, the SysBeep will beep normally.
  10889. Define Window Type:  Rather than using just the standard "square" window shape, MegaMovies uses a special WDEF resource for displaying various wind
  10890. ow sizes.  The standard Macintosh WDEFs are also included.  Note that when selecting a particular window shape, all movies opened after that will reflect that change.
  10891. Movie Status:  Opens a window displaying the current movie being examined.  It will tell you all you need to know about movie controllers, frames/sec performance, playback rates, etc.
  10892. Also:  Preference Settings, AppleEvents aware, Flattenning Movies, Hiding and Showing of Controllers
  10893. Jul 92L
  10894. Feb 93as not been rigo
  10895. Jun 97
  10896. f--set theItem to choose file -- uncomment to test in an AS editor
  10897.     tell application "Finder"
  10898.         open item "Dev.CD Jun 97 SSW"
  10899.         activate
  10900.     end tell
  10901. on error errMsg number errNum
  10902.     --enter statements to perform when no records are found such as...
  10903.     display dialog "Sorry, the item you selected could not be found."
  10904.     return
  10905. end try
  10906. nD!All Packages
  10907. Mac OS SDK Edition
  10908. QuickTime 3 for Mac
  10909. With a customer base of more than five million Mac and Windows users who downloaded the preview release, and a growing list of online publishers
  10910. including, most recently, Fox News Online, Fox Sports Online and The Weather Channel
  10911. QuickTime 4 is the hottest streaming technology on the Internet.
  10912. Over 17,000 software products are built with QuickTime, and 400 new QuickTime-enabled products are created every month. And more than 57% of websites that use video use QuickTime.
  10913. For more informat
  10914. look at the Rez file (or look with ResEdit or your favorite resource editior) to see how the different popup setups are defined.
  10915. J`SimplePopupCDEF.c
  10916. SimplePopupCDEF.h
  10917. SimplePopupCDEF.rsrc
  10918. SimplePoputCDEF(PPC)
  10919. Sys7 popUpCDEF.mcpOKDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Sys7 popUpCDEF:PSDev.CD Nov 00 TC Disk 1
  10920.  - Sample Code
  10921.  - Human Interface Toolbox
  10922.  - Sys7 popUpCDEFrap
  10923. backscrapextension
  10924. balloonify
  10925. balloonify
  10926. balloonify
  10927. balloony
  10928. balloony
  10929. balloony
  10930. resources
  10931. balloonyhelp
  10932. balloonyhelp
  10933. balloonyres
  10934. balloonyres
  10935. copying
  10936. sequel
  10937. copying
  10938. sequel
  10939. bandcopyingsequel
  10940. bandcopyingsequel
  10941. bandcopyingthesequel
  10942. bandcopyingthesequel
  10943. barebones
  10944. barebones
  10945. barebones
  10946. basic
  10947. basic
  10948. connectivity
  10949. 1.1.1
  10950. basicdiskimage
  10951. basicdiskimage
  10952. basicdiskimage
  10953. basicdiskimage-68k
  10954. All Packages
  10955. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  10956. Dev.CD Jan 94
  10957. Dev.CD Oct 93
  10958. Dev.CD Jul 93P6Dev.CD Apr 94
  10959. Dev.CD Jan 94
  10960. Dev.CD Oct 93
  10961. Dev.CD Jul 9V
  10962. 69602X
  10963. Apr 94
  10964. --set theItem to choose file -- uncomment to test in an AS editor
  10965.     tell application "Finder"
  10966.         open item "Dev.CD Apr 94
  10967. Dev.CD Jan 94
  10968. Dev.CD Oct 93
  10969. Dev.CD Jul 93"
  10970.         activate
  10971.     end tell
  10972. on error errMsg number errNum
  10973.     --enter statements to perform when no records are found such as...
  10974.     display dialog "Sorry, the item you selected could not be found."
  10975.     return
  10976. end try
  10977. All Packages
  10978. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  10979. Dev.CD Jan 94
  10980. Dev.CD Oct 93
  10981. Dev.CD Jul 93P6Dev.CD Apr 94
  10982. Dev.CD Jan 94
  10983. Dev.CD Oct 93
  10984. Dev.CD Jul 9V
  10985. 69603X
  10986. Apr 94
  10987. &OQDev.CD May 97 TC
  10988. Dev.CD Nov 96 TC
  10989. Dev.CD Aug 96 TC
  10990. Dev.CD Feb 96 TC
  10991. Dev.CD Feb 95PPDev.CD May 97 TC
  10992. Dev.CD Nov 96 TC
  10993. Dev.CD Aug 96 TC
  10994. Dev.CD Feb 96 TC
  10995. Dev.CD Feb 9V
  10996. 68365X
  10997. May 97
  10998. --set theItem to choose file -- uncomment to test in an AS editor
  10999.     tell application "Finder"
  11000.         open item "Dev.CD May 97 TC
  11001. Dev.CD Nov 96 TC
  11002. Dev.CD Aug 96 TC
  11003. Dev.CD Feb 96 TC
  11004. Dev.CD Feb 95"
  11005.         activate
  11006.     end tell
  11007. on error errMsg number errNum
  11008.     --enter statements to perform when no records are found such as...
  11009.     display dialog "Sorry, the item you selected could not be found."
  11010.     return
  11011. end try
  11012. All Packages
  11013. ChineseTalk 6.0.3O
  11014. Dev CD Vol. V
  11015. Dev CD Vol. IVP
  11016. Dev CD Vol. V
  11017. Dev CD Vol. IV
  11018. 68366X
  11019. Vol. V
  11020. selected could not be found."
  11021.     return
  11022. end try
  11023. e    No Changef
  11024. print
  11025. PostScript
  11026. fontq
  11027. Dev.CD Nov 00 TC Disk 2
  11028. All Packages
  11029. New & RevisedF
  11030. Super Snapshot
  11031.     63658X
  11032. Nov 00^    TC Disk 1
  11033. e    No Change
  11034. 68982X
  11035. Nov 00^    TC Disk 2
  11036. --set theItem to choose file -- uncomment to test in an AS editor
  11037.     tell application "Finder"
  11038.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:qtflattentohandle:"
  11039.         activate
  11040.     end tell
  11041. on error errMsg number errNum
  11042.     --enter statements to perform when no records are found such as...
  11043.     display dialog "Sorry, the item you selected could not be found."
  11044.     return
  11045. end try
  11046. e    No Changeq
  11047. Dev.CD Nov 00 TC Disk 2
  11048. All Packages
  11049. qtframestepper
  11050. QTFrameStepper.c defines functions that you can use to step frame-by-frame through a QuickTime movie. Indeed, it illustrates *two* different methods for doing this:
  11051. (1) using Movie Toolbox functions to advance (or retreat) to interesting times in the movie
  11052. (2) using movie controller actions to step forward or backward through a movie
  11053. See the top of the file QTFrameStepper.c for more detailed comments and instructions
  11054. on using this snippet.
  11055. Enjoy,
  11056. QuickTime Team
  11057. OS 8.1 and the Internet Scripting Addition 
  11058. The information in 
  11059. About MRJ 2.2
  11060. , below is incorrect. It should read: On Mac OS 8.1, MRJ requires that you have the Internet Scripting Addition installed in the Scripting Additions folder in the Extensions folder. If this file is not present, you can re-install it from your Mac OS 8.1 CD. Double click 
  11061. Install Mac OS 8.1
  11062. , click 
  11063. Continue
  11064. , select the Destination disk, and then select the 
  11065. Add/Remove
  11066.  option. On the Custom Installation and Remo
  11067. val screen, check 
  11068. Internet Access
  11069. , and then click 
  11070. Start
  11071. . This will start the Internet Access installer. Follow the instructions to install all of the Internet Access software, including the Internet Scripting Addition.
  11072.  MRJ SDK
  11073. Developers working with MRJ 2.2.2 can continue to use MRJ SDK 2.2. Apple is not releasing a new MRJ SDK with MRJ 2.2.2.
  11074.  About MRJ 2.2
  11075. The release note originally provided with MRJ 2.2 appears below. Apart from the information above, this release note still 
  11076. Dev.CD Jan 94
  11077. Dev.CD Oct 9V
  11078. 69140X
  11079. Jan 94
  11080. p--set theItem to choose file -- uncomment to test in an AS editor
  11081.     tell application "Finder"
  11082.         open item "Dev.CD Jan 94
  11083. Dev.CD Oct 93"
  11084.         activate
  11085.     end tell
  11086. on error errMsg number errNum
  11087.     --enter statements to perform when no records are found such as...
  11088.     display dialog "Sorry, the item you selected could not be found."
  11089.     return
  11090. end try
  11091. All Packages
  11092. F    QuickTimeO
  11093. Dev.CD Jan 94P
  11094. Dev.CD Jan 9V
  11095. 69141X
  11096. Jan 94
  11097. b--set theItem to choose file -- uncomment to test in an AS editor
  11098.     tell application "Finder"
  11099.         open item "Dev.CD Jan 94"
  11100.         activate
  11101.     end tell
  11102. on error errMsg number errNum
  11103.     --enter statements to perform when no records are found such as...
  11104.     display dialog "Sorry, the item you selected could not be found."
  11105.     return
  11106. end try
  11107. All Packages
  11108. F    QuickTimeO
  11109. Dev.CD Jan 94P
  11110. Dev.CD Jan 9V
  11111. 69142X
  11112. Jan 94
  11113. async
  11114. sample
  11115. simple
  11116. sample
  11117. illustrates
  11118. asynch
  11119. driveid
  11120. simple
  11121. sample
  11122. shows
  11123. driver
  11124. number
  11125. driver
  11126. example
  11127. sample
  11128. driver
  11129. supports
  11130. devices
  11131. contains
  11132. simple
  11133. wrapper
  11134. progra
  11135. simple
  11136. sample
  11137. simple
  11138. sample
  11139. illustrates
  11140. sample
  11141. sample
  11142. shows
  11143. async
  11144. sdevk
  11145. ottcpwilldial
  11146. ottcpwilldial
  11147. ottcpwilldial
  11148. ottraceroutesample
  11149. ottraceroutesample
  11150. ottraceroutesample
  11151. otvirtual
  11152. otvirtualclient
  11153. otvirtualserver
  11154. outdata
  11155. output
  11156. output
  11157. files
  11158. since System
  11159. --set theItem to choose file -- uncomment to test in an AS editor
  11160.     tell application "Finder"
  11161.         open item "Dev.CD Apr 94
  11162. Dev.CD Jan 94
  11163. Dev.CD Oct 93
  11164. Dev.CD Jul 93
  11165. Dev.CD Apr 93"
  11166.         activate
  11167.     end tell
  11168. on error errMsg number errNum
  11169.     --enter statements to perform when no records are found such as...
  11170.     display dialog "Sorry, the item you selected could not be found."
  11171.     return
  11172. end try
  11173. builds
  11174. buildscript
  11175. buildsucceeded
  11176. buildxcmd
  11177. business
  11178. business
  11179. opp's
  11180. germany
  11181. butcdef
  11182. butcdef
  11183. alccontrolrgn
  11184. IfReadSector MSDOS is a sample demonstrating how to read sections on a DOS-formatted (MFM) floppy drive.JCReadMe
  11185. ReadSector MSDOS(PPC)
  11186. ReadSector MSDOS.mcp
  11187. ReadSectorMSDOS.pM
  11188. SuperDrive or equivalentN6floppy disk, floppy, DOS, MFM, drive, ReadSector MSDOSOPDev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Disks:ReadSector MSDOS:P[Dev.CD Nov 00 TC Disk 1
  11189.  - Sample Code
  11190.  - Devices and Hardware
  11191.  - Disks
  11192.  - ReadSector MSDOSV
  11193. 69223X
  11194. Nov 00^    TC Disk 1
  11195. --set theItem to choose file -- uncomment to test in an AS editor
  11196.     tell application "Finder"
  11197.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Disks:ReadSector MSDOS:"
  11198.         activate
  11199.     end tell
  11200. on error errMsg number errNum
  11201.     --enter statements to perform when no records are found such as...
  11202.     display dialog "Sorry, the item you selected could not be found."
  11203.     return
  11204. end try
  11205. e    No Changef1floppy disk
  11206. floppy
  11207. drive
  11208. ReadSector MSDOSq
  11209. Dev.CD Nov 00 TC Disk 1
  11210. All Packages
  11211. b--set theItem to choose file -- uncomment to test in an AS editor
  11212.     tell application "Finder"
  11213.         open item "Dev.CD Jul 95"
  11214.         activate
  11215.     end tell
  11216. on error errMsg number errNum
  11217.     --enter statements to perform when no records are found such as...
  11218.     display dialog "Sorry, the item you selected could not be found."
  11219.     return
  11220. end try
  11221. sample
  11222. demonstrating
  11223. secti
  11224. ready
  11225. ready-to-print-with
  11226. real{
  11227. real-time
  11228. real-world
  11229. realistic
  11230. reality{
  11231. realizes
  11232. really
  11233. realtime
  11234. rearrange
  11235. reason
  11236. reasonabler
  11237. reasonably
  11238. reasons
  11239. reassemble
  11240. reassembler
  11241. reboot
  11242. rebooting
  11243. rebuild^
  11244. rebuilding
  11245. rebuilds
  11246. rebuilt^
  11247. receivee
  11248. thumbnail
  11249. thumbnail
  11250. thumbnail
  11251. thumbnail
  11252. tickanimate
  11253. tickanimate
  11254. tickanimate
  11255. tickanimate
  11256. tickanimate
  11257. ticket
  11258. ticket
  11259. program
  11260. ticket
  11261. program
  11262. ticket
  11263. program
  11264. ticket
  11265. program
  11266. ticket
  11267. program
  11268. tim's
  11269. tim's
  11270. libraries
  11271. timecode
  11272. timecode
  11273. timecodes
  11274. timeslaving
  11275. timeslaving
  11276. timezone
  11277. timezone
  11278. daylight
  11279. timezone
  11280. daylight
  11281. title
  11282. tlightgrayadorner
  11283. tlightgrayadorner
  11284. tlightgrayadorner
  11285. tmlrules
  11286. tmlrules
  11287. tn120
  11288. tn120
  11289. gworld
  11290. tn91testcode
  11291. tn91testcode
  11292. tn91testcode
  11293. tnetworkstream
  11294. tnetworkstream
  11295. tnetworkstream
  11296. countersA
  11297. counting
  11298. country
  11299. couple
  11300. courseS
  11301. coursesS
  11302. 68505X
  11303. Apr 00^
  11304. --set theItem to choose file -- uncomment to test in an AS editor
  11305.     tell application "Finder"
  11306.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:GameSprocket SDKs:DrawSprocket_SDK:"
  11307.         activate
  11308.     end tell
  11309. on error errMsg number errNum
  11310.     --enter statements to perform when no records are found such as...
  11311.     display dialog "Sorry, the item you selected could not be found."
  11312.     return
  11313. end try
  11314. e    No Changef2DrawSprocket
  11315. color
  11316. depth
  11317. resolution
  11318. switching
  11319. gameo
  11320. http://developer.apple.com/sdkq
  11321. Dev.CD Apr 00 SDK1
  11322. All Packages
  11323. DrawSprocketTestI
  11324. This sample shows basic implementations of DrawSprocket Functions.  It demonstrates:
  11325. - Get Version
  11326. - Display/context iteration
  11327. - Context searching
  11328. - Multiple-buffering/page flipping
  11329. - CLUT operations
  11330. - DSpUserSelectContext
  11331. - Underlays
  11332. - Single BufferingJ^DrawSprocketTest
  11333. DrawSprocketTest.c
  11334. DrawSprocketTest.CW2.prj
  11335. DrawSprocketTest.CW5.prj
  11336. makefileK
  11337. Feb 00V
  11338. 68506X
  11339. 1e    No Change
  11340. 69737X
  11341. Sep 97^
  11342. --set theItem to choose file -- uncomment to test in an AS editor
  11343.     tell application "Finder"
  11344.         open item "Dev.CD Sep 97 RL:Technical Documentation:Toolbox Assistant:QuickView Databases-Standalone:"
  11345.         activate
  11346.     end tell
  11347. on error errMsg number errNum
  11348.     --enter statements to perform when no records are found such as...
  11349.     display dialog "Sorry, the item you selected could not be found."
  11350.     return
  11351. end try
  11352. e    No Changeq
  11353. Dev.CD Sep 97 RL
  11354. All Packages
  11355. TPIFileI
  11356. TPIFile is a sample TPI module that lets you open a 
  11357. TPIFile
  11358.  endpoint, connect that endpoint to a Mac OS file using an FSSpec, and then read that file using standard Open Transport API calls (eg OTRcv).J
  11359. Instrumentation Stuff
  11360. Read Me About TPIFile
  11361. TPIFile
  11362. TPIFile.c
  11363. TPIFile.h
  11364. TPIFile.Inst
  11365. TPIFile.mcp
  11366. TPIFileRegister
  11367. TPIFileRegister.c
  11368. TPIFileTest
  11369. TPIFileTest.c
  11370. VictimK
  11371. Jun 98L
  11372. Aug 00O7Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:TPIFile:V
  11373. 69738X
  11374. 1e    No Change
  11375. static
  11376. libraries
  11377. 68ksimpletext
  11378. 68ksimpletext
  11379. anniversary
  11380. 7.0fo
  11381. 7.0fo
  11382. makeN
  11383. 7.0fo
  11384. 7.0fo
  11385. rsrcN
  11386. 7.0fo
  11387. 7.1.3
  11388. 7.5.5
  11389. apple
  11390. grayscale
  11391. appearance
  11392. 7editO
  11393. 7edit
  11394. 7edit
  11395. 7edit
  11396. 7edit
  11397. 7edit
  11398. readmeP
  11399. 8.5.1
  11400. 8/31/93
  11401. 9/1/93
  11402. 95/02
  11403. a-lawm
  11404. a-law
  11405. compressor
  11406. a-law
  11407. decompressor
  11408. a-law
  11409. a-law
  11410. a-law
  11411. rsrcm
  11412. about
  11413. 2.2.3
  11414. redistribution
  11415. above
  11416. absolute
  11417. absolutely
  11418. abstract
  11419. abstraction
  11420. abstractions
  11421. abstracts
  11422. abuse
  11423. accelerated
  11424. viewer
  11425. thompson@
  11426. easy-to-use@
  11427. editing@
  11428. effects@
  11429. egetinfo@
  11430. embed
  11431. profile
  11432. image
  11433. specified
  11434. image's@
  11435. encodings@
  11436. enhancements@
  11437. entries@
  11438. entry-point@
  11439. folders@
  11440. years
  11441. multimedia
  11442. developers
  11443. regarded
  11444. equilibrium's
  11445. forbidden@
  11446. formatted@
  11447. frame@
  11448. frontier@
  11449. gelphman@
  11450. getting/setting@
  11451. glance@
  11452. gory@
  11453. graphic@
  11454. grown@
  11455. happen@
  11456. having@
  11457. here's@
  11458. hints@
  11459. however@
  11460. html@
  11461. http@
  11462. icondispatch@
  11463. illustrates@
  11464. implementation@
  11465. appstogo
  11466. appwannabe
  11467. april{
  11468. arabe
  11469. arabic
  11470. arbitraryj
  11471. arbitrate
  11472. arbitration
  11473. architecture/roadmap
  11474. architectures
  11475. archive
  11476. archivesz
  11477. areas
  11478. aren't
  11479. arithmetic
  11480. around
  11481. johnson
  11482. joins{
  11483. joseph
  11484. journey
  11485. joust
  11486. joysticks
  11487. jpeg-compressed
  11488. jsaver
  11489. jsaver
  11490. screen
  11491. saver
  11492. module
  11493. berkeley
  11494. systems
  11495. after
  11496. july{
  11497. june{
  11498. jungle
  11499. simple
  11500. carbon
  11501. sample
  11502. showing
  11503. obtain
  11504. hardwa
  11505. simple
  11506. sample
  11507. demonstrate
  11508. floating
  11509. windows
  11510. finder
  11511. handy
  11512. little
  11513. application
  11514. workers
  11515. justifiable
  11516. justification
  11517. justify
  11518. ersionnumb
  11519. 69121X
  11520. Jan 95
  11521. p--set theItem to choose file -- uncomment to test in an AS editor
  11522.     tell application "Finder"
  11523.         open item "Dev.CD Jan 95
  11524. Dev.CD Oct 94"
  11525.         activate
  11526.     end tell
  11527. on error errMsg number errNum
  11528.     --enter statements to perform when no records are found such as...
  11529.     display dialog "Sorry, the item you selected could not be found."
  11530.     return
  11531. end try
  11532. All Packages
  11533. F    QuickTimeO
  11534. Dev.CD Jan 96 SSWP
  11535. Dev.CD Jan 96 SSV
  11536. 69122X
  11537. Jan 96
  11538. f--set theItem to choose file -- uncomment to test in an AS editor
  11539.     tell application "Finder"
  11540.         open item "Dev.CD Jan 96 SSW"
  11541.         activate
  11542.     end tell
  11543. on error errMsg number errNum
  11544.     --enter statements to perform when no records are found such as...
  11545.     display dialog "Sorry, the item you selected could not be found."
  11546.     return
  11547. end try
  11548. All Packages
  11549. F    QuickTimeO
  11550. Dev.CD Jan 96 SSWP
  11551. Dev.CD Jan 96 SSV
  11552. 69123X
  11553. Jan 96
  11554. resedit
  11555. format
  11556. formatasdos
  11557. formatasdos
  11558. formatasdosdisk
  11559. formatasdosdisk
  11560. formatasdosdisk
  11561. formatincludes
  11562. formatnum
  11563. formatnum
  11564. formats
  11565. formatter
  11566. fortune
  11567. fortune
  11568. foundation
  11569. fragment
  11570. fragment
  11571. fragment
  11572. fragments
  11573. fragments
  11574. fragmentstuff
  11575. fragmentstuff
  11576. fragmenttool
  11577. fragmenttool
  11578. fragmenttool
  11579. fragmenttool
  11580. framework
  11581. objects
  11582. performance
  11583. tuning
  11584. webobjects
  11585. tools
  11586. techniques
  11587. white
  11588. win2maccountersample
  11589. windoid
  11590. windowcolors
  11591. windowpicker
  11592. windowpicker
  11593. windowsq
  11594. windows
  11595. wiredsprites
  11596. Summary:  Macintosh Easy Open (aka The Translation Manager) allows users to open documents created by applications they do not have.  The developer kit allows the application developer to create Macintosh Easy Open
  11597.  savvy applications as well as translation systems which actually perform translation.
  11598. Features:  Contains Macintosh Easy Open 1.1.1 developers kit which allows any user running System 7.0 or later to get automatic document translation.  Macintosh Easy Open also assists in perfB
  11599. orming scrap (in memory) translation.  Kind strings are enhanced in the Finder so document types are more robust.
  11600. Issues:  Please contact Apple Licensing for redistribution information.
  11601. Claris XTND Files:
  11602. Document Converter
  11603. Documentation:
  11604. Macintosh Easy Open
  11605. Macintosh Easy Open Reference
  11606. Open Me
  11607. Read Me First
  11608. Translation Extensions:K
  11609. Jul 93L
  11610. Aug 95OADev.CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh Easy Open:item you selected could not be found."
  11611.     return
  11612. end try
  11613. --set theItem to choose file -- uncomment to test in an AS editor
  11614.     tell application "Finder"
  11615.         open item "Dev.CD Apr 94
  11616. Dev.CD Jan 94
  11617. Dev.CD Oct 93
  11618. Dev.CD Jul 93
  11619. Dev.CD Apr 93"
  11620.         activate
  11621.     end tell
  11622. on error errMsg number errNum
  11623.     --enter statements to perform when no records are found such as...
  11624.     display dialog "Sorry, the item you selected could not be found."
  11625.     return
  11626. end try
  11627. mponentsM    QuickTimeN(QuickTime, preview, CustomGetFilePreviewORDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime: All Macintosh:Basics:AlwaysPreview:P`Dev.CD Nov 00 TC Disk 2
  11628.  - Sample Code
  11629.  - QuickTime
  11630.  -  All Macintosh
  11631.  - Basics
  11632.  - AlwaysPreviewV
  11633. 64998X
  11634. Nov 00^    TC Disk 2
  11635. e    No Change
  11636. errMsg number errNum
  11637.     --enter statements to perform when no records are found such as...
  11638.     display dialog "Sorry, the item you selected could not be found."
  11639.     return
  11640. end try
  11641. e    No Changeq
  11642. Dev.CD May 98 TC
  11643. D.All Packages
  11644. Mac OS SDK Edition
  11645. New & RevisedF
  11646. USB DDK 1.4.6f4
  11647. about
  11648. otendpointinfo
  11649. about
  11650. otfindserialports
  11651. about
  11652. otlookupnametest
  11653. about
  11654. ottcpwilldial
  11655. about
  11656. sample
  11657. about
  11658. procdoggie
  11659. about
  11660. simple
  11661. server
  11662. about
  11663. snapshot
  11664. sample
  11665. about
  11666. streamnop
  11667. about
  11668. switch
  11669. stack
  11670. about
  11671. tpifile
  11672. about
  11673. traceroute
  11674. sample
  11675. about
  11676. transferprovider
  11677. e    No Changeq
  11678. Dev.CD Nov 00 TC Disk 1
  11679. All Packages
  11680. Color MarqueeIFThis is a very basic snippet to illustrate how to implement a marquee.J?Color Marquee.mcp
  11681. ColorMarquee(PPC)
  11682. RedAnts.c
  11683. RedAnts.rsrc
  11684. testM
  11685. Color QuickDrawN%Marquee, Marching Ants, Color MarqueeO>Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Color Marquee:PFDev.CD Nov 00 TC Disk 1
  11686.  - Sample Code
  11687.  - Graphics 2D
  11688.  - Color MarqueeV
  11689. 66748X
  11690. Nov 00^    TC Disk 1
  11691. e    No Changeo&http://developer.apple.com/samplecode/
  11692. llers
  11693. Text-to-Speech - Read Me FirstK
  11694. Jul 96L
  11695. Jan 97
  11696. Jan 96OFDev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTake Digital Camera:PKDev.CD Apr 98 SDK2
  11697.  - Development Kits (Disc 2)
  11698.  - QuickTake Digital CameraV
  11699. 69116X
  11700. Apr 98^
  11701. --set theItem to choose file -- uncomment to test in an AS editor
  11702.     tell application "Finder"
  11703.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTake Digital Camera:"
  11704.         activate
  11705.     end tell
  11706. on error errMsg number errNum
  11707.     --enter statements to perform when no records are found such as...
  11708.     display dialog "Sorry, the item you selected could not be found."
  11709.     return
  11710. end try
  11711. Deletedq
  11712. Dev.CD Apr 98 SDK2
  11713. D!All Packages
  11714. Mac OS SDK Edition
  11715. QuickTake for Windows 1.5
  11716.     hronous
  11717. record
  11718. record
  11719. sound
  11720. though
  11721. thought
  11722. time-based
  11723. video
  11724. videoframetogworld
  11725. videoframetogworld
  11726. videoframetogworld
  11727. videoframetogworld
  11728. videoframetogworld
  11729. viewer
  11730. views
  11731. views
  11732. virtual
  11733. virtual
  11734. keycode
  11735. virtual
  11736. sphere
  11737. sample
  11738. virtual
  11739. tools
  11740. visual
  11741. visual
  11742. projects
  11743. vmsify
  11744. vmsify
  11745. vmsify
  11746. debug
  11747. vmsify
  11748. vmsifydebug
  11749. vmsifydebug
  11750. prefix
  11751. voxii
  11752. voxii
  11753. voxii
  11754. voxii
  11755. voxii
  11756. readme
  11757. voxiippc
  11758. voxiippc
  11759. voxiippc
  11760. vu3.0.1d3B
  11761. vu3.0.1d3
  11762. w/controller
  11763. walltowalldialog
  11764. walltowalldialog
  11765. walltowalldialog
  11766. summary
  11767. appletalk's
  11768. printer
  11769. access
  11770. protocol
  11771. session
  11772. summary
  11773. 2.0.1
  11774. release
  11775. summary
  11776. atrapper
  11777. application
  11778. records
  11779. a-trap
  11780. calls
  11781. summary
  11782. audit
  11783. small
  11784. library
  11785. functions
  11786. provide
  11787. summary
  11788. backlight
  11789. control
  11790. control
  11791. panel
  11792. powerbooks
  11793. yperCard Development Kit through an authorized Apple dealer.  The HyperCard Development Kit contains the HyperCard software, a complete set of manuals, sample files, and BEpre-scripted objects and tools to help you create software quickly.  
  11794. J=Addresses
  11795. Audio Help
  11796. HyperCard Player
  11797. What is HyperCard?K
  11798. Feb 92L
  11799. Jul 98N
  11800. HyperCard Player, stacksOHDev.CD Sep 00 RL Disk 1:Utilities:HyperCard Player:HyperCard Player 2.4:PPDev.CD Sep 00 RL Disk 1
  11801.  - Utilities
  11802.  - HyperCard Player
  11803.  - HyperCard Player 2.4ical applications, or for ACGIs that need to handle more than one request at a time, a high-level language like C is better suited to the task. This article 
  11804. dynamic
  11805. dynamically
  11806. dynamics
  11807. dynamo
  11808. e-maily
  11809. eachV
  11810. earlier]
  11811. early
  11812. earth
  11813. ease-of-use
  11814. easier
  11815. easiest
  11816. easilyy
  11817. easing
  11818. easy{
  11819. thompson
  11820. showsQ
  11821. coordinates
  11822. copacetically
  11823. copied
  11824. copies
  11825. copland{
  11826. copland-savvy
  11827. coprocessorR
  11828. copy{
  11829. foundation
  11830. documentation
  11831. corefoundation
  11832. coresample
  11833. corporate
  11834. corporation
  11835. correct
  11836. corrected
  11837. correctly
  11838. corrects
  11839. correlate
  11840. correspondence
  11841. corresponding
  11842. corruption
  11843. cosmetic[
  11844. costs{
  11845. could]
  11846. couldn't
  11847. counter
  11848. counterpart
  11849. counterparts
  11850. countersA
  11851. counting
  11852. country
  11853. couple
  11854. courseS
  11855. coursesS
  11856. PowerMacs w/Sys 7.1.2:  Apple Guide Support for PowerMacs with System  7.1.2.
  11857. all pre-7.5 systems:  Apple Guide Support for System 7.0 and greater.  
  11858. Not required for System 7.5 or greater.
  11859. SharedLibs:  Apple Guide shared library Support for CFM 68K & PPC.
  11860. Apple GuidePlugIn 1.0:  Apple Guide Support for OpenDoc.
  11861. Using Apple Guide 2.1.1:  Develop issue 27 article explaining the new features in Apple Guide 2.1.
  11862. Apple Guide 2.1.1 Resources:  New Apple Guide 2.1 resources types explain
  11863. ed in the article above.
  11864. NEW FEATURES IN APPLE GUIDE 2.1.1
  11865. Apple Guide now supports help access from OpenDoc processes, which involves numerous parts and not a single application process as in the previous help environment.  For information on providing guide files for OpenDoc parts, please see the Develop Issue 27 Article titled "Using Apple Guide 2.1, OpenDoc".
  11866. Now supports the ability to access multiple guide files combining the topic areas, index, and look for content across all ope
  11867. D!All Packages
  11868. Tool Chest Edition
  11869. 24GC  7.0.1I
  11870. CAUTION: THIS SOFTWARE IS NOT COMPATIBLE WITH SYSTEM 6.0.X.
  11871. Summary: This is the software for the Apple Macintosh Display Card 8
  11872. 24GC.
  11873. Features: Enables acceleration mode on the Apple Macintosh Display Card 8
  11874. 24GC.J
  11875. 24 GC
  11876. 24GC READMEK
  11877. Jan 92M
  11878. Apple Macintosh Display Card 8
  11879. 24GC installed in your CPU and a minimum of 3 Megabytes RAM installed in your CPU. This package requires System 7 or greater installed in your CPU (not compatible with System 6.0.X.)N
  11880. VideoOIDev.CD Nov 99 TC:Tool Chest:Hardware:Display & Video Hardware:8
  11881. 24GC 7.0:PTDev.CD Nov 99 TC
  11882.  - Tool Chest
  11883.  - Hardware
  11884.  - Display & Video Hardware
  11885. 24GC 7.0V
  11886. 68215X
  11887. Nov 99^
  11888. #an 1.1.3:
  11889. Kanji 1.1.3:
  11890. Korean 1.1.3:
  11891. Polish 2-1.1.3:
  11892. Portuguese, Brazilian 1.1.3:
  11893. Russian 1.1.3:
  11894. Spanish 1.1.3:
  11895. Swedish 1.1.3:
  11896. Turkish 1.1.3:
  11897. Ukranian 1.1.3:
  11898. Jan 96L
  11899. Aug 96O8Dev.CD Nov 99 TC:System Software:Worldwide QuickDraw GX:
  11900. 60241X
  11901. Deleted
  11902. 69215X
  11903. Sep 97^
  11904. --set theItem to choose file -- uncomment to test in an AS editor
  11905.     tell application "Finder"
  11906.         open item "Dev.CD Sep 97 RL:Technical Documentation:Toolbox Assistant:
  11907. MPTA Goodies:QuickView
  11908.  Developer Edition:"
  11909.         activate
  11910.     end tell
  11911. on error errMsg number errNum
  11912.     --enter statements to perform when no records are found such as...
  11913.     display dialog "Sorry, the item you selected could not be found."
  11914.     return
  11915. end try
  11916. e    No Changef TOOLBOX ASSISTANT
  11917. QUICKVIEWq
  11918. Dev.CD Sep 97 RL
  11919. All Packages
  11920. quitappsIDDTS Code Snippet to quit all running applications (except yourself).J%QuitApps(PPC)
  11921. quitapps.c
  11922. quitapps.mcpM
  11923. System 7.0N"Process Manager, 'quit' AppleEventO7Dev.CD Nov 00 TC Disk 2:Sample Code:Processes:quitapps:P?Dev.CD Nov 00 TC Disk 2
  11924.  - Sample Code
  11925.  - Processes
  11926.  - quitappsV
  11927. 69216X
  11928. Nov 00^    TC Disk 2
  11929. e    No Change
  11930. 69752X
  11931. Nov 00^    TC Disk 2
  11932. --set theItem to choose file -- uncomment to test in an AS editor
  11933.     tell application "Finder"
  11934.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Text:TypeServicesForUnicode:"
  11935.         activate
  11936.     end tell
  11937. on error errMsg number errNum
  11938.     --enter statements to perform when no records are found such as...
  11939.     display dialog "Sorry, the item you selected could not be found."
  11940.     return
  11941. end try
  11942. e    No Changef=Unicode
  11943. Imaging
  11944. Bi-directional
  11945. Rotation
  11946. Double-byteq
  11947. Dev.CD Nov 00 TC Disk 2
  11948. All Packages
  11949. UFailureI
  11950. UFailure (or Signals) is a set of exception handling routines suitable for use with MacApp, MPW C, and MPW Pascal. It is a jazzed-up version of the MacApp UFailure unit. There is a set of C interfaces to it as well.J0UFailure.a
  11951. UFailure.h
  11952. UFailure.inc1.p
  11953. UFailure.pN&UFailure, Exception, Handler, UFailureO6Dev.CD Nov 00 TC Disk 2:Sample Code:Overview:UFailure:V
  11954. 69753X
  11955. 1e    No Change
  11956. e    No ChangefDvideo device modes
  11957. bit depth
  11958. timings
  11959. multisync displays
  11960. DisplayVideoq
  11961. Dev.CD Nov 00 TC Disk 1
  11962. All Packages
  11963. DisposeResource 2.0
  11964. Summary:  DisposeResource is an extension that catches a common programming error: passing a resource handle to DisposeHandle.
  11965. Version 2.0 correctly deals with ROM resource handles. This avoids an erroneous report during boot with Sound Manager 3.1 installed.
  11966. Memory Management.imgK
  11967. Sep 92L
  11968. Sep 95N*DisposeResource debugging resource handlesOIDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Memory Management:PQDev.CD Nov 00 TC Disk 1
  11969.  - Tool Chest
  11970.  - Testing & Debugging
  11971.  - Memory ManagementV
  11972. 68498X
  11973. Nov 00^    TC Disk 1
  11974. e    No Change
  11975. - Music and Sound
  11976.  - QTSndTween
  11977. macsbug
  11978. macros/templates
  11979. macros/templates
  11980. nameandaddress
  11981. namingtableaccess
  11982. navigable
  11983. navigable
  11984. movie
  11985. toolkit
  11986. navigation
  11987. navigation
  11988. services
  11989. navigator
  11990. netsprockettest
  11991. network
  11992. network
  11993. management
  11994. network
  11995. server
  11996. developer's
  11997. guide
  11998. network
  11999. services
  12000. location
  12001. network
  12002. stream
  12003. network
  12004. watch
  12005. networking
  12006. audio
  12007. features
  12008. newgworld
  12009. tokenizer
  12010. newgworld
  12011. newsz
  12012. nocopyreceives
  12013. nopoweroffkey
  12014. noresdialog
  12015. nosound
  12016. notesT
  12017. nubus
  12018. nubus
  12019. tester
  12020. numbers
  12021. object
  12022. object
  12023. pascal
  12024. objective-c
  12025. objectsupportlib
  12026. objectsupportlib
  12027. 1.1.4
  12028. offscreen
  12029. offscreencontrolupda
  12030. onescannerx
  12031. ooptesample
  12032. inidicators
  12033. init/controlh
  12034. initial
  12035. initialization
  12036. initialize
  12037. initializing
  12038. initiallyy
  12039. initiate
  12040. initiatives{
  12041. initport
  12042. initprojector
  12043.   display dialog "Sorry, the item you selected could not be found."
  12044.     return
  12045. end try
  12046. e    No Changef#MacsBug
  12047. AppleEvent
  12048. apple event
  12049. dcmdq
  12050. Dev.CD Nov 00 TC Disk 1
  12051. *D!All Packages
  12052. Mac OS SDK Edition
  12053.     rs demo 1.0.1
  12054. Virtual Sphere Sample Code 1.1K
  12055. Mar 93L
  12056. Jun 93M=Must have Color QuickDraw.  Will run in System 6 or System 7.OBDev.CD Nov 00 TC Disk 1:Tool Chest:QuickDraw:Virtual Sphere 1.0.1:PJDev.CD Nov 00 TC Disk 1
  12057.  - Tool Chest
  12058.  - QuickDraw
  12059.  - Virtual Sphere 1.0.1V
  12060. 66520X
  12061. Nov 00^    TC Disk 1
  12062. e    No Change
  12063. token
  12064. tokenizer
  12065. callfinder
  12066. 69805X
  12067. Apr 98^
  12068. --set theItem to choose file -- uncomment to test in an AS editor
  12069.     tell application "Finder"
  12070.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):Word Services SDK 1.0.8:"
  12071.         activate
  12072.     end tell
  12073. on error errMsg number errNum
  12074.     --enter statements to perform when no records are found such as...
  12075.     display dialog "Sorry, the item you selected could not be found."
  12076.     return
  12077. end try
  12078. e    No Changef8Apple Events Spell Grammar Writeswell Spellswell Workingq
  12079. Dev.CD Apr 98 SDK2
  12080. D(All Packages
  12081. Reference Library Edition
  12082. Word Services Suite 1.0.7
  12083.     hentication
  12084. pbvolumemount
  12085. pass@
  12086. appleevent
  12087. interaction
  12088. aeinteractwithuser@
  12089. and is much faster. Any guide file information found is cached for performance.
  12090. JbApple Guide 2.1.1
  12091. Apple Guide 2.1.1 Read Me First
  12092. Authoring
  12093. Engineering
  12094. Goodies
  12095. Japanese ResourcesK
  12096. Dec 95L
  12097. Jul 97M
  12098. MacOS 7.0 or greater.O7Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Apple Guide:-ers
  12099. 69793X
  12100. Nov 00^    TC Disk 1
  12101. --set theItem to choose file -- uncomment to test in an AS editor
  12102.     tell application "Finder"
  12103.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:WDEFColorSample:"
  12104.         activate
  12105.     end tell
  12106. on error errMsg number errNum
  12107.     --enter statements to perform when no records are found such as...
  12108.     display dialog "Sorry, the item you selected could not be found."
  12109.     return
  12110. end try
  12111. e    No Changeq
  12112. Dev.CD Nov 00 TC Disk 1
  12113. All Packages
  12114. F WebObjects Categories and Posers
  12115. 4WebObjects Categories and Posers by Theresa Ray of Tensor Information Systems
  12116. Categories and posers are powerful mechanisms for extending and/or replacing the behavior of classes for which you cannot update the source. These techniques are essential tools that every WebObjects programmer should understand.
  12117. Feb 98L
  12118. Apr 99V
  12119. 69794X
  12120. Deleted
  12121. wprocasm
  12122. xcmds&xfcns@
  12123. 68699X
  12124. Nov 99^
  12125. --set theItem to choose file -- uncomment to test in an AS editor
  12126.     tell application "Finder"
  12127.         open item "Dev.CD Nov 99 TC:Tool Chest:Development Kits:"
  12128.         activate
  12129.     end tell
  12130. on error errMsg number errNum
  12131.     --enter statements to perform when no records are found such as...
  12132.     display dialog "Sorry, the item you selected could not be found."
  12133.     return
  12134. end try
  12135. Deletedq
  12136. Dev.CD Nov 99 TC
  12137. All Packages
  12138. MacApp R13u5 
  12139. MacApp Release 13 is a significant new release of the venerable MacApp application framework. It has been thoroughly modernized and enhanced in preparation for the computing demands of the next millennium. The advent of more capable C++ compilers has finally allowed the MacApp team to incorporate many new capabilities which you, the MacApp developers, have requested for months or years.
  12140. Install MacApp R13U5K
  12141. Apr 00L
  12142. Apr 00
  12143. 8700X
  12144. Deleted
  12145. uO7Dev.CD Aug 00 TC Disk 1:Tool Chest:MacApp:MacApp R13u5:P?Dev.CD Aug 00 TC Disk 1
  12146.  - Tool Chest
  12147.  - MacApp
  12148.  - MacApp R13u5V
  12149. 68700X
  12150. Aug 00^    TC Disk 1
  12151. --set theItem to choose file -- uncomment to test in an AS editor
  12152.     tell application "Finder"
  12153.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:MacApp:MacApp R13u5:"
  12154.         activate
  12155.     end tell
  12156. on error errMsg number errNum
  12157.     --enter statements to perform when no records are found such as...
  12158.     display dialog "Sorry, the item you selected could not be found."
  12159.     return
  12160. end try
  12161. Deletedf$MacApp
  12162. Framework
  12163. Object-oriented
  12164. /A(http://developer.apple.com/tools/macapp/
  12165. Dev.CD Aug 00 TC Disk 1
  12166. All Packages
  12167. MacApp R14 b1
  12168. 68701X
  12169.     end tell
  12170. on error errMsg number errNum
  12171.     --enter statements to perform when no records are found such as...
  12172.     display dialog "Sorry, the item you selected could not be found."
  12173.     return
  12174. end try
  12175. ec JITC
  12176.  from the 
  12177. MRJ Libraries
  12178.  folder into the folder 
  12179. MRJ 2.2.3 Disabled Pieces
  12180. 6. Drag the file 
  12181. MRJLib
  12182.  and the folder 
  12183. MRJClasses
  12184.  from this debug package into the 
  12185. MRJ Libraries
  12186.  folder.
  12187. MRJ 2.2.3 Debug.smiK
  12188. Aug 97L
  12189. Nov 00N*MRJ, MRJ Debug, Debug, Java, SDK, Java SDKOPDev.CD Nov 00 TC Disk 1:What's New?:Development Kits:Mac OS:MRJ:MRJ 2.2.3 Debug:P^Dev.CD Nov 00 TC Disk 1
  12190.  - What's New?
  12191.  - Development Kits
  12192.  - Mac OS
  12193.  - MRJ
  12194.  - MRJ 2.2.3 Debug
  12195. All Packages
  12196. QuickDraw GXO
  12197. Dev.CD Jun 97 SSWP
  12198. Dev.CD Jun 97 SSV
  12199. 65857X
  12200. Jun 97
  12201. f--set theItem to choose file -- uncomment to test in an AS editor
  12202.     tell application "Finder"
  12203.         open item "Dev.CD Jun 97 SSW"
  12204.         activate
  12205.     end tell
  12206. on error errMsg number errNum
  12207.     --enter statements to perform when no records are found such as...
  12208.     display dialog "Sorry, the item you selected could not be found."
  12209.     return
  12210. end try
  12211. All Packages
  12212. QuickDraw GXO
  12213. Dev.CD Jun 97 SSWV
  12214. 65858X
  12215. }OEDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:PMDev.CD Nov 00 TC Disk 1
  12216.  - Tool Chest
  12217.  - Testing & Debugging
  12218.  - General toolsV
  12219. 68964X
  12220. Nov 00^    TC Disk 1
  12221. --set theItem to choose file -- uncomment to test in an AS editor
  12222.     tell application "Finder"
  12223.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:"
  12224.         activate
  12225.     end tell
  12226. on error errMsg number errNum
  12227.     --enter statements to perform when no records are found such as...
  12228.     display dialog "Sorry, the item you selected could not be found."
  12229.     return
  12230. end try
  12231. e    No Changeq
  12232. Dev.CD Nov 00 TC Disk 1
  12233. All Packages
  12234. ProgressBars
  12235. 68965X
  12236. - Sample Code
  12237.  - QuickTime
  12238.  -  All Macintosh
  12239.  - Goodies
  12240.  - AIFFWriter
  12241. music
  12242. musicmixer
  12243. mycomponent
  12244. mydeviceloop
  12245. myhelpmenu
  12246. myregistercomponent
  12247. onescannerx
  12248. opp's
  12249. oracle
  12250. --set theItem to choose file -- uncomment to test in an AS editor
  12251.     tell application "Finder"
  12252.         open item "Dev.CD Jul 00 SDK1:Development Kits:Mac OS:Open Transport 1.3:Open Transport Debug:"
  12253.         activate
  12254.     end tell
  12255. on error errMsg number errNum
  12256.     --enter statements to perform when no records are found such as...
  12257.     display dialog "Sorry, the item you selected could not be found."
  12258.     return
  12259. end try
  12260. bN)PicComments, QuickDraw bottleneck, CarbonOBDev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:CustomPicComments:PJDev.CD Nov 00 TC Disk 1
  12261.  - Sample Code
  12262.  - Graphics 2D
  12263.  - CustomPicComments
  12264. devtools
  12265. dialogs
  12266. dialogs
  12267. dialogstuff
  12268. dialogstuff
  12269. dialogstuff
  12270. dialogtest
  12271. dialogtest
  12272. dialogtest
  12273. dialogtest
  12274. dialogutils
  12275. dialogutils
  12276. dialogutils
  12277. dialogutils
  12278. dialogwindow
  12279. dialogwindow
  12280. dialogwindow
  12281. dictionary
  12282. Dear MacApp users!
  12283. First of all, I would like to introduce myself. My name is Ricardo Gonzalez, and I am the Application Frameworks Product Marketing Manager at Apple Computer (e.g. MacApp, OPF-OpenDoc Parts Framework, and potentially other future products). As you can imagine, I will be playing a key role in define future directions for MacApp and new plans regarding framework-based development tools that developers will use to incorporate new Apple technologies into their applications (
  12284. e.g. OpenDoc, AppleScript, etc.). In order to do that, I would like to get a sense of who is using MacApp in the market place, what applications are being developed with it (for commercial or in-house use), and what are your priorities in terms of support for specific features that we should take into consideration for future products.
  12285. I would like to ask each one of you, to please spend a couple of minutes filling the enclosed questionnaire regarding your company and the products develop
  12286. ed with MacApp. Please be as concrete as possible with your answers, so that I can analyze the feedback and be able to make concrete recommendations regarding our framework product strategy.
  12287. Please fill free to forward this document to any other developer, company, and/or integrator who you might know is using MacApp. Also, since many of you will prefer your answers to be kept confidential, please answer directly to me using one of the following mechanisms (e-mail is highly recommended):
  12288. -   AppleLink:  GONZALEZ3
  12289. -   Internet:   gonzalez3@applelink.apple.com
  12290. -   Fax:        (408) 974-9456
  12291. Yes, this will take a couple of minutes, but your feedback is very important and will help us understand more your needs and provide you with better tools to develop your applications. Please, do not leave this for tomorrow (unless you are in the process of shipping today your latest MacApp-based product!). This information is needed ASAP.
  12292. Thanks for your feedback.
  12293. Regards,
  12294. Ricardo G
  12295. All Packages
  12296. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  12297. Dev.CD Jan 94
  12298. Dev.CD Oct 93
  12299. Dev.CD Jul 93P6Dev.CD Apr 94
  12300. Dev.CD Jan 94
  12301. Dev.CD Oct 93
  12302. Dev.CD Jul 9V
  12303. 69622X
  12304. Apr 94
  12305. --set theItem to choose file -- uncomment to test in an AS editor
  12306.     tell application "Finder"
  12307.         open item "Dev.CD Apr 94
  12308. Dev.CD Jan 94
  12309. Dev.CD Oct 93
  12310. Dev.CD Jul 93"
  12311.         activate
  12312.     end tell
  12313. on error errMsg number errNum
  12314.     --enter statements to perform when no records are found such as...
  12315.     display dialog "Sorry, the item you selected could not be found."
  12316.     return
  12317. end try
  12318. All Packages
  12319. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  12320. Dev.CD Jan 94
  12321. Dev.CD Oct 93
  12322. Dev.CD Jul 93
  12323. Dev.CD Apr 93PDDev.CD Apr 94
  12324. Dev.CD Jan 94
  12325. Dev.CD Oct 93
  12326. Dev.CD Jul 93
  12327. Dev.CD Apr 9V
  12328. 69623X
  12329. Apr 94
  12330. integral
  12331. integrate
  12332. integrated
  12333. integrates
  12334. integrating
  12335. integrating
  12336. computer-based
  12337. media
  12338. broadcast
  12339. environment
  12340. integration
  12341. Summary: This folder contains revised Acrobat versions of Inside Macintosh volumes Advanced Color Imaging on the Mac OS and its companion, Advanced Color Imaging Reference with hypertext links to new and modified material in those books. For an overview of these changes, see the document What's New in ACI.
  12342. Advanced Color Imaging on the Mac OS describes how to enhance your application
  12343. s color capabilities using the Palette Manager, the Color Picker Manager, the ColorSync Manager, and the CB
  12344. olor Manager. It
  12345. s companion book, Advanced Color Imaging Reference, documents the constants, data types, and functions your application uses to provide color support.
  12346. JCAdvanced Color Imaging
  12347. Advanced Color Imaging Ref
  12348. What's New in ACIK
  12349. Jan 97O:Dev.CD Dec 99 RL:Technical Documentation:Inside Macintosh:P?Dev.CD Dec 99 RL
  12350.  - Technical Documentation
  12351.  - Inside Macintoshregistration
  12352. registry~
  12353. release
  12354. reporting
  12355. reports
  12356. requests
  12357. resedit
  12358. resources
  12359. --set theItem to choose file -- uncomment to test in an AS editor
  12360.     tell application "Finder"
  12361.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:MacApp:MouseInfo:"
  12362.         activate
  12363.     end tell
  12364. on error errMsg number errNum
  12365.     --enter statements to perform when no records are found such as...
  12366.     display dialog "Sorry, the item you selected could not be found."
  12367.     return
  12368. end try
  12369.  number errNum
  12370.     --enter statements to perform when no records are found such as...
  12371.     display dialog "Sorry, the item you selected could not be found."
  12372.     return
  12373. end try
  12374. Updatedf
  12375. srcCopy
  12376. PenMode
  12377. invert
  12378. Carbon
  12379. o&http://developer.apple.com/samplecode/q
  12380. Dev.CD Nov 00 TC Disk 1
  12381. DrawSprocket SDKI
  12382. This is the SDK for DrawSprocket which provides support for viewing game images, including setting screen resolution and color depth, choosing a monitor (on computers with multiple monitors), accelerating screen updates, and other features.d other features.
  12383.     EMonzalez
  12384. Application Frameworks Product Marketing Manager
  12385. Apple Computer, Inc.
  12386. MacApp Developer Survey
  12387. Nov 94O-Dev.CD Nov 99 TC:Tool Chest:Development Kits:P2Dev.CD Nov 99 TC
  12388.  - Tool Chest
  12389.  - Development Kitsets to Enhance Business Performance, published in cooperation with Apple Computer Inc. Developer Relations Group for the Apple Media Program and Random House Reference & Information Publishing.
  12390. The book demonstrates through real life case studies that it is possible to 
  12391. correlate technology investments to measurable results by relating their impacts in business processes.  Business processes, which operate along horizontal lines in business, tend to have measurable business goals, unlike vertical organizational structures. 
  12392. This Success Guide is based on an adaptation of relevant sections of the book to address the specific needs of the interactive media developer community.  It is intended to help you increase your potential for success through project
  12393. SetLED.c
  12394. SetLED.mcp
  12395. SetLED.PPCK
  12396. Jun 98M
  12397. ADB, Apple Extended KeyboardN
  12398. keyboard, ADB, LEDs, SetLEDODDev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:ADB:SetLED:PODev.CD Nov 00 TC Disk 1
  12399.  - Sample Code
  12400.  - Devices and Hardware
  12401.  - ADB
  12402.  - SetLEDV
  12403. 69282X
  12404. Nov 00^    TC Disk 1
  12405. --set theItem to choose file -- uncomment to test in an AS editor
  12406.     tell application "Finder"
  12407.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:ADB:SetLED:"
  12408.         activate
  12409.     end tell
  12410. on error errMsg number errNum
  12411.     --enter statements to perform when no records are found such as...
  12412.     display dialog "Sorry, the item you selected could not be found."
  12413.     return
  12414. end try
  12415. e    No Changef
  12416. keyboard
  12417. SetLEDq
  12418. Dev.CD Nov 00 TC Disk 1
  12419. All Packages
  12420. SetPDiMCIGAn MPW tool to set the 'Printer Driver is MultiFinder Compatible' flag.J.SetPDiMC
  12421. SetPDiMC.make
  12422. SetPDiMC.p
  12423. SetPDiMC.p.oM
  12424. MPWO6Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:SetPDiMC:V
  12425. 69283X
  12426. 1e    No Change
  12427. fastdither
  12428. fastditherusingqt
  12429. fastditherusingqt
  12430. fastditherusingqt
  12431. fatbrain
  12432. fatsimpletext
  12433. fatsimpletext
  12434. fdputilities
  12435. fdputilities
  12436. fdputilities
  12437. feature
  12438. feature
  12439. files
  12440. developer
  12441. synchronization
  12442. guide
  12443. system
  12444. manager
  12445. filecopy
  12446. filecopy
  12447. filehelpers
  12448. filehelpers
  12449. filehelpers
  12450. fileisopen
  12451. fileisopen
  12452. filelogging
  12453. filelogging
  12454. filelogging
  12455. filemaker
  12456. filemaker
  12457. files
  12458. tag Manual.txt
  12459. PopTag
  12460. PopTag Manual
  12461. PopTag Manual.txt
  12462. PTags
  12463. Ptags Manual
  12464. Ptags Manual.txt
  12465. READ ME
  12466. READ ME.txt
  12467. Sample Startup
  12468. Tags.Help 
  12469. generators
  12470. generic
  12471. generically
  12472. genericness
  12473. geometric
  12474. geometries
  12475. geoport{
  12476. german
  12477. germany
  12478. gestaltB
  12479. gestaltequ
  12480. gestalticonutilities
  12481. gestaltnativecputype
  12482. gestalttable
  12483. events
  12484. needs
  12485. events
  12486. get1resource
  12487. getadevtype
  12488. getdctlentry
  12489. getdraghilite
  12490. getfinfo
  12491. getgraphicsimporterf
  12492. gethideonswitch
  12493. getindstring
  12494. getinfo
  12495. hierarchical
  12496. menus
  12497. level
  12498. toolbox
  12499. morefiles
  12500. moreisbetter
  12501. wrapper
  12502. hinting
  12503. hooper
  12504. hotspot\
  12505. hp-ux
  12506. htmlrenderinglib
  12507. packages
  12508. htmlrenderinglib
  12509. human
  12510. hwindowide
  12511. hwindowide
  12512. draghook
  12513. hypercardn
  12514. hypercard
  12515. update
  12516. hypercard
  12517. balloons
  12518. hypercard
  12519. player
  12520. stacks
  12521. hypercard
  12522. variable
  12523. button
  12524. field
  12525. instance
  12526. variables
  12527. global
  12528. hypercard
  12529. showballoon
  12530. n "Finder"
  12531.         open item "Dev.CD Jun 97 SSW"
  12532.         activate
  12533.     end tell
  12534. on error errMsg number errNum
  12535.     --enter statements to perform when no records are found such as...
  12536.     display dialog "Sorry, the item you selected could not be found."
  12537.     return
  12538. end try
  12539. All Packages
  12540. F    QuickTimeO
  12541. Dev.CD Jun 97 SSWP
  12542. Dev.CD Jun 97 SSV
  12543. 65951X
  12544. pthreads
  12545. pub/pccts
  12546. public
  12547. publications
  12548. published
  12549. publisherw
  12550. publishers
  12551. publishing{
  12552. publishing
  12553. second
  12554. edition
  12555. pulled
  12556. punctuation
  12557. punjabi
  12558. puntuation
  12559. puppetstrings
  12560. purchase
  12561. purdue
  12562. purevoice
  12563. purge
  12564. purgeable
  12565. purged
  12566. purposeu
  12567. purposeful
  12568. purposes
  12569. putawayvolumes
  12570. lication Communication:AE Tools:"
  12571.         activate
  12572.     end tell
  12573. on error errMsg number errNum
  12574.     --enter statements to perform when no records are found such as...
  12575.     display dialog "Sorry, the item you selected could not be found."
  12576.     return
  12577. end try
  12578. e    No Change
  12579. 66532X
  12580. issuesU
  12581. issues
  12582. utility
  12583. compatible
  12584. system
  12585. it's`
  12586. itemU
  12587. items
  12588. itself
  12589. iv-24
  12590. james
  12591. jamie
  12592. january{
  12593. japan{
  12594. japanese{
  12595. jasik's
  12596. javao
  12597. jdirect
  12598. What's New
  12599. ===========
  12600. Carbon Porting Guide [Revised]
  12601. This latest version of the Carbon Porting Guide contains additional porting guidelines and corrects some errors in previous
  12602. drafts. See the Version History in the Appendix for a full list of changes.
  12603. Carbon Documentation
  12604. =====================
  12605. Significant additions and revisions have been incorporated into this suite.
  12606. All reference material has been updated to include 
  12607.        clarified Carbon availability information 
  12608.        update
  12609. d Carbon inclusion status 
  12610.        additional Carbon porting notes 
  12611.        fixes to broken links 
  12612. Several new documents have added to this suite:
  12613.       *Carbon Menu Manager Preliminary Reference, which supplements previously published Menu Manager Reference documentation
  12614.       
  12615.       *URL Services Preliminary Reference 
  12616.        *XML Services 
  12617.        *Preferences Services 
  12618. Several other documents have been substantially revised, including:
  12619.        *Multilingual Text Engine Reference [Preli
  12620. e    No Changef+SCSI
  12621. SCSI Manager
  12622. asynchronous
  12623. SCSI DriveIDq
  12624. Dev.CD Nov 00 TC Disk 1
  12625. All Packages
  12626. SCSI Driver Example
  12627. SCSI Driver Example is a sample disk driver that supports the asynchronous SCSI Manager (SCSI Manager 4.3). It is written in MPW C with a small amount of assembler interface "glue." It was compiled  under MPW 3.3.1 (ETO 13).
  12628. It correctly demonstrates asyncronous I/O, simple completion routine state machines,  the transition from one SCSI Manager to another, using the new driver rules and so on.  On the other hand it doesn't do much error handling and doesn't work on the Mac Plus.  No provB
  12629. ision is made to support vendor- or version-specific disk hardware or firmware. In particular, note that this sample does not use the automatic Request Sense capability of the asynchronous SCSI Manager.
  12630. 69263X
  12631. client
  12632. interface
  12633. client
  12634. first
  12635. paper
  12636. papworkstation
  12637. papworkstation
  12638. --set theItem to choose file -- uncomment to test in an AS editor
  12639.     tell application "Finder"
  12640.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:txRatio PICT:"
  12641.         activate
  12642.     end tell
  12643. on error errMsg number errNum
  12644.     --enter statements to perform when no records are found such as...
  12645.     display dialog "Sorry, the item you selected could not be found."
  12646.     return
  12647. end try
  12648.  found."
  12649.     return
  12650. end try
  12651. e    No Changef
  12652. QuickTime
  12653. Effect
  12654. Customq
  12655. Dev.CD Nov 00 TC Disk 2
  12656. All Packages
  12657. New & RevisedF
  12658. Direct Pixel Access
  12659. This sample has been updated for the Carbon API.  This sample shows one example of how to directly change the pixel values stored in a pixel image. The original pixel image is obtained from a 'icl8' resource.  Only the first 20 columns of the first 20 rows of the 'icl8' image is used.
  12660. Updated
  12661. kages
  12662. QuickDraw 3DO
  12663. Dev.CD Jan 96 SSWP
  12664. Dev.CD Jan 96 SSV
  12665. 64140X
  12666. Jan 96
  12667. N!srcCopy, PenMode, invert, Carbon
  12668. O9Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:DrawLine:PADev.CD Nov 00 TC Disk 1
  12669.  - Sample Code
  12670.  - Graphics 2D
  12671.  - DrawLineV
  12672. 68504X
  12673. Nov 00^    TC Disk 1b
  12674. Revised
  12675. --set theItem to choose file -- uncomment to test in an AS editor
  12676.     tell application "Finder"
  12677.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:DrawLine:"
  12678.         activate
  12679.     end tell
  12680. on error errMsg number errNum
  12681.     --enter statements to perform when no records are found such as...
  12682.     display dialog "Sorry, the item you selected could not be found."
  12683.     return
  12684. end try
  12685. Updatedf
  12686. srcCopy
  12687. PenMode
  12688. invert
  12689. Carbon
  12690. o&http://developer.apple.com/samplecode/q
  12691. Dev.CD Nov 00 TC Disk 1
  12692. DrawSprocket SDKI
  12693. This is the SDK for DrawSprocket which provides support for viewing game images, including setting screen resolution and color depth, choosing a monitor (on computers with multiple monitors), accelerating screen updates, and other features.d other features.    
  12694. apple
  12695. workgroup
  12696. serversT
  12697. appleeventhandling
  12698. appleeventhandling
  12699. appleeventhandling
  12700. appleevents
  12701. appleevents
  12702. appleeventstuff
  12703. appleeventstuff
  12704. appleeventstuff
  12705. appleeventtypesd
  12706. appleeventtypes
  12707. appleglot
  12708. appleglot
  12709. appleglot
  12710. users
  12711. guide
  12712. appleglot
  12713. whats
  12714. appleglot
  12715. 2.4b6
  12716. appleguide
  12717. appleguideglue
  12718. appleguideglue
  12719. xcoff
  12720. appleii
  12721. appleii
  12722. auxiliary
  12723. applejack
  12724. applejack
  12725. applemodemtool
  12726. applemodemtool
  12727. v1.5.3
  12728. building
  12729. samplesZ
  12730. buildxcmd
  12731. capturing
  12732. carbonprefixr
  12733. carbonprefix
  12734. carbonresr
  12735. carbonres
  12736. rsrcr
  12737. cd-romw
  12738. change
  12739. change
  12740. history
  12741. change
  12742. history
  12743. changesj
  12744. codev
  12745. codecs
  12746. codewarrior
  12747. codewarrior
  12748. coercionc
  12749. coercionsf
  12750. acting the App
  12751. Communications Toolbox
  12752. Contributed
  12753. Devices and Hardware
  12754. Files
  12755. Games
  12756. Graphics 2D
  12757. Graphics 3D
  12758. Help Systems
  12759. Human Interface Toolbox
  12760. Interapplication Comm
  12761. Memory
  12762. Networking
  12763. OS Utilities
  12764. Overview
  12765. Platforms and Tools
  12766. Printing
  12767. Processes
  12768. QuickTime
  12769. Runtime Architecture
  12770. Sound
  12771. uch as...
  12772.     display dialog "Sorry, the item you selected could not be found."
  12773.     return
  12774. end try
  12775. e processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.
  12776. N8QuickTime, AIFF, Sound, Mixer, Output, Device, ComponentOEDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:ChromaKeyMovie:PPDev.CD Nov 00 TC Disk 2
  12777.  - Sample Code
  12778.  - QuickTime
  12779.  - Goodies
  12780.  - ChromaKeyMovie
  12781. stringservices
  12782. strip
  12783. stripped
  12784. stripunits
  12785. stroke
  12786. stroll
  12787. stronger
  12788. strongest{
  12789. strongly
  12790. structure
  12791. structured
  12792. structures
  12793. O`Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:Maximizing Quadra FloatingPoint:PkDev.CD Nov 00 TC Disk 1
  12794.  - Tool Chest
  12795.  - Development Kits
  12796.  - MPW Related
  12797.  - Maximizing Quadra FloatingPointV
  12798. 68734X
  12799. Nov 00^    TC Disk 1
  12800. --set theItem to choose file -- uncomment to test in an AS editor
  12801.     tell application "Finder"
  12802.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:Maximizing Quadra FloatingPoint:"
  12803.         activate
  12804.     end tell
  12805. on error errMsg number errNum
  12806.     --enter statements to perform when no records are found such as...
  12807.     display dialog "Sorry, the item you selected could not be found."
  12808.     return
  12809. end try
  12810. e    No Changeq
  12811. Dev.CD Nov 00 TC Disk 1
  12812. All Packages
  12813. MCComponentI
  12814. A sample QuickTime component.J
  12815. FadeScreen.c
  12816. FadeScreen.h
  12817. HideMenuBar.c
  12818. HideMenuBar.h
  12819. MCComponent(PPC)
  12820. MCComponent.mcp
  12821. MyComponent.c
  12822. MyComponent.h
  12823. MyComponent.rsrc
  12824. MyComponentRoutines.c
  12825. MyComponentRoutines.hM    QuickTimeN
  12826. QuickTime, component
  12827. All Packages
  12828. System Enabler 003 (LC III)OEDev.CD Apr 94
  12829. Dev.CD Jan 94
  12830. Dev.CD Oct 93
  12831. Dev.CD Jul 93
  12832. Dev.CD Apr 93PDDev.CD Apr 94
  12833. Dev.CD Jan 94
  12834. Dev.CD Oct 93
  12835. Dev.CD Jul 93
  12836. Dev.CD Apr 9V
  12837. 69491X
  12838. Apr 94
  12839. --set theItem to choose file -- uncomment to test in an AS editor
  12840.     tell application "Finder"
  12841.         open item "Dev.CD Apr 94
  12842. Dev.CD Jan 94
  12843. Dev.CD Oct 93
  12844. Dev.CD Jul 93
  12845. Dev.CD Apr 93"
  12846.         activate
  12847.     end tell
  12848. on error errMsg number errNum
  12849.     --enter statements to perform when no records are found such as...
  12850.     display dialog "Sorry, the item you selected could not be found."
  12851.     return
  12852. end try
  12853. All Packages
  12854. System Enabler 003 (LC III)OEDev.CD Apr 94
  12855. Dev.CD Jan 94
  12856. Dev.CD Oct 93
  12857. Dev.CD Jul 93
  12858. Dev.CD Apr 93PDDev.CD Apr 94
  12859. Dev.CD Jan 94
  12860. Dev.CD Oct 93
  12861. Dev.CD Jul 93
  12862. Dev.CD Apr 9V
  12863. 69492X
  12864. Apr 94
  12865. tocol you should follow these specifications as they are standardized in the Internet Engineering Task Force.
  12866. Issues:Specifications only
  12867. Nov 94
  12868. lications. They will simply be able to provide components that transparently interoperate with the other parts of the system. 
  12869. As always, this architecture, like Apple's QuickTime, provides complete system level interoperability ensuring ease-of-use and true plug-and-play operation. 
  12870. Sample code showing how to create a QuickTime
  12871.  IC-savvy application, as well as sample code showing how to create a panel component.  Complete API documentation is included as well.
  12872. Mac OS-only at this time
  12873. , SDK includes components which allow QTIC-savvy applications to deal with QuickTake 150 and 200 digital cameras. Applications will work with other cameras, if the vendor provides a QuickTime IC camera component.
  12874. Does not work with the original Apple QuickTake 100 digital camera.
  12875. JbDocumentation:
  12876. Interfaces&Libraries:
  12877. QuickTime
  12878.  IC SDK 1.0 contents
  12879. Sample Code:
  12880. Supporting Files:K
  12881. Jul 97ODDev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTime
  12882.  IC SDK 1.01:
  12883. otpingsample
  12884. otsimpledownloadhttp
  12885. otsimpleserverhttp
  12886. otstreamlogviewer
  12887. ion "Finder"
  12888.         open item "Dev.CD May 00 TC:Language Kits:Chinese Language Kits 2.0:"
  12889.         activate
  12890.     end tell
  12891. on error errMsg number errNum
  12892.     --enter statements to perform when no records are found such as...
  12893.     display dialog "Sorry, the item you selected could not be found."
  12894.     return
  12895. end try
  12896. -set theItem to choose file -- uncomment to test in an AS editor
  12897.     tell application "Finder"
  12898.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:SuspendAppleEvent:"
  12899.         activate
  12900.     end tell
  12901. on error errMsg number errNum
  12902.     --enter statements to perform when no records are found such as...
  12903.     display dialog "Sorry, the item you selected could not be found."
  12904.     return
  12905. end try
  12906. e    No Changef:AppleEvent Manager
  12907. suspend/resume
  12908. AESuspendTheCurrentEventq
  12909. Dev.CD Nov 00 TC Disk 1
  12910. All Packages
  12911. SWAt 2.0b6
  12912. 66123X
  12913. Summary:  This code sample demonstrates how to use a palette when drawing into a GWorld. The trick is understanding that while setting a palette to a GWorld is permitted, doing so does not change the GWorld
  12914. s color table. 
  12915. The solution is to make a palette from the color table ( or the color table from a palette) and to use that color table to create or update the GWorld. After then doing a SetGWorld you can either draw with Index2Color and RGBForeColor, or you can set the palette to the 
  12916. .GWorld and draw with PmForeColor. These techniques are shown in the procedures createRGBForeColorImage and createPmForeColorImage in Palette&GWorld.c. 
  12917. Features:  Contains fat version of demo app (Palette&GWorld), Read Me, Metrowerks 68K project, PPC project, associated resource files, and SYM files.
  12918. Nov 00e commando interface requires no knowledge or understanding of AppleEvents to operate.
  12919. Features: Uses AppleEvents to have the Finder execute common actions.K
  12920. Vol IXV
  12921. 66714X
  12922. Feb 92L
  12923. May 96O
  12924. Dev.CD Nov 99 TC:Sample Code:P
  12925. Dev.CD Nov 99 TC
  12926.  - Sample CodeV
  12927. 69336X
  12928. Nov 99^
  12929. r--set theItem to choose file -- uncomment to test in an AS editor
  12930.     tell application "Finder"
  12931.         open item "Dev.CD Nov 99 TC:Sample Code:"
  12932.         activate
  12933.     end tell
  12934. on error errMsg number errNum
  12935.     --enter statements to perform when no records are found such as...
  12936.     display dialog "Sorry, the item you selected could not be found."
  12937.     return
  12938. end try
  12939. Deletedq
  12940. Dev.CD Nov 99 TC
  12941. D!All Packages
  12942. Tool Chest Edition
  12943. Snippets - Toolbox
  12944.     audio palette developer documentation contains descriptions of features of the audio palette accessible by HyperTalk scripting only.  These include messages that the palette sends to the current stack as well as a list of messages the palette will respond to. This information is crucial if developers want to take advantage of the audio palette in their own stacks.
  12945. 65054X
  12946. Deleted
  12947. 69761X
  12948. Nov 00^    TC Disk 2
  12949. --set theItem to choose file -- uncomment to test in an AS editor
  12950.     tell application "Finder"
  12951.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:Installer:UserFunction Gestalt:"
  12952.         activate
  12953.     end tell
  12954. on error errMsg number errNum
  12955.     --enter statements to perform when no records are found such as...
  12956.     display dialog "Sorry, the item you selected could not be found."
  12957.     return
  12958. end try
  12959. e    No Changef2Installer
  12960. CheckGestalt
  12961. script
  12962. UserFunction Gestaltq
  12963. Dev.CD Nov 00 TC Disk 2
  12964. D!All Packages
  12965. Mac OS SDK Edition
  12966. F    UtilitiesI
  12967. This package contains AppleShare 3.6.5, Disk Copy, Disk First Aid, Drive Setup, and Simple Text as shipped with Mac OS 8.6 International version.J
  12968. 5xxx/6xxx Tester 1.1
  12969. About the Utilities
  12970. Acrobat Reader 4.0.1
  12971. AppleShare 3.6.5
  12972. Disk Copy
  12973. Disk First Aid
  12974. Drive Utilities
  12975. HyperCard Player
  12976. Macintosh CD-ROM Setup 5.3.2
  12977. SimpleTextK
  12978. Jul 99K1:Utilities:V
  12979. 69762X
  12980. 1e    No Change
  12981. addvractions\
  12982. --set theItem to choose file -- uncomment to test in an AS editor
  12983.     tell application "Finder"
  12984.         open item "Dev.CD May 00 TC:Language Kits:Hebrew Language Kit 1.0.1:"
  12985.         activate
  12986.     end tell
  12987. on error errMsg number errNum
  12988.     --enter statements to perform when no records are found such as...
  12989.     display dialog "Sorry, the item you selected could not be found."
  12990.     return
  12991. end try
  12992. .CD Nov 00 TC Disk 1
  12993.  - Tool Chest
  12994.  - Devices
  12995.  - NuBus/Slot Manager
  12996.  - NuBusTesterV
  12997. 67190X
  12998. Nov 00^    TC Disk 1
  12999. --set theItem to choose file -- uncomment to test in an AS editor
  13000.     tell application "Finder"
  13001.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Devices:NuBus/Slot Manager:NuBusTester:"
  13002.         activate
  13003.     end tell
  13004. on error errMsg number errNum
  13005.     --enter statements to perform when no records are found such as...
  13006.     display dialog "Sorry, the item you selected could not be found."
  13007.     return
  13008. end try
  13009. e    No Changeq
  13010. Dev.CD Nov 00 TC Disk 1
  13011. D!All Packages
  13012. Tool Chest Edition
  13013. Macintosh PowerBook Qualified
  13014. pSummary:  This is the prgram guide for the new Macintosh PowerBook Qualified logo licensing program. This is technical, legal and marketing documentation in Adobe Acrobat format.
  13015. The Kit includes:
  13016. Guide to Macintosh PowerBook Qualified Program
  13017. Program Technical Specifications
  13018. Program Pre-testing Guidelines
  13019. Legal Documentation for licensing and program participation
  13020. yperCard application icon
  13021.  a new Link to URL butto
  13022. n task and HyperTalk command for connecting to a web site
  13023.  ability to manipulate QuickTime movies using HyperTalk
  13024.  keyboard navigation of QuickTime VR movies
  13025.  ability to open a nearly unlimited number of files using HyperTalk
  13026.  enhanced script editor window for easier navigation
  13027.  improved Picture XCMD
  13028.  more script commands and new syntax
  13029. For more information on these features and how to use them, see Using HyperCard 2.4.
  13030. Sep 97L
  13031. Jul 98figuration
  13032. consumer
  13033. 68821X
  13034. Nov 00^    TC Disk 2
  13035. --set theItem to choose file -- uncomment to test in an AS editor
  13036.     tell application "Finder"
  13037.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:Offscreen.win:"
  13038.         activate
  13039.     end tell
  13040. on error errMsg number errNum
  13041.     --enter statements to perform when no records are found such as...
  13042.     display dialog "Sorry, the item you selected could not be found."
  13043.     return
  13044. end try
  13045. e    No Changeq
  13046. Dev.CD Nov 00 TC Disk 2
  13047. All Packages
  13048. OffScreenControlUpdateI
  13049. A simple code sample which demonstrates how to draw controls into an off-screen GWorld so you can draw them back to the screen without flicker.
  13050. Works under Appearance.J
  13051. OffscreenControl(PPC)
  13052. OffScreenControlUpdate READ ME
  13053. OffScreenControlUpdate.c
  13054. OffscreenControlUpdate.mcp
  13055. OffScreenControlUpdate.rsrcK
  13056. Aug 97N
  13057. appearance, gworld, off-screenOGDev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:OffScreenControlUpdate:V
  13058. 68822X
  13059. 1e    No Change
  13060. --set theItem to choose file -- uncomment to test in an AS editor
  13061.     tell application "Finder"
  13062.         open item "Dev.CD Dec 99 RL:Utilities:System Picker 1.1a3:"
  13063.         activate
  13064.     end tell
  13065. on error errMsg number errNum
  13066.     --enter statements to perform when no records are found such as...
  13067.     display dialog "Sorry, the item you selected could not be found."
  13068.     return
  13069. end try
  13070. forwarders
  13071. forwards
  13072. found^
  13073. foundation
  13074. foundation
  13075. reference
  13076. foundation's
  13077. fourg
  13078. four-banger
  13079. four-byte
  13080. four-color
  13081. four-dimensional
  13082. fourier
  13083. fourth
  13084. fpoint
  13085. simple
  13086. application
  13087. designed
  13088. allow
  13089. fragments
  13090. e    No Changef$'odoc' Apple Event
  13091. opening documentsq
  13092. Dev.CD Nov 00 TC Disk 1
  13093. All Packages
  13094. F    Offscreen
  13095. 1. About Offscreen
  13096. Offscreen is a sample application that demonstrates how to use
  13097. the Quicktime for Windows 3.0 NewGWorldFromHBITMAP function. The code "wraps"
  13098. an offscreen GWorld around an existing DIB (created with the Win32 CreateDIBSection function)
  13099. using NewGWorldFromHBITMAP, and then by draws a movie frame-by-frame into the offscreen GWorld.
  13100. 2. Specifics
  13101. The code first creates a memory device context and DIB (using CreateDIBSection)
  13102. to use with the NewGWorldFromHBITMAP 
  13103. 68821X
  13104. ve a number one position.
  13105. If the user keeps holding down on the arrow, the number will continue to
  13106. increase.  I'm delaying 8 ticks between numeric increases (the traditional
  13107. control-invert delay time), you may want to modify that.  In products
  13108. I usually make this variable, the longer the user holds down the faster the
  13109. number will continue to change
  13110. 2) Arrow keys
  13111. Hittin the le
  13112. color
  13113. locator
  13114. color
  13115. marquee
  13116. color
  13117. picker
  13118. colorcdef
  13119. coloredcheckbox
  13120. colorizepict
  13121. colorpicker
  13122. colorpicker
  13123. 2.1.1
  13124. colorpopupmenus
  13125. colorsync
  13126. colorsync
  13127. colorsync
  13128. photoshop
  13129. plugins
  13130. communication
  13131. communications
  13132. communications
  13133. toolbox
  13134. component
  13135. erridetool
  13136. hacked
  13137. hackers
  13138. hacks
  13139. hacktv
  13140. hacktv
  13141. illustrates
  13142. video
  13143. digitizing
  13144. under
  13145. hairlines
  13146. hairlines
  13147. pascal
  13148. sample
  13149. demonstrates
  13150. hairy
  13151. half-way
  13152. halves
  13153. hammerhead-based
  13154. handlersf
  13155. handles
  13156. handling
  13157. handoff
  13158. b--set theItem to choose file -- uncomment to test in an AS editor
  13159.     tell application "Finder"
  13160.         open item "Dev.CD Jul 93"
  13161.         activate
  13162.     end tell
  13163. on error errMsg number errNum
  13164.     --enter statements to perform when no records are found such as...
  13165.     display dialog "Sorry, the item you selected could not be found."
  13166.     return
  13167. end try
  13168. microphone
  13169. macintosh
  13170. powerbook
  13171. qualified
  13172. socket
  13173. applescript
  13174. toolkit
  13175. jdirect
  13176. appleevent
  13177. receive
  13178. multisync
  13179. multithreaded
  13180. mutable
  13181. native
  13182. needs
  13183. netsprocket
  13184. networkR
  13185. network
  13186. setup
  13187. network
  13188. preferences
  13189. dumpnetworksetup
  13190. networking
  13191. newgworldr
  13192. finderdragpro
  13193. finderdragpro
  13194. finderevents
  13195. finderevents
  13196. finderevents
  13197. release
  13198. notes
  13199. finderlaunch
  13200. finderlaunch
  13201. finderlaunch
  13202. finderlaunch
  13203. finderregistry
  13204. finderregistry
  13205. findeverything
  13206. findeverything
  13207. amilies
  13208. findfamilies
  13209. findhammerhead
  13210. findhammerhead
  13211. findlurkers
  13212. findprinter
  13213. findprinter
  13214. findprinter
  13215. findserialports
  13216. findserialports
  13217. findserialports
  13218. findserialports
  13219. findsysfolder
  13220. findsysfolder
  13221. findsysfolder
  13222. findsysfolder
  13223. finland
  13224. finland
  13225. distributors/localiz
  13226. first
  13227. fishtanks
  13228. fishtank
  13229. picts
  13230. fkeys
  13231. fkeys
  13232. clipboard
  13233. magican
  13234. floatingwindow
  13235. floatingwindow
  13236. floatingwindow
  13237. floatingwindow
  13238. pbproj
  13239. floattolong
  13240. macintosh
  13241. powerbook
  13242. qualified
  13243. socket
  13244. compilers
  13245. assemblers
  13246. linkers
  13247. tools
  13248. debuggers
  13249. performance
  13250. version
  13251. numbers
  13252. remove
  13253. version
  13254. numbers
  13255. pplescript
  13256. toolkit
  13257. jdirect
  13258. appleevent
  13259. receive
  13260. redistribution
  13261. debug
  13262. debug
  13263. msdos
  13264. multi-player
  13265. multi-processing
  13266. multi-processing
  13267. pascal
  13268. multicast
  13269. multifinder
  13270. multihoming
  13271. multilingual
  13272. multilingual
  13273. editor
  13274. multimedia
  13275. multiplay
  13276. multiple
  13277. multiprocessing
  13278. lF'Technical Publications: Mac OS X Server
  13279. Mac OS X Server Developer Documentation
  13280. Updated conceptual and reference documentation for Mac OS X Server and Yellow Box. 
  13281. What's New/Updated:
  13282. AppKit
  13283. The Application Kit is a framework containing all the objects you need to implement your graphical, event-driven user interface.
  13284. Foundation
  13285. The Foundation Framework defines a base layer of Objective-C classes for OpenStep. In addition to providing a set of useful primitive object classes, it introduces several paradigms that define funB3ctionality not covered by the Objective-C language.
  13286. AppKit
  13287. Foundation
  13288. Mar 99L
  13289. Jul 99M"Project Builder, Interface BuilderNDMacOSXServer, AppKit, Foundation, Project Builder, Interface BuilderOTDev.CD Jul 99 SDK1:What's New:Reference Library:Technical Publications:MacOSXServer:P_Dev.CD Jul 99 SDK1
  13290.  - What's New
  13291.  - Reference Library
  13292.  - Technical Publications
  13293.  - MacOSXServerV
  13294. 69715X
  13295. Jul 99^
  13296. Jul 99^
  13297. e    No Change
  13298. e    No Changef5override QuickDraw GX tool jump table 'over' resourceq
  13299. Dev.CD Nov 00 TC Disk 1
  13300. All Packages
  13301. HackTV
  13302. 7HackTV illustrates how to use do Video Digitizing under QuickTime.
  13303. Refer to develop Issue 14 for details on this code.
  13304. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.
  13305. JFBuilding QT Samples
  13306. common.c
  13307. common.h
  13308. globals.c
  13309. globals.h
  13310. hacktv.r
  13311. macN"QuickTime, Video, Digitizing, vDigO?Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Capturing:HackTV:PJDev.CD Nov 00 TC Disk 2
  13312.  - Sample Code
  13313.  - QuickTime
  13314.  - Capturing
  13315.  - HackTVV
  13316. 68577X
  13317. Nov 00^    TC Disk 2
  13318. e    No Change
  13319. ework:PPDev.CD Jan 97 SDK2
  13320.  - Development Kits (Disc 2)
  13321.  - OpenDoc Development Framework
  13322. 69376X
  13323. Nov 00^    TC Disk 1
  13324. --set theItem to choose file -- uncomment to test in an AS editor
  13325.     tell application "Finder"
  13326.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Developer Utilities:SWAt 2.0b6:"
  13327.         activate
  13328.     end tell
  13329. on error errMsg number errNum
  13330.     --enter statements to perform when no records are found such as...
  13331.     display dialog "Sorry, the item you selected could not be found."
  13332.     return
  13333. end try
  13334. e    No Changef
  13335. Finder Windows
  13336. Hackq
  13337. Dev.CD Nov 00 TC Disk 1
  13338. All Packages
  13339. Switch StackI8Demonstrates how to switch to a private stack correctly.J
  13340. Read Me About Switch Stack
  13341. Switch Stack CW
  13342. Switch Stack CW.
  13343. Switch Stack MPW
  13344. Switch Stack MPW.make
  13345. Switch Stack THINK
  13346. Switch Stack.c
  13347. Switch Stack.r
  13348. Switch Stack.
  13349. Switch Stack.
  13350. .rsrcK
  13351. Apr 98M
  13352. Only compiles for 68K.N
  13353. private, stack, switch, snifferO8Dev.CD Nov 00 TC Disk 1:Sample Code:Memory:Switch Stack:P@Dev.CD Nov 00 TC Disk 1
  13354.  - Sample Code
  13355.  - Memory
  13356.  - Switch StackV
  13357. 69377X
  13358. 1e    No Change
  13359. audio
  13360. compression
  13361. playback
  13362. codec
  13363. auntie
  13364. authentication
  13365. autoguest
  13366. automated
  13367. automation
  13368. autopush
  13369. aware
  13370. backbuffer
  13371. backcolor
  13372. background
  13373. background
  13374. color
  13375. window
  13376. background-only
  13377. background-only
  13378. applications
  13379. pbcatsearch
  13380. applescript
  13381. subrout
  13382. etsda
  13383. eventi
  13384. eventsb
  13385. example
  13386. exception
  13387. exchange
  13388. expansion
  13389. export
  13390. exporters
  13391. exporting
  13392. extension
  13393. external
  13394. extractor
  13395. faceless
  13396. family
  13397. fcode
  13398. features
  13399. fetch
  13400. field
  13401. sample
  13402. b--set theItem to choose file -- uncomment to test in an AS editor
  13403.     tell application "Finder"
  13404.         open item "Dev.CD Aug 93"
  13405.         activate
  13406.     end tell
  13407. on error errMsg number errNum
  13408.     --enter statements to perform when no records are found such as...
  13409.     display dialog "Sorry, the item you selected could not be found."
  13410.     return
  13411. end try
  13412. worldscript
  13413. wrapper
  13414. writerk
  13415. writeswell
  13416. writing
  13417. yellow
  13418. zanzibar
  13419. zaptcp
  13420. zeroscrap
  13421. zones
  13422. carbon
  13423. zoomtowindowdevice
  13424. stack@
  13425. stress@
  13426. tedocument
  13427. telephony@
  13428. testmagic@
  13429. textchanger
  13430. 2.0.1@
  13431. transitions
  13432. themes@
  13433. updates@
  13434. userstartup
  13435. goodies@
  13436. validator
  13437. 1.11@
  13438. working
  13439. webobjects
  13440. wprocasm
  13441. xcmds&xfcns@
  13442. PLDev.CD Nov 00 TC Disk 2
  13443.  - Sample Code
  13444.  - Overview
  13445.  - Sample (Traffic Light)V
  13446. 69246X
  13447. Nov 00^    TC Disk 2
  13448. --set theItem to choose file -- uncomment to test in an AS editor
  13449.     tell application "Finder"
  13450.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Overview:Sample (Traffic Light):"
  13451.         activate
  13452.     end tell
  13453. on error errMsg number errNum
  13454.     --enter statements to perform when no records are found such as...
  13455.     display dialog "Sorry, the item you selected could not be found."
  13456.     return
  13457. end try
  13458. e    No Changef
  13459. Framework
  13460. Traffic Lightq
  13461. Dev.CD Nov 00 TC Disk 2
  13462. All Packages
  13463. SampleMakeEffectMovieI}This application takes the video tracks from zero, one, or two movies and creates a new movie with an effects track for them.V
  13464. 69247X
  13465. 1e    No Change
  13466. restore
  13467. restore
  13468. retrievepictinfo
  13469. retrievepictinfo
  13470. reuse
  13471. rfc1332
  13472. rfc1332
  13473. rfc1334
  13474. diagrams
  13475. dialog
  13476. dialog
  13477. popups
  13478. dialogbits
  13479. dialogbits
  13480. dialogbits
  13481. dialogbits
  13482. dialogbits
  13483. dialogcode
  13484. dialogcode
  13485. dialogs
  13486. dialogs
  13487. dialogstuff
  13488. dialogstuff
  13489. dialogstuff
  13490. dialogtest
  13491. dialogtest
  13492. dialogtest
  13493. dialogtest
  13494. dialogutils
  13495. dialogutils
  13496. dialogutils
  13497. dialogutils
  13498. dialogwindow
  13499. dialogwindow
  13500. dialogwindow
  13501. dictionary
  13502. rPC G4 processor with Altivec; an ATI RAGE 128
  13503.    graphics controller; built-in Zip and DVD drives; built-in
  13504.    Ethernet, USB, and FireWire ports; and an optional AirPort Card
  13505.    wireless LAN module.
  13506.    The developer note includes information about
  13507.    - the features of the Power Mac G4
  13508.    - compatibility issues
  13509.    - the internal logic of the Power Mac G4
  13510.    - the I/O ports and built-in I/O devices
  13511.    - the RAM expansion DIMM
  13512.    - the PCI expansion slots
  13513.    - the system software that comes
  13514.  with the Power Mac G4
  13515. =============
  13516. MAC OS 8 and 9:
  13517. =============
  13518. Apple Type Services for Unicode Imaging Reference [UPDATE]  
  13519. This document describes the complete API reference for ATSUI and is  updated for ATSUI 1.2. New features in ATSUI 1.2 include a linguistically based breakline and added tab character handling. The document also contains an appendix detailing the API elements from other technologies that are also used by ATSUI.
  13520. ------------------------------------------------
  13521. cfm-68k
  13522. cfm-68k
  13523. changer
  13524. cheap
  13525. cheap
  13526. studio
  13527. chinese
  13528. chinese
  13529. dictation
  13530. chinese
  13531. dictation
  13532. Wcompressmoviesmain
  13533. compressmoviesmain
  13534. compressorm
  13535. compresspictfile
  13536. compresspictfile
  13537. concordia
  13538. concordia
  13539. concordia
  13540. concordia
  13541. concordia
  13542. concordia
  13543. concordia
  13544. concordia
  13545. concordia
  13546. conferencing
  13547. config
  13548. config
  13549. config&interleave
  13550. configs
  13551. configuration
  13552. contents
  13553. extensions
  13554. contents
  13555. bootvol
  13556. context
  13557. contextualu
  13558. contextual
  13559. development
  13560. contextual
  13561. machack
  13562. goodies
  13563. contextual
  13564. manageru
  13565. contrast
  13566. --set theItem to choose file -- uncomment to test in an AS editor
  13567.     tell application "Finder"
  13568.         open item "Dev.CD Apr 94
  13569. Dev.CD Jan 94
  13570. Dev.CD Oct 93
  13571. Dev.CD Jul 93
  13572. Dev.CD Apr 93"
  13573.         activate
  13574.     end tell
  13575. on error errMsg number errNum
  13576.     --enter statements to perform when no records are found such as...
  13577.     display dialog "Sorry, the item you selected could not be found."
  13578.     return
  13579. end try
  13580. depth
  13581. designing
  13582. detection
  13583. detectory
  13584. detector
  13585. contextual
  13586. apple
  13587. detectors
  13588. detectorsy
  13589. developerz
  13590. developer
  13591. documentation
  13592. publications
  13593. technical
  13594. document
  13595. macintalk
  13596. macintoshR
  13597. macintosh
  13598. powerbook
  13599. series
  13600. developers
  13601. powerpc
  13602. backside
  13603. macintosh
  13604. technotes
  13605. macodbc
  13606. macosxserver
  13607. macosxserver
  13608. appkit
  13609. foundation
  13610. project
  13611. builder
  13612. interface
  13613. macsbugi
  13614. macsbug
  13615. appleevent
  13616. apple
  13617. event
  13618. dcmdi
  13619. macsbug
  13620. debugger
  13621. debugging
  13622. assembly
  13623. mactcp
  13624. mactcp
  13625. communications
  13626. toolbox
  13627. serial
  13628. ports
  13629. audio
  13630. mactcp
  13631. development
  13632. transport
  13633. zaptcp
  13634. mactcp
  13635. tcp/ip
  13636. magic
  13637. suite
  13638. apple
  13639. events
  13640. applescript
  13641. email
  13642. makeicon
  13643. management
  13644.   This was limited to Mac OS 8 only.  Now, developers can write new detectors and actions and deliver this functionality to users who are running Mac OS 7.6 because the extension and control panel for the SDK (1.0.2) have been qualified to work on Mac OS 7.6 or later.  Note that developers will als
  13645. Communications Toolbox
  13646. Contributed
  13647. Devices and Hardware
  13648. Files
  13649. Games
  13650. Graphics 2D
  13651. Graphics 3D
  13652. Help Systems
  13653. Human Interface Toolbox
  13654. Interapplication Comm
  13655. Memory
  13656. Networking
  13657. OS Utilities
  13658. Overview
  13659. Platforms and Tools
  13660. Printing
  13661. Processes
  13662. QuickTime
  13663. Runtime Architecture
  13664. Sound
  13665. nter statements to perform when no records are found such as...
  13666.     display dialog "Sorry, the item you selected could not be found."
  13667.     return
  13668. end try
  13669. e    No ChangefSAppleTalk
  13670. EtherTalk
  13671. TokenTalk
  13672. Network
  13673. Ethernet
  13674. Token Ring
  13675. LaserWriter Bridge
  13676. A/ROSEq
  13677. Dev.CD Apr 98 SDK1
  13678. All Packages
  13679. F    IPCLister
  13680. 67007X
  13681. No Changef Windows
  13682. QuickTime
  13683. Playerq
  13684. Dev.CD Nov 00 TC Disk 2
  13685. All Packages
  13686. MFC SimpleEditIRA Microsoft MFC application that plays a movie with QuickTime and enables editing
  13687. 65492X
  13688. 1e    No Change
  13689.  This sample allows an application to tell the Finder to open a folder, launch an application, or open a document.
  13690. Nov 99V
  13691. 63665X
  13692. 1e    No Change
  13693. bility
  13694.  easi
  13695. snippets
  13696. processes
  13697. snippets
  13698. quickdraw
  13699. snippets
  13700. quicktime
  13701. snippets
  13702. sound
  13703. snippets
  13704. testing
  13705. debugging
  13706. snippets
  13707. snippets
  13708. toolbox
  13709. development
  13710. softvdig
  13711. software
  13712. somobjects
  13713. somobjects
  13714. sonofsillyballs
  13715. sound
  13716. sound
  13717. manager
  13718. sound
  13719. premixer
  13720. effect
  13721. soundapp
  13722. soundboard
  13723. soundconvert
  13724. soundconverter
  13725. soundlevel
  13726. soundmemrecord
  13727. soundrecord
  13728. soundsnippets
  13729. soundsprockettest
  13730. source
  13731. sourcebug
  13732. sourceobj
  13733. sources
  13734. spain
  13735. spain
  13736. distribution
  13737. guide
  13738. 1.0.1
  13739. specific
  13740. speech
  13741. speech
  13742. recognition
  13743. manager
  13744. speech
  13745. recognition
  13746. sample
  13747. speech
  13748. synthesis
  13749. manager
  13750. pooler
  13751. spriteworld
  13752. sprocket
  13753. sprocketinvaders
  13754. squarewave
  13755. stack
  13756. standard
  13757. standard
  13758. samples
  13759. notesR
  13760. nothing
  13761. noticable
  13762. notice
  13763. noticed
  13764. notification
  13765. notifications
  13766. notifier
  13767. notifies
  13768. notify
  13769. notions
  13770. novell
  13771. november{
  13772. novice
  13773. nsa/commerce
  13774. nsarray
  13775. nshost
  13776. manager
  13777. library
  13778. plug-ins
  13779. network
  13780. administrator's
  13781. guide
  13782. second
  13783. edition
  13784. nsstring
  13785. nsthread
  13786. river version 1.0.2 for the Token Ring 4/16 NB and Token Ring NB/c Card
  13787.  A/ROSE 1.2.1, for use in some token ring configurations
  13788. See the document "NSI 1.5.1 - Read Me First" for details.
  13789. Aug 92L
  13790. Jul 95c
  13791. ews (1 million Power Macs; Apple Licenses MacOS; QuickTime Conferencing; AppleShare and AppleSearch for Windows; MessagePad 120; Motorola Newton Wireless Device); Strategy Mosaic (Blueprint for Future: Communications and Collaboration); Editor's Note (Delays); IndustryWatch.
  13792. Technology: News (develop issue 21); CD Highlights;  Human Interface (Disambiguator, pt 1); OpenDoc HI Q&A, pt 3; QuickDraw 3D.
  13793. Business & Marketing:  Market Research Monthly (Server Software); Special Market Report 
  13794. (Newton Vertical Market); Marketing Feature (User Group Marketing).
  13795. This is final draft copy from the February Apple Directions, 
  13796.  1995, Apple Computer, Inc. All rights reserved. Reuse or reprinting without permission of the editor is forbidden.  For permission, contact the editor on AppleLink at A.DIRECTIONS.
  13797. February 1995 Apple Directions Articles
  13798. News: Apple News (Developer Support for PCI; OpenDoc Roundup; Apple Supports Kaleida Products; GeoPort Kit; Apple Joins Versit); Strategy M
  13799. aetec
  13800. aetrackerh
  13801. aeutd
  13802. aevti
  13803. affect
  13804. affected
  13805. affects
  13806. affordable
  13807. affordance
  13808. afloat
  13809. aforementioned
  13810. afterN
  13811. again
  13812. against
  13813. age-old
  13814. agent
  13815. agents
  13816. aggregate
  13817. aggressive{
  13818. aglfont
  13819. understand
  13820. understanding
  13821. understands
  13822. understood
  13823. undocumented
  13824. unexpected
  13825. unfamiliar
  13826. unfortunately
  13827. unfriendly
  13828. unicode
  13829. unified{
  13830. uniform
  13831. uninitiated
  13832. unique
  13833. Integrating Computer-Based Media in a Broadcast Environment by Laurence Tietz
  13834. Are you an expert graphic designer working in the desktop publishing market and want to expand your work into the exciting area of broadcast design? What special concerns do you need to understand in order to succeed in this field? In this paper we will look at the requirements of the broadcast environment and explain how to use your Macintosh system to create broadcast-ready graphics.
  13835. CompbasedMediaBroadcastEnv.pdfK
  13836. May 99L
  13837. Jul 99M
  13838. Acrobat Reader 3.0N5Computer Based Media, Television, Broadcast, GraphicsONDev.CD Mar OO RLDisk 1:Interactive Media Resources:CompbasedMediaBroadcastEnv:PSDev.CD Mar OO RLDisk 1
  13839.  - Interactive Media Resources
  13840.  - CompbasedMediaBroadcastEnvy Macintosh applications, namely the standard progress bar and the barber pole.
  13841. readLocation:  This snippet shows how to retrieve the Map control panel settings for longitude and latitude and the time offset from GMT
  13842. Reinstalla
  13843. opengl
  13844. drawsprocket
  13845. multiple
  13846. monitor
  13847. renderer
  13848. opening
  13849. openpicture
  13850. openstep
  13851. opentransport
  13852. cache
  13853. display
  13854. dumparpcache
  13855. opentransport
  13856. control
  13857. strip
  13858. module
  13859. opentransport
  13860. server
  13861. thread
  13862. manager
  13863. tcp/ip
  13864. iostreams
  13865. optimization
  13866. optimization
  13867. buffered
  13868. system
  13869. cache
  13870. cacheline
  13871. optimizati
  13872. optimizing
  13873. option
  13874. oracle
  13875. ordered
  13876. oriented
  13877. ot/ppp
  13878. ot/ppp
  13879. control
  13880. strip
  13881. ot/ppp
  13882. control
  13883. strip
  13884. sample
  13885. ot/ppp
  13886. transport
  13887. getpppstatus
  13888. ot/ppp
  13889. otbuffer
  13890. otbufferinfo
  13891. otdumpinternetstatus
  13892. otdumpportregistry
  13893. otendpointinfo
  13894. otfifo
  13895. otfindserialports
  13896. otgetendpointinfo
  13897. otgetindexedport
  13898. otgetuserportnamefro
  13899. otlifo
  13900. otlink
  13901. otllctest
  13902. otlookup
  13903. otlookupnametest
  13904. otoptionmanagment
  13905. otpapsampleserver
  13906. 68396X
  13907. Nov 99^
  13908. --set theItem to choose file -- uncomment to test in an AS editor
  13909.     tell application "Finder"
  13910.         open item "Dev.CD Nov 99 TC:Tool Chest:Development Kits:
  13911.  Other Platforms:Convert
  13912. Projects 1.0b5:"
  13913.         activate
  13914.     end tell
  13915. on error errMsg number errNum
  13916.     --enter statements to perform when no records are found such as...
  13917.     display dialog "Sorry, the item you selected could not be found."
  13918.     return
  13919. end try
  13920. Deletedq
  13921. Dev.CD Nov 99 TC
  13922. All Packages
  13923. ConvertToMovie Jr.I
  13924. ConvertToMovie Jr. is an example application to recompress QuickTime
  13925. movies and is based heavily on the venerable ConvertToMovie
  13926. .  It shows
  13927. how to use various parts of the Movie Toolbox, Image Compression Manager, and Standard Compression Component.JPConvertToMovie Jr.(PPC)
  13928. ConvertToMovie Jr.c
  13929. ConvertToMovie.mcp
  13930. Rotate Cube SmallM    QuickTimeOYDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Importers and Exporters:ConvertToMovie Jr.:V
  13931. 68397X
  13932. 1e    No Change
  13933. ow Copy
  13934. controlledO
  13935. controllerA
  13936. controllingA
  13937. controlrgn
  13938. controlsu
  13939. controls/events
  13940. controlstrip
  13941. convenience
  13942. convenient
  13943. conveniently
  13944. conventions
  13945. conversion^
  13946. conversions
  13947. convertf
  13948. converted
  13949. convertery
  13950. converting
  13951. convertmovie
  13952. convertmovie
  13953. makes
  13954. movie
  13955. converting
  13956. converts
  13957. converttomovie
  13958. converttomovie
  13959. example
  13960. application
  13961. recompress
  13962. convolution
  13963. convolution/correlat
  13964. cookbook
  13965. Summary:  PCCTS (The Purdue Compiler-Construction Tool Set) is a public domain tool set consisting of a parser generator called ANTLR and a lexical analyzer called DLG. ANTLR accepts a grammatical description for an input language and generates a recursive-descent parser in C or C++ to recognize sentences in that input language; DLG is used to break up the input stream of characters into a token stream.
  13966. ANTLR combines the flexibility of hand-coded parsing with the convenience of a parser 
  13967. generator. ANTLR has many features that make it easier to use than other language tools. Most important, ANTLR provides PREDICATES which let the programmer systematically direct the parse via arbitrary expressions using semantics and syntactic context; in practice, the use of predicates eliminates the need to hand-tweak the ANTLR output, even for difficult parsing problems. ANTLR also integrates the description of lexical and syntactic analysis, accepts LL(k) grammars for k>1 with extended
  13968. e    No Changef
  13969. grab icon desktopq
  13970. Dev.CD Nov 00 TC Disk 1
  13971. D!All Packages
  13972. Tool Chest Edition
  13973.  is an application that directs whatever Macintosh it is running on to examine each AppleTalk packet it is about to write to the network.   If it meets operator-defined criteria, the packet can be altered and controlled in a variety of ways.
  13974. Features: 
  13975. Packets can have their size changed, data altered, protocol parameters changed, or their transmission delayed or repeated.  
  13976. The user-defined criteria currently includes matching such traits for the AppleTalk Protocols
  13977. : ASP, ATP, ADSP, DDP, LLAP, NBP, and PAP.
  13978. A distribution scenario can be set up to introduce random and selective snarfing of packets.
  13979. Files can be saved to hold the user-defined critieria and actions that users create.
  13980. The Snarfer can run on Internet Routers and handle multiple ports.
  13981. Issues: The Snarfer is currently being considered for a patent filed by Apple.  So far, it is a low priority patent.
  13982.  riority patent.
  13983. simpleeditsdi
  13984. simpleeditsdi
  13985. simpleeditsdi
  13986. simpleeditsdi
  13987. simpleeditsdi
  13988. simpleeditsdi
  13989. simpleeditsdi
  13990. simplehelp
  13991. simplehelp
  13992. simplehelp
  13993. pbproj
  13994. simpleinit
  13995. simpleinit
  13996. simpleinit
  13997. simpleinit
  13998. simpleplayermfc
  13999. simpleplayermfc
  14000. simpleplayermfc
  14001. simpleplayermfc
  14002. simpleplayermfc
  14003. simpleplayermfc
  14004. simpleplayermfc
  14005. simpleplayermfc
  14006. Jan 94
  14007. p--set theItem to choose file -- uncomment to test in an AS editor
  14008.     tell application "Finder"
  14009.         open item "Dev.CD Jan 94
  14010. Dev.CD Oct 93"
  14011.         activate
  14012.     end tell
  14013. on error errMsg number errNum
  14014.     --enter statements to perform when no records are found such as...
  14015.     display dialog "Sorry, the item you selected could not be found."
  14016.     return
  14017. end try
  14018. All Packages
  14019. F    QuickTimeO
  14020. Dev.CD Jan 94
  14021. Dev.CD Oct 93P
  14022. Dev.CD Jan 94
  14023. Dev.CD Oct 9V
  14024. 65897X
  14025. Jan 94
  14026. 68255X
  14027. Jul 99^
  14028. --set theItem to choose file -- uncomment to test in an AS editor
  14029.     tell application "Finder"
  14030.         open item "Dev.CD Jul 99 SDK1:Development Kits:Mac OS:Apple Color OneScanner SDK:"
  14031.         activate
  14032.     end tell
  14033. on error errMsg number errNum
  14034.     --enter statements to perform when no records are found such as...
  14035.     display dialog "Sorry, the item you selected could not be found."
  14036.     return
  14037. end try
  14038. Deletedq
  14039. Dev.CD Jul 99 SDK1
  14040. 9D!All Packages
  14041. Mac OS SDK Edition
  14042. Apple Data Detectors SDK
  14043.     ICT file with a PICT containing the txRatio opcode. J<My PICT File
  14044. txRatio Pict.mcp
  14045. txRatioPict(PPC)
  14046. txRatioPict.cM    QuickDrawN
  14047. txRatio, PICTO=Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:txRatio PICT:PEDev.CD Nov 00 TC Disk 1
  14048.  - Sample Code
  14049.  - Graphics 2D
  14050.  - txRatio PICTV
  14051. 68123X
  14052. Nov 00^    TC Disk 1
  14053. e    No Change
  14054. boolean
  14055. boost
  14056. booth
  14057. MacGamma is code that one can drop into their application which provides easy access to gamma control for all system displays.  It provides safe saving and restoring of original system gamma so one does not upset users and/or other applications.
  14058. The code is based on a simple 3 channel, 256 entry, 8 bit gamma ramp.  This ramp is basically an array of 256 byte size element red, green and blue channels.  All routines provided use this structure to pass information to and from the systems dis
  14059. plays, this was chosen to simplify application usage.  Some displays may represent gamma data differently, gamma ramps are internally converted internally to what ever format the monitor requires.
  14060. A few usage notes for the source:
  14061. SetDeviceGammaRampXX may not return until the VBL following the call, depending on the display driver, this is due to the handling of the Control call by the driver.
  14062. Startup and Shutdown:
  14063. GetSystemGammas (...) must be called to save the system gammas prior to u
  14064. 69359X
  14065. Oct 00^
  14066. --set theItem to choose file -- uncomment to test in an AS editor
  14067.     tell application "Finder"
  14068.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Speech Synthesis Manager:"
  14069.         activate
  14070.     end tell
  14071. on error errMsg number errNum
  14072.     --enter statements to perform when no records are found such as...
  14073.     display dialog "Sorry, the item you selected could not be found."
  14074.     return
  14075. end try
  14076. e    No Changef3Speech
  14077. Synthesis
  14078. Text-to-Speech
  14079. MacinTalk
  14080. PlainTalkq
  14081. Dev.CD Oct 00 SDK1
  14082. All Packages
  14083. Splasher
  14084. A very simple application that displays a "modal" window that goes away as soon as you click the mouse or press a key.  This is how many splash screens behave -- but as long as the window is displayed, the Process Manager won't switch your application from being frontmost.
  14085. J3Splasher(PPC)
  14086. Splasher.mcp
  14087. Splasher.rsrc
  14088. Template.cOEDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Splasher:V
  14089. 69360X
  14090. 1e    No Change
  14091. notation
  14092. note_
  14093. standardgetfolder
  14094. replaces
  14095. customgetfile
  14096. apple
  14097. guide
  14098. intended
  14099. those
  14100. developers
  14101. noted
  14102. est.c
  14103. MeterTest.mcpM
  14104. Sound Manager 3.2.1 or laterN
  14105. sound, record, MeterTestO4Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:MeterTest:P<Dev.CD Nov 00 TC Disk 2
  14106.  - Sample Code
  14107.  - Sound
  14108.  - MeterTest6N
  14109. printer, current, find
  14110. O9Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:FindPrinter:PADev.CD Nov 00 TC Disk 2
  14111.  - Sample Code
  14112.  - Printing
  14113.  - FindPrinterV
  14114. 63667X
  14115. Nov 00^    TC Disk 2
  14116. e    No Change
  14117. b) using a different font, and (c) using an internal buffer.
  14118. 62379X
  14119. 1e    No Change
  14120. Aug 00MRPower PC with 64 megs of Ram, Mac OS 8.5 or later, MRJ 2.1 or later, QuickTime 4.xN>QuickTime, Java, Tutorial, MRJ, QTZoo, Zoo, QuickTime for JavaONDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:Zoo Tutorial:PYDev.CD Nov 00 TC Disk 2
  14121.  - Sample Code
  14122.  - QuickTime
  14123.  - QuickTime for Java
  14124.  - Zoo TutorialV
  14125. 69822X
  14126. Nov 00^    TC Disk 2
  14127. --set theItem to choose file -- uncomment to test in an AS editor
  14128.     tell application "Finder"
  14129.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:Zoo Tutorial:"
  14130.         activate
  14131.     end tell
  14132. on error errMsg number errNum
  14133.     --enter statements to perform when no records are found such as...
  14134.     display dialog "Sorry, the item you selected could not be found."
  14135.     return
  14136. end try
  14137. e    No Changef8QuickTime
  14138. Tutorial
  14139. QTZoo
  14140. QuickTime for Javao&http://developer.apple.com/samplecode/q
  14141. Dev.CD Nov 00 TC Disk 2
  14142. D!All Packages
  14143. Mac OS SDK Edition
  14144. Zoomed Video Driver v1.0 SDK
  14145.     D] 7.0 and are fully explained in the Technical Note "Toolbox - TB 37 - Pending Update Perils".
  14146.  Read Me Chromakey Movie
  14147.  Read Me Rotate Cube Movie
  14148. ChromaKeyMovie
  14149. ChromaKeyMovie.h
  14150. ChromaKeyMovie.mcp
  14151. ChromaKeyMovie.rsrc
  14152. doevent.c
  14153. eventloop.c
  14154. menu.c
  14155. moviecontrol.c
  14156. Rotate Cube Small
  14157. start.c
  14158. windows.cK
  14159. Jan 96M
  14160. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.
  14161. N8QuickTime, AIFF, Sound, Mixer, Output, Device, ComponentOEDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:ChromaKeyMovie:PPDev.CD Nov 00 TC Disk 2
  14162.  - Sample Code
  14163.  - QuickTime
  14164.  - Goodies
  14165.  - ChromaKeyMovieLDefProc0.A
  14166. mdefproc.a
  14167. rdocproc.a
  14168. Read Me 
  14169.  DefProcs
  14170. Read Me 
  14171.  DefProcs.txt
  14172. sbarcdef.a
  14173. wprocasm.aK
  14174. Aug 93O4Dev.CD Nov 00 TC Disk 1:Tool Chest:Toolbox:DefProcs:P<Dev.CD Nov 00 TC Disk 1
  14175.  - Tool Chest
  14176.  - Toolbox
  14177.  - DefProcspenz
  14178. browser
  14179. beginz
  14180. opp's
  14181. orientedS
  14182. Summary:  The Control Strip is a control panel that provides the operating environment for Control Strip modules. It runs on any Macintosh PowerBook computer with System 7.0 or later.
  14183. We discuss Control Strip modules and how to write a new module. This information originally appeared in the PowerBook 520, 520c, 540, 540c Developer Note. It is being published as a Technical Note for ease of access. The information in the PowerBook 520, 520c, 540, 540c Developer Note is obsolete. All futureB
  14184.  updates to this documentation will happen within this Technical Note.
  14185. MacCalendar is a complete snippet that illustrates how to write a module for the Control Strip Manager that is available for PowerBook Macintoshes.
  14186. JMControl Strip
  14187. Control Strip Sample
  14188. Control Strip Technical Note
  14189. MacCalendar 
  14190. Apr 96N'Control Strip, PowerBook, Control PanelO9Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Control Strip:PADev.CD Oct 00 SDK1
  14191.  - Development Kits
  14192.  - Mac OS
  14193.  - Control Stripimple applicat
  14194. --set theItem to choose file -- uncomment to test in an AS editor
  14195.     tell application "Finder"
  14196.         open item "Dev.CD Apr 94
  14197. Dev.CD Jan 94
  14198. Dev.CD Oct 93
  14199. Dev.CD Jul 93
  14200. Dev.CD Apr 93"
  14201.         activate
  14202.     end tell
  14203. on error errMsg number errNum
  14204.     --enter statements to perform when no records are found such as...
  14205.     display dialog "Sorry, the item you selected could not be found."
  14206.     return
  14207. end try
  14208. informational
  14209. informixeoadaptor
  14210. infrared
  14211. inherit
  14212. inheritance
  14213. color
  14214. imaging`
  14215. advanced
  14216. color
  14217. imaging
  14218. advanced
  14219. technique
  14220. D Jul 96 SSWV
  14221. 63306X
  14222. package
  14223. contains
  14224. drive
  14225. setup
  14226. v1.7.2
  14227. program
  14228. package
  14229. contains
  14230. processor
  14231. emulator
  14232. extensions
  14233. package
  14234. compatible
  14235. package
  14236. system
  14237. compatible
  14238. program
  14239. demonstrates
  14240. easily
  14241. capture
  14242. program
  14243. displays
  14244. memory
  14245. configuration
  14246. program
  14247. shows
  14248. pixmap
  14249. scale
  14250. program
  14251. shows
  14252. readlocation
  14253. function
  14254. release
  14255. keychain
  14256. focuses
  14257. password
  14258. storage
  14259. sample
  14260. application
  14261. demonstrates
  14262. serial
  14263. sample
  14264. accompanies
  14265. optimization
  14266. strategies
  14267. sample
  14268. creates
  14269. sprite
  14270. movie
  14271. containing
  14272. sprite
  14273. sample
  14274. demonstrates
  14275. quicktime
  14276. sprit
  14277. sample
  14278. illustrates
  14279. tracks
  14280. sample
  14281. illustrates
  14282. compress
  14283. decompress
  14284. ems, Inc. recommended
  14285. der Mac OS. (This is not an endorsement.)
  14286. It's also a C code sample which shows how easy it is to make a scriptable application for a specific use. It doesn't use the object model and it doesn't have a huge feature set. (Its functionality fills a specific need in Developer Relations, namely aiding an AppleScript called SeedBuilder to make uniform seed archives and segments.) This is a drawback in at least one sense, but also an advantage in another in that it may demystify scriptable applDfications for some number of developers by exposing scripting support in terms they already understand.
  14287. J<Project
  14288. ScriptableStuffItEngine
  14289. ScriptableStuffItEngine.htmlK
  14290. Feb 99M
  14291. Universal Headers 3.2, System 7N0AppleScript, StuffIt, Engine, scriptable, scriptOZDev.CD Nov 00 TC Disk 1:Tool Chest:Interapplication Communication:ScriptableStuffItEngine:PbDev.CD Nov 00 TC Disk 1
  14292.  - Tool Chest
  14293.  - Interapplication Communication
  14294.  - ScriptableStuffItEngine
  14295. arpsample
  14296. arrangement
  14297. sample
  14298. design
  14299. Dev.CD Apr 93PDDev.CD Apr 94
  14300. Dev.CD Jan 94
  14301. Dev.CD Oct 93
  14302. Dev.CD Jul 93
  14303. Dev.CD Apr 9V
  14304. 68007X
  14305. Apr 94
  14306. --set theItem to choose file -- uncomment to test in an AS editor
  14307.     tell application "Finder"
  14308.         open item "Dev.CD Apr 94
  14309. Dev.CD Jan 94
  14310. Dev.CD Oct 93
  14311. Dev.CD Jul 93
  14312. Dev.CD Apr 93"
  14313.         activate
  14314.     end tell
  14315. on error errMsg number errNum
  14316.     --enter statements to perform when no records are found such as...
  14317.     display dialog "Sorry, the item you selected could not be found."
  14318.     return
  14319. end try
  14320. All Packages
  14321. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  14322. Dev.CD Jan 94
  14323. Dev.CD Oct 93
  14324. Dev.CD Jul 93
  14325. Dev.CD Apr 93PDDev.CD Apr 94
  14326. Dev.CD Jan 94
  14327. Dev.CD Oct 93
  14328. Dev.CD Jul 93
  14329. Dev.CD Apr 9V
  14330. 68008X
  14331. Apr 94
  14332. d such as...
  14333.     display dialog "Sorry, the item you selected could not be found."
  14334.     return
  14335. end try
  14336. e    No Changef
  14337. vRefNum
  14338. DirID
  14339. pcted conditions. But C programmers can take advantage of them as well, since C is (mostly) a subset of C++.
  14340. Country Stringing: Localized Strings for the Newton by Maurice Sharp. Although version 1.5 of the Newton Toolkit provides some built-in support for localizing strings, organizing the different sets of strings is still problematic. Or rather, it was until now.
  14341. JBdevelop Issue 25
  14342. develop Issue 25 code
  14343. develop Issue 25 referencesK
  14344. Mar 96L
  14345. Mar 96OIDev.CD Sep 00 RL Disk 1:Technical Documentation:Develop:develop Issue 25:PQDev.CD Sep 00 RL Disk 1
  14346.  - Technical Documentation
  14347.  - Develop
  14348.  - develop Issue 25pplescript
  14349. apple
  14350. events
  14351. appleevents
  14352. finder
  14353. ample Code:Communications Toolbox:FindSerialPorts:PSDev.CD Nov 00 TC Disk 1
  14354.  - Sample Code
  14355.  - Communications Toolbox
  14356.  - FindSerialPortsV
  14357. 63668X
  14358. Nov 00^    TC Disk 1
  14359. e    No Change
  14360. background
  14361. technicalT
  14362. technical
  14363. publications
  14364. technical
  14365. publications
  14366. carbon
  14367. technical
  14368. publications
  14369. foundation
  14370. technical
  14371. publications
  14372. documentation
  14373. technical
  14374. publications
  14375. enterprise
  14376. technical
  14377. publications
  14378. function
  14379. index
  14380. technical
  14381. publications
  14382. hardware
  14383. technical
  14384. publications
  14385. technical
  14386. publications
  14387. technical
  14388. publications
  14389. technical
  14390. publications
  14391. technical
  14392. publications
  14393. server
  14394. technical
  14395. publications
  14396. quicktime
  14397. technical
  14398. publications
  14399. rhapsody
  14400. technical
  14401. publications
  14402. webobjects
  14403. techniques
  14404. technotes
  14405. telephone
  14406. telephone
  14407. manager
  14408. terminologyd
  14409. tesample
  14410. textedit
  14411. thingies
  14412. threaded
  14413. CardBus,  PCMCIA,  PC Carde file -- uncomment to test in an AS editor
  14414.     tell application "Finder"
  14415.         open item "Dev.CD Jul 95"
  14416.         activate
  14417.     end tell
  14418. on error errMsg number errNum
  14419.     --enter statements to perform when no records are found such as...
  14420.     display dialog "Sorry, the item you selected could not be found."
  14421.     return
  14422. end try
  14423. saving{
  14424. dulesS
  14425. scheme
  14426. schemes
  14427. schneider
  14428. school
  14429. science
  14430. scoop
  14431. score
  14432. scoring
  14433. scott
  14434. scrambling
  14435. scrap
  14436. screenB
  14437. screen's
  14438. screens
  14439. scripty
  14440. scriptability
  14441. scriptableO
  14442. scripted
  14443. scripter
  14444. ,PYDev.CD Nov 00 TC Disk 2
  14445.  - Sample Code
  14446.  - QuickTime
  14447.  - Basics
  14448.  - Inside Mac Movie TB CodeV
  14449. 68627X
  14450. Nov 00^    TC Disk 2
  14451. --set theItem to choose file -- uncomment to test in an AS editor
  14452.     tell application "Finder"
  14453.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:Inside Mac Movie TB Code:"
  14454.         activate
  14455.     end tell
  14456. on error errMsg number errNum
  14457.     --enter statements to perform when no records are found such as...
  14458.     display dialog "Sorry, the item you selected could not be found."
  14459.     return
  14460. end try
  14461. e    No Changef
  14462. QuickTime
  14463. movie
  14464. toolbox
  14465. Dev.CD Nov 00 TC Disk 2
  14466. -D(All Packages
  14467. Reference Library Edition
  14468. Inside Macintosh - QuickDraw GX
  14469.      7.0 or later, and is compatible with System 7.5, 68040 and PowerPC-based Macs, 32-bit addressing, and virtual memory.O>Dev.CD Nov 99 TC:Tool Chest:Developer Utilities:Drop
  14470. PS 1.1.3:PFDev.CD Nov 99 TC
  14471.  - Tool Chest
  14472.  - Developer Utilities
  14473.  - Drop
  14474. PS 1.1.3C
  14475. applet
  14476. demonstrates
  14477. stream
  14478. movie
  14479. program
  14480. shows
  14481. select
  14482. create
  14483. movie
  14484. little
  14485. snippet
  14486. adapted
  14487. inside
  14488. macinto@
  14489. sample
  14490. illustrates
  14491. stand
  14492. alone
  14493. accessorie@
  14494. produces
  14495. template
  14496. building
  14497. balloon
  14498. into@
  14499. using
  14500. enterprise
  14501. objects
  14502. framework
  14503. openstep@
  14504. developing
  14505. drivers
  14506. sometimes
  14507. resedit@
  14508. a/rose@
  14509. carbonsndplaydb@
  14510. cwpro2@
  14511. developer@
  14512. fastdither
  14513. rsrc@
  14514. info@
  14515. mwprefixrezppc
  14516. install
  14517. image@
  14518. parser@
  14519. play1
  14520. privateconditionals@
  14521. quickstart@
  14522. renderinglib@
  14523. sample
  14524. applescripts@
  14525. sites@
  14526. watcher@
  14527. whats@
  14528. working
  14529. webobjects
  14530. applescript
  14531. apple
  14532. events
  14533. recordable
  14534. scriptable
  14535. script@
  14536. backscrap@
  14537. foreground
  14538. color@
  14539. a world of new possibilities, a
  14540. allowed
  14541. allowing
  14542.     EK    3. This notice may not be removed or altered from any source distribution.
  14543. J[About these folders
  14544. Documentation
  14545. ResEdit RLE Editor
  14546. SpriteWorld Examples
  14547. SpriteWorld FilesL
  14548. Nov 00M$System 7.0 or later, 68020 or later.N,Sprite, SpriteWorld, blit, blitter, GraphicsO<Dev.CD Nov 00 TC Disk 1:Sample Code:Contributed:SpriteWorld:PDDev.CD Nov 00 TC Disk 1
  14549.  - Sample Code
  14550.  - Contributed
  14551.  - SpriteWorldy
  14552. functional
  14553. opentransport
  14554. sample
  14555. imple
  14556. summary
  14557. graphical
  14558. representation
  14559. maximum
  14560. summary
  14561. definition
  14562. procedure
  14563. source
  14564. summary
  14565. series
  14566. tools
  14567. source
  14568. allow
  14569. summary
  14570. xcmds
  14571. xfcns
  14572. perform
  14573. summary
  14574. three
  14575. tools
  14576. written
  14577. hardwar
  14578. summary
  14579. simple
  14580. window
  14581. based
  14582. debugger
  14583. kernel
  14584. summary
  14585. prgram
  14586. guide
  14587. macintosh
  14588. power
  14589. b--set theItem to choose file -- uncomment to test in an AS editor
  14590.     tell application "Finder"
  14591.         open item "Dev.CD Jul 95"
  14592.         activate
  14593.     end tell
  14594. on error errMsg number errNum
  14595.     --enter statements to perform when no records are found such as...
  14596.     display dialog "Sorry, the item you selected could not be found."
  14597.     return
  14598. end try
  14599. "Sorry, the item you selected could not be found."
  14600.     return
  14601. end try
  14602. e    No Changef1detector
  14603. contextual menu
  14604. Apple Data Detectors
  14605. Dev.CD Oct 00 SDK1
  14606. Apple Developer News archive
  14607. This folder contains the archives (in HTML format) of Apple Computer's weekly newsletter to developers, Apple Developer News. The navigation links and graphics at the top and bottom of each page do not work, but the body of each page (and relevant links to the Internet) are complete. This folder is a mirror image of the ADN content on Apple's web site and is included for those developers who do not have web access. have web access. 
  14608. sphere
  14609. splasher
  14610. spooler
  14611. spriteworld
  14612. sprocket
  14613. sprocketinvaders
  14614. squarewave
  14615. stack
  14616. standard
  14617. standard
  14618. samples
  14619. nchronization
  14620. synthesis
  14621. popupcdef
  14622. sysconfig
  14623. sysconfig
  14624. 1.5b16
  14625. system
  14626. This package consists of text files that provide information about the various text encodings used for different languages in the Mac OS, including tables showing how the characters in each encoding are mapped to Unicode by the Text Encoding Converter.
  14627. 1 ReadMe file describing general mapping principles and listing all of the Mac OS text encodings.
  14628. 1 file describing Apple
  14629. s use of the Unicode private use area.
  14630. 24 files - one for each encoding - providing specific information about that B
  14631. encoding and specifying the encoding by showing how it maps to Unicode.
  14632. The text encodings and/or the mappings may change from time to time. Changes to a file are noted in a change history at the beginning of the file.
  14633. Apr 98L
  14634. Nov 99m 7.0N4File System Manager, PC Exchange, File Exchange, FSMOCDev.CD Nov 00 TC Disk 1:Sample Code:Files:Is PC Exchange Installed:PKDev.CD Nov 00 TC Disk 1
  14635.  - Sample Code
  14636.  - Files
  14637.  - Is PC Exchange InstalledV
  14638. 67008X
  14639. Nov 00^    TC Disk 1
  14640. e    No Change
  14641. subjects
  14642. sublaunch
  14643. submission
  14644. submit
  14645. subprocesses
  14646. subroutine
  14647. subroutines
  14648. subsampling
  14649. subsection
  14650. subsequent
  14651. subset
  14652. subspace
  14653. substantially
  14654. substitute
  14655. substitution
  14656. subtle
  14657. subtleties
  14658. subtype
  14659. succeed
  14660. success
  14661. successfulw
  14662. successfully
  14663. suchR
  14664. suddenly
  14665. suffer
  14666. suffix
  14667. suggested
  14668. suggestions
  14669. suit{
  14670. suitability
  14671. suitable
  14672. suitcase
  14673. oJOCIncludes
  14674. ComponentIncludes
  14675. Libraries
  14676. QuickTime SDK Read Me.txt
  14677. RIncludes
  14678. ToolsK
  14679. Aug 94L
  14680. Jul 00M=Windows 95, 98, NT or Win2000, and an Intel Pentium ProcessorN"QuickTime, video, streaming, audioOODev.CD Oct 00 SDK1:Development Kits:Cross Platform:QuickTime 4.1.2 Windows SDK:PWDev.CD Oct 00 SDK1
  14681.  - Development Kits
  14682.  - Cross Platform
  14683.  - QuickTime 4.1.2 Windows SDKV
  14684. 69206X
  14685. Oct 00^
  14686. --set theItem to choose file -- uncomment to test in an AS editor
  14687.     tell application "Finder"
  14688.         open item "Dev.CD Oct 00 SDK1:Development Kits:Cross Platform:QuickTime 4.1.2 Windows SDK:"
  14689.         activate
  14690.     end tell
  14691. on error errMsg number errNum
  14692.     --enter statements to perform when no records are found such as...
  14693.     display dialog "Sorry, the item you selected could not be found."
  14694.     return
  14695. end try
  14696. e    No Changef
  14697. QuickTime
  14698. video
  14699. streaming
  14700. audioo)http://developer.apple.com/sdk/index.htmlq
  14701. Dev.CD Oct 00 SDK1
  14702. pD!All Packages
  14703. Mac OS SDK Edition
  14704. QuickTime Conferencing
  14705. e    No Changef
  14706. PostScript
  14707. print
  14708. clip. scaleq
  14709. Dev.CD Nov 00 TC Disk 2
  14710. All Packages
  14711. Scrap Color 1.0
  14712. Summary:  Have you ever noticed that there isn't an effective way to transfer color information from one program to another without resorting to writing down the actual values of a color and then typing them back in where you want them?  It's annoying to say the least.  Especially if you want to move or keep track of a number of colors.  Also, if the information could be moved from one application to another, programs could work together better and in a more integrated fashion.
  14713. At least t
  14714. 69252X
  14715. radiostation
  14716. radiostation
  14717. ramcdev
  14718. ramcdev
  14719. ramdisk
  14720. ramdisk
  14721. ramdiskcdev
  14722. ramdiskcdev
  14723. ramdiskcommon
  14724. ramdiskcommon
  14725. ramdiskdrivermain
  14726. ramdiskdrivermain
  14727. ramdiskdrvr
  14728. f(** = new, * = revised)
  14729. FindSerialPorts:  This is a little snippet from the "Inside the Macintosh Communications Toolbox" which demonstrates the correct method for detecting which serial ports are present.
  14730. Get Tool Config:  This sample shows how to accumulate into a TEXT file the config strings of Connection Tools that have been configured with CMChoose.
  14731. Archive
  14732. Communications Toolbox
  14733. Contributed
  14734. Devices and Hardware
  14735. Files
  14736. Games
  14737. Graphics 2D
  14738. Graphics 3D
  14739. Help Systems
  14740. Human Interface Toolbox
  14741. Interapplication Comm
  14742. Memory
  14743. Networking
  14744. OS Utilities
  14745. Overview
  14746. Platforms and Tools
  14747. Printing
  14748. Processes
  14749. QuickTime
  14750. Runtime Architecture
  14751. Sound
  14752. Feb 92L
  14753. Apr 97O
  14754. Dev.CD Nov 99 TC:Sample Code:P
  14755. Dev.CD Nov 99 TC
  14756.  - Sample Codeied
  14757. 2-1.1.3
  14758. chinese
  14759. traditional
  14760. 1.1.3
  14761. choose
  14762. choosecolor
  14763. choosecolor
  14764. chooser
  14765. chooser
  14766. cihui
  14767. cincludes
  14768. claris
  14769. claris
  14770. files
  14771. classes
  14772.  QT3DTween.c. 
  14773. The remaining files in this folder are part of the general 
  14774. Mac and Windows support code.
  14775. USING QT3DTween
  14776. Launch the application and select either "Use Camera Tweening" 
  14777. or "Use Rotation Tweening" (or both) from the Test menu. 
  14778. Then select the menu item "Create 3D Tween Movie". 
  14779. A window will appear asking you to select a 3DMF file 
  14780. (a sample 3DMF file is included, but you can choose any 3DMF file). 
  14781. Once a 3DMF file is selected, the selection window will go awaD
  14782. you'll then be asked to select a destination for the new movie. 
  14783. Open the newly created movie and play the movie.
  14784. Enjoy,
  14785. QuickTime Team
  14786. Application Files
  14787. Common Files
  14788. QT3DTween.c
  14789. QT3DTween.dsp
  14790. QT3DTween.dsw
  14791. QT3DTween.exe
  14792. QT3DTween.h
  14793. QT3DTween.mak
  14794. README.txt
  14795. Red Chair.3dmfODDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:QT3DTween.win:PODev.CD Nov 00 TC Disk 2
  14796.  - Sample Code
  14797.  - QuickTime
  14798.  - Goodies
  14799.  - QT3DTween.winbandwidth
  14800. cache
  14801. rates
  14802. printer@
  14803. 8-bit
  14804. clearbutton
  14805. clearbutton
  14806. clent
  14807. clent
  14808. richardson
  14809. message
  14810. client
  14811. clipboard
  14812. clipboard
  14813. clipboard
  14814. clipboard
  14815. magician
  14816. clipboard
  14817. clipinfo
  14818. clipinfo
  14819. clipping
  14820. clipping
  14821. extension
  14822. clippings
  14823. cliptopict
  14824. cliptopict
  14825. clutbuilder
  14826. clutbuilder
  14827. clutbuilder
  14828. cluts
  14829. cmqueenmate
  14830. cmqueenmate
  14831. cmrookmate
  14832. cmrookmate
  14833. codev
  14834. ercionc
  14835. coercionsf
  14836. involved
  14837. involves
  14838. involving
  14839. iokitlib
  14840. iostreams
  14841. iotracer
  14842. ipclister
  14843. ipclistports
  14844. Wt Tool Config
  14845. +This sample shows how to use CMChoose and CMGetConfig to get the configuration string out of a connection tool and write it to a file.  By saving and restoring a connection tool's configuration your application can avoid having to use the configuration alerts every time a connection tool is opened.
  14846. asian
  14847. print
  14848. security
  14849. protocol
  14850. registry
  14851. server
  14852. controls/events
  14853. authentication
  14854. module
  14855. askyesno
  14856. 2.0.1
  14857. licensing
  14858. debugging
  14859. tools
  14860. developer
  14861. tools
  14862. documentation
  14863. examples
  14864. installer
  14865. installer
  14866. image
  14867. symfiles
  14868. assertions
  14869. assertions
  14870. asset
  14871. assistant
  14872. associated
  14873. associated
  14874. documentation
  14875. async
  14876. asyncdrivercommon
  14877. asyncdrivercommon
  14878. asyncdrivermain
  14879. asyncdrivermain
  14880. asyncdriversample
  14881. asyncdriversample
  14882. asyncdriversample
  14883. asyncdriversampledrv
  14884. asyncdriversampledrv
  14885. asynch
  14886. asyncpb
  14887. asyncpb
  14888. asyncpb
  14889. asyncpb
  14890. asyncpb
  14891. asyncpb
  14892. asyncpbppc
  14893. asyncpbppc
  14894. error
  14895. detection
  14896. error
  14897. detector
  14898. error
  14899. detector
  14900. compressmovies
  14901. computer-based
  14902. computer-based
  14903. media
  14904. broadcast
  14905. concordia
  14906. conferencing
  14907. config
  14908. config&interleave
  14909. contacts
  14910. content
  14911. context
  14912. contextualmenumanage
  14913. contextualmenumanage
  14914. 1.0.3
  14915. control
  14916. control
  14917. strip
  14918. controlbackground
  14919. controlkeypatch
  14920. controlrgn
  14921. controlstrip
  14922. controlstrip
  14923. controlstripsample
  14924. convert
  14925. convert
  14926. projects
  14927. 1.0b5
  14928. converter
  14929. converttomovie
  14930. converttomovie
  14931. copybits
  14932. copybits
  14933. copymask
  14934. copybitsspeedpalette
  14935. copydeepmask
  14936. copying
  14937. copymask
  14938. corefoundation
  14939. coresample
  14940. cplustesample
  14941. cpugestalt
  14942. createdirwcusticon
  14943. createmovie
  14944. createpictfile
  14945. creator
  14946. creator
  14947. changer
  14948. 00 TC Disk 1
  14949. D!All Packages
  14950. Tool Chest Edition
  14951. processes
  14952. processing
  14953. processmgr
  14954. processorZ
  14955. processor-based{
  14956. processorsu
  14957. procs
  14958. prodos
  14959. produce
  14960. produced
  14961. producer
  14962. producer/consumer
  14963. produces
  14964. produces
  14965. module
  14966. producing
  14967. y dialog "Sorry, the item you selected could not be found."
  14968.     return
  14969. end try
  14970. e    No Changef    QuickTimeq
  14971. Dev.CD Nov 00 TC Disk 2
  14972. All Packages
  14973. All WindowsI2A collection of all the Windows QuickTime samples.J
  14974. Basics
  14975. Capturing
  14976. Codecs
  14977. Effects
  14978. Goodies
  14979. Importers and Exporters
  14980. Music and Sound
  14981. QuickTime for Java
  14982. QuickTime Text
  14983. QuickTime VR
  14984. Streaming
  14985. TimeCodes
  14986. Vectors
  14987. Wired Movies and SpritesO?Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime: All Windows.win:V
  14988. 66621X
  14989. 1e    No Change
  14990. OqDev.CD Jan 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:macos8_and_9:P
  14991. Dev.CD Jan 00 SDK1
  14992.  - What's New
  14993.  - Technical Documentation
  14994.  - Technical Publications
  14995.  - DeveloperDocumentation
  14996.  - macos8_and_9 no records are found such as...
  14997.     display dialog "Sorry, the item you selected could not be found."
  14998.     return
  14999. end try
  15000. LSummary:  WindowPicker is a System 7 extension that provides you with a convenient/simple way to bring any open window to the front.
  15001. Features:
  15002. - WindowPicker Menu next to the Help Menu
  15003. - popup WindowPicker Menu
  15004. - arrow keys to switch between open windows and applications
  15005. - customizable modifier keys
  15006. - help for setting preferences
  15007. J Read Me
  15008. Read Me.txt
  15009. WindowPickerK
  15010. Jul 92L
  15011. Aug 93M
  15012. System 7 & Any MacintoshO<Dev.CD Nov 00 TC Disk 1:Tool Chest:Toolbox:WindowPicker 1.1:PDDev.CD Nov 00 TC Disk 1
  15013.  - Tool Chest
  15014.  - Toolbox
  15015.  - WindowPicker 1.1r
  15016. apple
  15017. events@
  15018. finderevents@
  15019. applescript
  15020. toolkit@
  15021. multithreaded
  15022. networking@
  15023. mutable
  15024. string@
  15025. transport@
  15026. panel@
  15027. card@
  15028. pcmcia@
  15029. process
  15030. manager@
  15031. profile
  15032. specification@
  15033. property
  15034. list@
  15035. recordable@
  15036. rssc@
  15037. setting@
  15038. stdbits@
  15039. summary@
  15040. toolkit@
  15041. utilities@
  15042. webobjects@
  15043. window
  15044. arrangement@
  15045. information
  15046. initc
  15047. initialize
  15048. initialize
  15049. initmac
  15050. initmac
  15051. initmac
  15052. initprojector
  15053. inlineinputsample
  15054. input
  15055. inputdialog
  15056. inputdialog
  15057. inputsprocket
  15058. inputsprocket
  15059. inputsprocket
  15060. extension
  15061. inputsprocket
  15062. inputsprocket
  15063. release
  15064. notes
  15065. inputsprocket
  15066. inputsprocketsimplet
  15067. inputsprocketsimplet
  15068. inputsprocketsimplet
  15069. inputsprocketsimplet
  15070. inputsprockettest
  15071. inputsprockettest
  15072. inputsprockettest
  15073. inquiry
  15074. inside
  15075. inside
  15076. install]
  15077. install
  15078. windoidrez
  15079. window
  15080. window
  15081. window
  15082. window
  15083. windowcolors
  15084. windowcolors
  15085. windowcolors
  15086. windowcolors
  15087. windowdialog
  15088. windowdialog
  15089. windowed
  15090. windowpalette
  15091. windowpalette
  15092. windowpicker
  15093. windowpositioner
  15094. windowpositioner
  15095. windowpositioner
  15096. windows
  15097. windows
  15098. windows
  15099. windows
  15100. system
  15101. files
  15102. windowsmenu
  15103. windowsmenu
  15104. windowsmenu
  15105. windowsmenu
  15106. windowutilities
  15107. windowutilities
  15108. windowutilities
  15109. windstuff
  15110. windstuff
  15111. PSDev.CD Nov 00 TC Disk 1
  15112.  - Tool Chest
  15113.  - OS Utilities
  15114.  - Gestalt Selectors List 4.3ing
  15115. OTSimpleServerHTTPq
  15116. Dev.CD Nov 00 TC Disk 1
  15117. All Packages
  15118. OTStreamLogViewer
  15119. ZOTStreamLogViewer is both a sample and a developer tool.  As a sample, it shows how to use the OT raw streams API to communication with modules in the OT kernel. As a tool, it allows you to view the output of the STREAMS logging facility (strlog).  This is extremely helpful when developing OT kernel plug-ins: modules drivers, and port scanners.
  15120. FileLogging.c
  15121. FileLogging.h
  15122. IC Libraries
  15123. LogEngine
  15124. OTStreamLogViewer(PPC)
  15125. OTStreamLogViewer.c
  15126. OTStreamLogViewer.mcp
  15127. OTStreamLogViewer.rsrc
  15128. Read Me 
  15129.  OTStreamLogViewer
  15130. StreamLogResources.hK
  15131. May 98L
  15132. Sep 98M
  15133. Open Transport 1.1.1 or higherNKOpen Transport, kernel, log, strlog, debug, raw, streams, OTStreamLogViewerOADev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTStreamLogViewer:V
  15134. 67229X
  15135. 1e    No Change
  15136. uage Kits:Chinese Dictation Kit 1.5:
  15137. participation
  15138. Apr 98L
  15139. Nov 99M
  15140. Any text editor.NDtext encoding, character set, Text Encoding Converter, font encodingO
  15141. Dev.CD Nov 99 TC:Sample Code:P
  15142. Dev.CD Nov 99 TC
  15143.  - Sample Codelist. Click on one of the machines, and the other list will display all the PPC port names currently open on that machine. This is all the IAC capable applications, plus all the PPC ports that have been open for other reasons (unless they were opened non-Network capable).
  15144. It's what the PPC browsers does, but this shows you how yoB2u can do it silently, without putting up a dialog.
  15145. JlIPCListCode.c
  15146. IPCListCode.h
  15147. IPCLister(PPC)
  15148. IPCLister.main.c
  15149. IPCLister.mcp
  15150. IPCLister.rsrc
  15151. Read Me 
  15152.  IPCListerM
  15153. System 7.0N:ICPListPorts, PPC Toolbox, PPCBrowser, network AppleEventsODDev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:IPCLister:PLDev.CD Nov 00 TC Disk 1
  15154.  - Sample Code
  15155.  - Interapplication Comm
  15156.  - IPCListerer Script App
  15157. FW ReceiverK
  15158. Apr 96L
  15159. May 97M
  15160. System 7.1, AppleScript
  15161. 68241X
  15162. Oct 00^
  15163. --set theItem to choose file -- uncomment to test in an AS editor
  15164.     tell application "Finder"
  15165.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:AIAT:"
  15166.         activate
  15167.     end tell
  15168. on error errMsg number errNum
  15169.     --enter statements to perform when no records are found such as...
  15170.     display dialog "Sorry, the item you selected could not be found."
  15171.     return
  15172. end try
  15173. e    No Changef
  15174. search
  15175. index
  15176. vtwin
  15177. summaryq
  15178. Dev.CD Oct 00 SDK1
  15179. All Packages
  15180. AIFF writer sdevI0Sound hardware output ('sdev') component sample.J
  15181. AIFF writer sdev.mcp
  15182. AIFF writer(PPC)
  15183. AIFF_writer.c
  15184. AIFF_writer.h
  15185. AIFF_writer.r
  15186. AIFF_writer.rsrc
  15187. ComponentDispatch.c
  15188. ComponentDispatch.h
  15189. ComponentPrototypes.h
  15190. Hardware.c
  15191. Hardware.h
  15192. Structures.hM
  15193. Sound Manager 3.0 or laterN(Sound, component, sdev, AIFF writer sdevO;Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:AIFF writer sdev:PCDev.CD Nov 00 TC Disk 2
  15194.  - Sample Code
  15195.  - Sound
  15196.  - AIFF writer sdevV
  15197. 68242X
  15198. Nov 00e    No Change
  15199. Summary: This is the electronic version of develop magazine.
  15200.  Issue 13 highlights:
  15201. Asynchronous Routines on the Macintosh  by Jim Luther.   How to avoid the pitfalls of calling routines asynchronously.
  15202. Inside QuickTime and Component-Based Managers   by Bill Guschwan.   Useful debugging and tracing techniques for QuickTime and the Component Manager.
  15203. Macintosh Debugging: The Belly of the Beast Revisited  by Fred Huxham and Greg Marriott.   A supplement to the Belly of the Beast debuggin
  15204. g article in Issue 8: four new tools explained.
  15205. Adventures in Color Printing  by Dave Hersey.   A general strategy for printing color images that ensures the best possible quality.
  15206. DeviceLoop Meets the Interface Designer  by John Powers   This little-known System 7 routine can help you deal with multiple screen environments.
  15207. Somewhere in QuickTime: Top 10 QuickTime Tips  by John Wang.   The first installment of a new column on QuickTime: hot tips from the masters.
  15208. Print Hints: Looking 
  15209. N2ESD, AppleSearch, AppleShare, ARA, AWS, IP GatewayckTimeIntro:WiredSprites:PUDev.CD Nov 00 TC Disk 2
  15210.  - Sample Code
  15211.  - QuickTime
  15212.  - QuickTimeIntro
  15213.  - WiredSpritesV
  15214. 68177X
  15215. Nov 00^    TC Disk 2b
  15216. --set theItem to choose file -- uncomment to test in an AS editor
  15217.     tell application "Finder"
  15218.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTimeIntro:WiredSprites:"
  15219.         activate
  15220.     end tell
  15221. on error errMsg number errNum
  15222.     --enter statements to perform when no records are found such as...
  15223.     display dialog "Sorry, the item you selected could not be found."
  15224.     return
  15225. end try
  15226. New Packagef
  15227. QuickTime
  15228. Spriteso&http://developer.apple.com/samplecode/q
  15229. Dev.CD Nov 00 TC Disk 2
  15230. D!All Packages
  15231. Mac OS SDK Edition
  15232. Word Services SDK 1.0.8
  15233. This document lists all selectors, known to the creator, for use with the Gestalt Manager. They can include selector codes installed by Apple (system) software or by software from third parties (your software?). The information in this list is useful for programmers who use the Gestalt Manager with their software (even using externals, as with HyperCard, 4th Dimension and so on).
  15234. NOTE: This is NOT AN APPLE PRODUCT. It is provided on an AS-IS basis.  Apple is not responsible for any probleB!ms you may encounter in it's use.
  15235. Jk6th Anniversary
  15236. Gestalt Selectors List 4.3
  15237. Gestalt Submission Form
  15238. gestalt.html
  15239. GSL View (EasyView)
  15240. UpdatesK
  15241. May 95L
  15242. Dec 98M7Any word processor capable of reading a 400K text file.N
  15243. Gestalt Selector Codes, Gestalt Manager, Machine Identification, System Identification, System Software Release, Version, Capabilities, System FeaturesOKDev.CD Nov 00 TC Disk 1:Tool Chest:OS Utilities:Gestalt Selectors List 4.3:98V
  15244. 67230X
  15245. 1e    No Change
  15246. What Chines
  15247. 68305X
  15248. Nov 00^    TC Disk 1
  15249. --set theItem to choose file -- uncomment to test in an AS editor
  15250.     tell application "Finder"
  15251.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:"
  15252.         activate
  15253.     end tell
  15254. on error errMsg number errNum
  15255.     --enter statements to perform when no records are found such as...
  15256.     display dialog "Sorry, the item you selected could not be found."
  15257.     return
  15258. end try
  15259. e    No Changeq
  15260. Dev.CD Nov 00 TC Disk 1
  15261. kD!All Packages
  15262. Tool Chest Edition
  15263. Audio Palette Developer Doc
  15264. {Summary: The audio palette developer documentation contains descriptions of features of the audio palette accessible by HyperTalk scripting only.  These include messages that the palette sends to the current stack as well as a list of messages the palette will respond to. This information is crucial if developers want to take advantage of the audio palette in their own stacks.
  15265. 68306X
  15266. Deleted
  15267. createcustomlist
  15268. created
  15269. createdibsection
  15270. createdirwithcustomi
  15271. m to choose file -- uncomment to test in an AS editor
  15272.     tell application "Finder"
  15273.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW etc.:"
  15274.         activate
  15275.     end tell
  15276. on error errMsg number errNum
  15277.     --enter statements to perform when no records are found such as...
  15278.     display dialog "Sorry, the item you selected could not be found."
  15279.     return
  15280. end try
  15281. e    No Changef
  15282. debuggerq
  15283. Dev.CD Nov 00 TC Disk 1
  15284. All Packages
  15285. F    SourceObj
  15286. 67727X
  15287. testc
  15288. test/demo
  15289. testaccelration
  15290. testarbitraryallocat
  15291. testarbitraryallocat
  15292. ze    No Changef
  15293. MIDIq
  15294. Dev.CD Nov 00 TC Disk 2
  15295. All Packages
  15296. RAMDisk
  15297. <Summary:  This sample demonstrates how to write a simple Mac OS block device driver, in this case a RAM disk.  It also demonstrates how to bundle a system extension (INIT), driver (DRVR) and control panel (cdev) in one file, to achieve maximum functionality while minimising the number of items in the System Folder.
  15298. Documentation
  15299. Metrowerks Build Script
  15300. RamCDev.c
  15301. RamDisk (CW)
  15302. RAMDiskCDEV.rsrc
  15303. RAMDiskCDEV.
  15304. RamDiskCommon.h
  15305. RAMDiskDriverMain.c
  15306. RAMDiskDRVR.out
  15307. RAMDiskDRVR.
  15308. RAMDiskINIT.out
  15309. RAMDiskINIT.
  15310. RamDRVR.c
  15311. RamINIT.c
  15312. Read Me 
  15313.  RAM Disk Sample
  15314. ShowInitIcon
  15315. TradDriverLoaderLib
  15316. Nov 94L
  15317. May 97M
  15318. System 7.0NVdisk device driver, RAM disk, Driver Gestalt, INIT, cdev, DRVR, control panel, RAMDiskOGDev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Disks:RAMDisk:PRDev.CD Nov 00 TC Disk 1
  15319.  - Sample Code
  15320.  - Devices and Hardware
  15321.  - Disks
  15322.  - RAMDiskV
  15323. 69218X
  15324. Nov 00^    TC Disk 1
  15325. e    No Change
  15326. tn91testcode
  15327. tn91testcode
  15328. tnetworkstream
  15329. tnetworkstream
  15330. tnetworkstream
  15331. configurey
  15332. configured
  15333. configures
  15334. configuringA
  15335. confines
  15336. confirm
  15337. confirmation
  15338. confirmed
  15339. conflict
  15340. conform
  15341. conforming
  15342. confused
  15343. confuses
  15344. confusing
  15345. confusion
  15346. conjunction
  15347. contentz
  15348. contentsi
  15349. context
  15350. context-sensitive
  15351. contextualy
  15352. continue_
  15353. continuing
  15354. --set theItem to choose file -- uncomment to test in an AS editor
  15355.     tell application "Finder"
  15356.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Archive:Graphics:QuickDraw GX:GX->PostScript Sample:"
  15357.         activate
  15358.     end tell
  15359. on error errMsg number errNum
  15360.     --enter statements to perform when no records are found such as...
  15361.     display dialog "Sorry, the item you selected could not be found."
  15362.     return
  15363. end try
  15364. e    No Changef#TextEdit
  15365. TESample
  15366. CPlusTESampleq
  15367. Dev.CD Nov 00 TC Disk 2
  15368. All Packages
  15369. CPU SE 406O
  15370. Dev.CD Jul 95P
  15371. Dev.CD Jul 9V
  15372. 65151X
  15373. Jul 95
  15374. b--set theItem to choose file -- uncomment to test in an AS editor
  15375.     tell application "Finder"
  15376.         open item "Dev.CD Jul 95"
  15377.         activate
  15378.     end tell
  15379. on error errMsg number errNum
  15380.     --enter statements to perform when no records are found such as...
  15381.     display dialog "Sorry, the item you selected could not be found."
  15382.     return
  15383. end try
  15384. All Packages
  15385. 65152X
  15386. launchB
  15387. launchaplication
  15388. launchapplication
  15389. launched
  15390. launcher
  15391. launches
  15392. launching{
  15393. launchwithdoc
  15394. launchwithdoc2
  15395. launchwithsize
  15396. laurence
  15397. lavoie
  15398. layer
  15399. layering
  15400. layers
  15401. layout
  15402. layouts
  15403. lclick
  15404. ldefproc0
  15405. leading
  15406. leading-edge
  15407. leads{
  15408. leaks
  15409. legal
  15410. length
  15411. lengths
  15412. less{
  15413. lesser
  15414. lessons
  15415. letters
  15416. letting_
  15417. levela
  15418. a-lawm
  15419. a-law
  15420. compressor
  15421. a-law
  15422. decompressor
  15423. a-law
  15424. a-law
  15425. a-law
  15426. rsrcm
  15427. keyboardcontroller@
  15428. keychain
  15429. language
  15430. launchwithdoc
  15431. opp's@
  15432. play1
  15433. popuptkl
  15434. powerbookg3series@
  15435. programming
  15436. information
  15437. qd3d@
  15438. quickstart@
  15439. quit@
  15440. rdocproc@
  15441. aecdev-aedaemon@
  15442. readme
  15443. readme
  15444. dcmd@
  15445. renderinglib@
  15446. rfc1334
  15447. authentication@
  15448. sample
  15449. applescripts@
  15450. schedule@
  15451. sites@
  15452. support
  15453. systemfolder@
  15454. testfinderlaunch
  15455. testprinterclass
  15456. textchanger
  15457. 2.0.1@
  15458. transitions
  15459. themes@
  15460. ueenie@
  15461. updates@
  15462. userstartup
  15463. goodies@
  15464. validator
  15465. 1.11@
  15466. e:  This snippet shows how to use the QuickDraw pattern modes to invert the intersection of two colored lines.
  15467. FindFamilies:  An MPW tool for examining font dependencies.  You tell FindFamilies what installed font family you're interested in, and it finds all the bitmap and outline fonts referenced by that family and tells you what other families also reference them.  Helps to check "Style-linking" so you can see that the plain variant of "MyFont Bold" is really also the bold variant of "
  15468. MyFont Plain", etc.  Shows how to manipulate FOND resources and make the GetNextFOND call under System 7.1 and later.
  15469. GDevVideo:  This code shows how to get the parameters out of GDevice records.
  15470. GrayishOutline:  This snippet was written in reply to a developer question on how to draw the "best possible gray" across several screens of various depth (see the related Q&A in a recent  d e v e l o p   near you).
  15471. icl8 To cicn:  This snippet converts a 'icl8' and 'ICN#' resource to a 'cicn' r
  15472. 69374X
  15473. Nov 00^    TC Disk 1b
  15474. --set theItem to choose file -- uncomment to test in an AS editor
  15475.     tell application "Finder"
  15476.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Super Snapshot:"
  15477.         activate
  15478.     end tell
  15479. on error errMsg number errNum
  15480.     --enter statements to perform when no records are found such as...
  15481.     display dialog "Sorry, the item you selected could not be found."
  15482.     return
  15483. end try
  15484. New Packagef'Snapshot
  15485. screen shot
  15486. pixmap
  15487. Carbon
  15488. PICTo&http://developer.apple.com/samplecode/q
  15489. Dev.CD Nov 00 TC Disk 1
  15490. All Packages
  15491. SuspendAppleEventI
  15492. This sample illustrates how to suspend and resume and AppleEvent.  This technique is appropriate when processing Apple events that cannot be handled immediately or must be deferred until additional user input or processing has taken place.V
  15493. 69375X
  15494. 1e    No Change
  15495. Nov 99M
  15496. PowerPlantNecounter, windows, introduction, document, menu, modal dialog, printing, about, Win2MacCounterSamples
  15497. OCDev.CD Nov 00 TC Disk 2:Sample Code:Overview:Win2MacCounterSamples:PKDev.CD Nov 00 TC Disk 2
  15498.  - Sample Code
  15499.  - Overview
  15500.  - Win2MacCounterSamplesf
  15501. packages
  15502. ticles@
  15503. as-is@
  15504. association@
  15505. asynchronous
  15506. background
  15507. networking
  15508. macintosh
  15509. harry@
  15510. audience@
  15511. audited@
  15512. august@
  15513. authors@
  15514. avoid@
  15515. avoided@
  15516. balloons@
  15517. bases@
  15518. because@
  15519. before@
  15520. being@
  15521. beused@
  15522. bezier@
  15523. bjorklund@
  15524. tnetworkstream
  15525. tnetworkstream
  15526. gation Services to select packages.
  15527. tasks illustrated B
  15528. include:
  15529. - how to create a package,
  15530. - how to detect a package,
  15531. includes a 'package document aware'  application sample (HTMLSample)
  15532. MakeFile
  15533. PackageTool
  15534. PackageTool.c
  15535. PackageTool.h
  15536. PackageTool.prj
  15537. PackageTool.r
  15538. PackageTool.rsrc
  15539. PackageUtils.c
  15540. PackageUtils.h
  15541. PackageWindow.c
  15542. PackageWindow.h
  15543. Re- C/F Registration Request
  15544. ReadMe
  15545. Sample Package
  15546. SimplePrefs.c
  15547. SimplePrefs.h
  15548. Utilities.c
  15549. Utilities.h
  15550. Dec 99OHDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:PackageTool:
  15551. iting an external file system.
  15552. SCSI Inquiry:  This MPW tool shows how to make a SCSI inquiry command to an HD80SC.
  15553. SCSI Simple Sample:  A simple sample that can deal with both the old and new SCSI Managers.
  15554. Serial Driver Arbitration:  This is an example of how to correctly arbitrate the serial ports.  It's taken from tech note DV 11 - Opening the Serial Ports.
  15555. SlotVInstall:  This little program installs a slot VBL task for the main screen, even if the main screen uses built-in video, bK
  15556. y getting the gdRefNum and calling GetDctlEntry to find the slot number.
  15557. Wake100:  Wake100 resets the wake up time on PowerBooks that support it (PB 100, Portable) so that it wakes up at the same time everyday.
  15558. Communications Toolbox
  15559. Contributed
  15560. Devices and Hardware
  15561. Files
  15562. Games
  15563. Graphics 2D
  15564. Graphics 3D
  15565. Help Systems
  15566. Human Interface Toolbox
  15567. Interapplication Comm
  15568. Memory
  15569. Networking
  15570. OS Utilities
  15571. Overview
  15572. Platforms and Tools
  15573. Printing
  15574. Processes
  15575. QuickTime
  15576. Runtime Architecture
  15577. Sound
  15578. directions{
  15579. directpixelaccess
  15580. directpixelaccess
  15581. discipline
  15582. discipline
  15583. 2.0.2
  15584. disclaimer
  15585. discoveringopenstepb
  15586. discoveringopenstepb
  15587. disinfectant
  15588. 6.3.3
  15589. quick
  15590. reference
  15591. first
  15592. diskimagecore
  15593. diskimagecore
  15594. diskrestore
  15595. display
  15596. display
  15597. display
  15598. device
  15599. driver
  15600. guide
  15601. display
  15602. displaying
  15603. displaymanager
  15604. displaymanager
  15605. displayvideo
  15606. displayvideo
  15607. displayvideo
  15608. displayvideo
  15609. displayvideo
  15610. dispnamereg
  15611. distribution
  15612. distributors/localiz
  15613. dk-danish
  15614. raggingsprites
  15615. draggingsprites
  15616. draggingspritesapple
  15617. draggingspritesapple
  15618. dragwindowgrid
  15619. Summary: This folder contains the following localized versions of QuickDraw GX version 1.1.3:
  15620. Catalan 1.1.3
  15621. Chinese, Simplified 2-1.1.3
  15622. Chinese, Traditional 1.1.3
  15623. Czech 1.1.3
  15624. Danish 1.1.3
  15625. Dutch 1.1.3
  15626. English, British 1.1.3
  15627. English, Int'l 1.1.3
  15628. English, U.S. 1.1.3
  15629. Finnish 1.1.3
  15630. French 1.1.3
  15631. German 1.1.3
  15632. Italian 1.1.3
  15633. Kanji 1.1.3
  15634. Korean 1.1.3
  15635. Polish 2-1.1.3
  15636. Portuguese, Brazilian 1.1.3
  15637. Russian 1.1.3
  15638. Spanish 1.1.3
  15639. Swedish 1.1.3
  15640. Turkish 1.1.3
  15641. Ukranian 1.1.3
  15642. Catalan 1.1.3:
  15643. Chinese, Simplified 2-1.1.3:
  15644. Chinese, Traditional 1.1.3:
  15645. Czech 1.1.3:
  15646. Danish 1.1.3:
  15647. Dutch 1.1.3:
  15648. English, British 1.1.3:
  15649. English, Int'l 1.1.3:
  15650. English, U.S. 1.1.3:
  15651. Finnish 1.1.3:
  15652. French 1.1.3:
  15653. German 1.1.3:
  15654. Italian 1.1.3:
  15655. Kanji 1.1.3:
  15656. Korean 1.1.3:
  15657. Polish 2-1.1.3:
  15658. Portuguese, Brazilian 1.1.3:
  15659. Russian 1.1.3:
  15660. Spanish 1.1.3:
  15661. Swedish 1.1.3:
  15662. Turkish 1.1.3:
  15663. Ukranian 1.1.3:
  15664. Jan 96L
  15665. Aug 96O8Dev.CD Nov 99 TC:System Software:Worldwide QuickDraw GX:
  15666. quick
  15667. start
  15668. quicksort
  15669. quicksort
  15670. macintoshp
  15671. windowsq
  15672. alternatebufferdispl
  15673. alwayspreview
  15674. analysis
  15675. analyzerU
  15676. anima
  15677. appearanceu
  15678. appearance
  15679. 1.0.2u
  15680. appearance
  15681. 1.0.4v
  15682. applew
  15683. apple
  15684. cd-rom
  15685. handbookw
  15686. apple
  15687. color
  15688. onescanner
  15689. apple
  15690. detectors
  15691. apple
  15692. developer
  15693. archivez
  15694. apple
  15695. directions
  15696. 1995{
  15697. apple
  15698. directions
  15699. 1996|
  15700. apple
  15701. directions
  15702. 1997}
  15703. apple
  15704. event
  15705. registry
  15706. suites~
  15707. apple
  15708. event
  15709. xcmds
  15710. 1.0b3
  15711. apple
  15712. grayscale
  15713. appearance
  15714. apple
  15715. guide
  15716. apple
  15717. apple
  15718. monitor
  15719. apple
  15720. international
  15721. glossaries
  15722. apple
  15723. location
  15724. manager
  15725. apple
  15726. publications
  15727. style
  15728. guide
  15729. apple
  15730. shared
  15731. library
  15732. manager
  15733. apple
  15734. standards
  15735. developers
  15736. apple
  15737. system
  15738. profiler
  15739. appleevent
  15740. detectorsy
  15741. developerS
  15742. developers
  15743. directions{
  15744. Change
  15745. --set theItem to choose file -- uncomment to test in an AS editor
  15746.     tell application "Finder"
  15747.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Interapplication Communication:AE User Terminology 3/92:"
  15748.         activate
  15749.     end tell
  15750. on error errMsg number errNum
  15751.     --enter statements to perform when no records are found such as...
  15752.     display dialog "Sorry, the item you selected could not be found."
  15753.     return
  15754. end try
  15755. .0 QTVR movie; you select the version using the Test menu.
  15756. Application Files
  15757. Building QT Samples
  15758. Common Files
  15759. README
  15760. VRMakePano 68k
  15761. VRMakePano 68k.mcp
  15762. VRMakePano PPC
  15763. VRMakePano PPC.mcp
  15764. VRMakePano Win.mcp
  15765. VRMakePano.c
  15766. VRMakePano.exe
  15767. VRMakePano.h
  15768. VRMakePano.makM
  15769. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.OFDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime VR:VRMakePano:V
  15770. 68155X
  15771. 1e    No Change
  15772. All Packages
  15773. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  15774. Dev.CD Jan 94
  15775. Dev.CD Oct 93
  15776. Dev.CD Jul 93
  15777. Dev.CD Apr 93PDDev.CD Apr 94
  15778. Dev.CD Jan 94
  15779. Dev.CD Oct 93
  15780. Dev.CD Jul 93
  15781. Dev.CD Apr 9V
  15782. 69662X
  15783. Apr 94
  15784. --set theItem to choose file -- uncomment to test in an AS editor
  15785.     tell application "Finder"
  15786.         open item "Dev.CD Apr 94
  15787. Dev.CD Jan 94
  15788. Dev.CD Oct 93
  15789. Dev.CD Jul 93
  15790. Dev.CD Apr 93"
  15791.         activate
  15792.     end tell
  15793. on error errMsg number errNum
  15794.     --enter statements to perform when no records are found such as...
  15795.     display dialog "Sorry, the item you selected could not be found."
  15796.     return
  15797. end try
  15798. All Packages
  15799. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  15800. Dev.CD Jan 94
  15801. Dev.CD Oct 93
  15802. Dev.CD Jul 93
  15803. Dev.CD Apr 93PDDev.CD Apr 94
  15804. Dev.CD Jan 94
  15805. Dev.CD Oct 93
  15806. Dev.CD Jul 93
  15807. Dev.CD Apr 9V
  15808. 69663X
  15809. Apr 94
  15810. e    No Changef    INIT
  15811. iconq
  15812. Dev.CD Nov 00 TC Disk 1
  15813. All Packages
  15814. F    SICN LDEFIzThis LDEF displays small icons to the left of text in a list.
  15815. The small icon is stored in the first 16 bytes of each cell.J&mylistdef.c
  15816. ppcsicn.rsrc
  15817. SICN LDEF.mcpOFDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:SICN LDEF:PNDev.CD Nov 00 TC Disk 1
  15818.  - Sample Code
  15819.  - Human Interface Toolbox
  15820.  - SICN LDEFV
  15821. 69299X
  15822. Nov 00^    TC Disk 1
  15823. --set theItem to choose file -- uncomment to test in an AS editor
  15824.     tell application "Finder"
  15825.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:SICN LDEF:"
  15826.         activate
  15827.     end tell
  15828. on error errMsg number errNum
  15829.     --enter statements to perform when no records are found such as...
  15830.     display dialog "Sorry, the item you selected could not be found."
  15831.     return
  15832. end try
  15833. e    No Changeq
  15834. Dev.CD Nov 00 TC Disk 1
  15835. All Packages
  15836. SignalsV
  15837. 69300X
  15838. apple
  15839. ethernet
  15840. apple
  15841. video
  15842. OKDev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Disks:FormatAsDOS:PVDev.CD Nov 00 TC Disk 1
  15843.  - Sample Code
  15844.  - Devices and Hardware
  15845.  - Disks
  15846.  - FormatAsDOSV
  15847. 68552X
  15848. Nov 00^    TC Disk 1
  15849. --set theItem to choose file -- uncomment to test in an AS editor
  15850.     tell application "Finder"
  15851.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Disks:FormatAsDOS:"
  15852.         activate
  15853.     end tell
  15854. on error errMsg number errNum
  15855.     --enter statements to perform when no records are found such as...
  15856.     display dialog "Sorry, the item you selected could not be found."
  15857.     return
  15858. end try
  15859. e    No ChangefFformat
  15860. foreign file system
  15861. floppy
  15862. DIXZero
  15863. FormatAsDOSq
  15864. Dev.CD Nov 00 TC Disk 1
  15865. All Packages
  15866. Fragment Tool
  15867. 68553X
  15868. s purposeful to you then great, otherwise it's just documentation.
  15869. May 96V
  15870. 67239X
  15871. Deleted
  15872. his package is System 7.0 compatible. 
  15873. Vol VL
  15874. Vol VIIV
  15875. 65082X
  15876. 1e    No Change
  15877. anese
  15878. macodbc
  15879. All Packages
  15880. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  15881. Dev.CD Jan 94
  15882. Dev.CD Oct 93
  15883. Dev.CD Jul 93
  15884. Dev.CD Apr 93PDDev.CD Apr 94
  15885. Dev.CD Jan 94
  15886. Dev.CD Oct 93
  15887. Dev.CD Jul 93
  15888. Dev.CD Apr 9V
  15889. 69523X
  15890. Apr 94
  15891. --set theItem to choose file -- uncomment to test in an AS editor
  15892.     tell application "Finder"
  15893.         open item "Dev.CD Apr 94
  15894. Dev.CD Jan 94
  15895. Dev.CD Oct 93
  15896. Dev.CD Jul 93
  15897. Dev.CD Apr 93"
  15898.         activate
  15899.     end tell
  15900. on error errMsg number errNum
  15901.     --enter statements to perform when no records are found such as...
  15902.     display dialog "Sorry, the item you selected could not be found."
  15903.     return
  15904. end try
  15905. All Packages
  15906. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  15907. Dev.CD Jan 94
  15908. Dev.CD Oct 93
  15909. Dev.CD Jul 93
  15910. Dev.CD Apr 93PDDev.CD Apr 94
  15911. Dev.CD Jan 94
  15912. Dev.CD Oct 93
  15913. Dev.CD Jul 93
  15914. Dev.CD Apr 9V
  15915. 69524X
  15916. Apr 94
  15917. newton-related
  15918. nextx
  15919. nicest
  15920. nichols
  15921. august{
  15922. auntiedialog
  15923. auntiedialog
  15924. module
  15925. provided
  15926. source
  15927. which
  15928. aurp-speaking
  15929. authenticate
  15930. authenticated
  15931. authentication
  15932. authenticator
  15933. author
  15934. authoring
  15935. authorized
  15936. ation "Finder"
  15937.         open item "Dev.CD Apr 94
  15938. Dev.CD Jan 94
  15939. Dev.CD Oct 93
  15940. Dev.CD Jul 93"
  15941.         activate
  15942.     end tell
  15943. on error errMsg number errNum
  15944.     --enter statements to perform when no records are found such as...
  15945.     display dialog "Sorry, the item you selected could not be found."
  15946.     return
  15947. end try
  15948. All Packages
  15949. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  15950. Dev.CD Jan 94
  15951. Dev.CD Oct 93
  15952. Dev.CD Jul 93P6Dev.CD Apr 94
  15953. Dev.CD Jan 94
  15954. Dev.CD Oct 93
  15955. Dev.CD Jul 9V
  15956. 67976X
  15957. Apr 94
  15958. interactively
  15959. interacts
  15960. interapplication
  15961. intercept
  15962. intercepts
  15963. interchange
  15964. interest
  15965. interested
  15966. interesting
  15967. interfaceR
  15968. internal
  15969. logic
  15970. internally
  15971. internals
  15972. international
  15973. internationalization
  15974. internety
  15975. interoperability
  15976. interoperate
  15977. --set theItem to choose file -- uncomment to test in an AS editor
  15978.     tell application "Finder"
  15979.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):Quickdraw GX Init Update:GXGraphics 1.1.6 init:"
  15980.         activate
  15981.     end tell
  15982. on error errMsg number errNum
  15983.     --enter statements to perform when no records are found such as...
  15984.     display dialog "Sorry, the item you selected could not be found."
  15985.     return
  15986. end try
  15987. as that incorrect OF code was being matched up with 
  15988. certain PCI cards that contained PCI-PCI bridges.
  15989. All PCI devices are identified by hardware (vendor ID, class code) registers.  Apple's OF implementation has a number of OF drivers and other code that are designed to execute on those PCI devices' behalf.  Upon detection of what PCI cards are plugged in and obtaining their (vendor ID, class code) tags, a table of OF drivers with corresponding tags is searched, and if a match is found, that code is executed.  The "byte-load-file" services 
  15990. pascalinterfaces
  15991. pasmatit
  15992. password
  15993. password
  15994. password
  15995. password
  15996. interface
  15997. password
  15998. password
  15999. password
  16000. patch
  16001. patches
  16002. patchlistldef
  16003. patchlistldef
  16004. patchpoweroff
  16005. patchpoweroff
  16006. patchpoweroff
  16007. patchpoweroff
  16008. patchpoweroff
  16009. patchpoweroff68k
  16010. 5300ramcard
  16011. pbclock
  16012. pbproj
  16013. manager
  16014. manager
  16015. pccardnetworksample
  16016. picker
  16017. picts
  16018. pictinfotest
  16019. pitfalls
  16020. pixel
  16021. platformsQ
  16022. platforms
  16023. toolsQ
  16024. play1
  16025. ample Code:
  16026. 69279X
  16027. Nov 00^    TC Disk 1
  16028. --set theItem to choose file -- uncomment to test in an AS editor
  16029.     tell application "Finder"
  16030.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:QuickDraw GX:SetDefaultDTP:"
  16031.         activate
  16032.     end tell
  16033. on error errMsg number errNum
  16034.     --enter statements to perform when no records are found such as...
  16035.     display dialog "Sorry, the item you selected could not be found."
  16036.     return
  16037. end try
  16038. e    No Changef8Desk Top Printer Default SetDefaultDTP QuickDraw GX toolq
  16039. Dev.CD Nov 00 TC Disk 1
  16040. All Packages
  16041. SetDeskCPatDemoI
  16042. Simple code sample which demonstrates how to call SetDeskCPat properly.  
  16043. Be careful to co-exist gracefully with Desktop Pictures in Mac OS 8.  Se the Mac OS 8 technote for details.J
  16044. MoveableModalDialog.c
  16045. MoveableModalDialog.h
  16046. SetDeskCPat(PPC)
  16047. SetDeskCPat.c
  16048. SetDeskCPat.mcp
  16049. SetDeskCPat.rsrc
  16050. SetDeskCPatDemo READ MEK
  16051. Aug 97O@Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:SetDeskCPatDemo:V
  16052. 69280X
  16053. 1e    No Change
  16054. 68466X
  16055. Sep 00^    RL Disk 1
  16056. --set theItem to choose file -- uncomment to test in an AS editor
  16057.     tell application "Finder"
  16058.         open item "Dev.CD Sep 00 RL Disk 1:Technical Documentation:Develop:develop Issue 26:"
  16059.         activate
  16060.     end tell
  16061. on error errMsg number errNum
  16062.     --enter statements to perform when no records are found such as...
  16063.     display dialog "Sorry, the item you selected could not be found."
  16064.     return
  16065. end try
  16066. e    No Changeq
  16067. Dev.CD Sep 00 RL Disk 1
  16068. All Packages
  16069. develop Issue 27
  16070. 68467X
  16071. CardBus DDK
  16072. Read Me
  16073. Read Me.txt
  16074. rfc1332 (PPP IPCP)
  16075. rfc1334 (PPP Authentication)
  16076. rfc1378 (PPP ATCP)
  16077. rfc1570 (PPP LCP)
  16078. rfc1618 (PPP ISDN)
  16079. rfc1661 (PPP)
  16080. rfc1662 (PPP HDLC)
  16081. Dev.CD Oct 93
  16082. Dev.CD Jul 93
  16083. Dev.CD Apr 9V
  16084. 68033X
  16085. Apr 94
  16086. --set theItem to choose file -- uncomment to test in an AS editor
  16087.     tell application "Finder"
  16088.         open item "Dev.CD Apr 94
  16089. Dev.CD Jan 94
  16090. Dev.CD Oct 93
  16091. Dev.CD Jul 93
  16092. Dev.CD Apr 93"
  16093.         activate
  16094.     end tell
  16095. on error errMsg number errNum
  16096.     --enter statements to perform when no records are found such as...
  16097.     display dialog "Sorry, the item you selected could not be found."
  16098.     return
  16099. end try
  16100. All Packages
  16101. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  16102. Dev.CD Jan 94
  16103. Dev.CD Oct 93
  16104. Dev.CD Jul 93
  16105. Dev.CD Apr 93PDDev.CD Apr 94
  16106. Dev.CD Jan 94
  16107. Dev.CD Oct 93
  16108. Dev.CD Jul 93
  16109. Dev.CD Apr 9V
  16110. 68034X
  16111. Apr 94
  16112. winprefix
  16113. wiredp
  16114. wired
  16115. movies
  16116. spritesp
  16117. withv
  16118. workgroupT
  16119. working
  16120. --set theItem to choose file -- uncomment to test in an AS editor
  16121.     tell application "Finder"
  16122.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Processes:Process:"
  16123.         activate
  16124.     end tell
  16125. on error errMsg number errNum
  16126.     --enter statements to perform when no records are found such as...
  16127.     display dialog "Sorry, the item you selected could not be found."
  16128.     return
  16129. end try
  16130. y, the item you selected could not be found."
  16131.     return
  16132. end try
  16133. e    No Changef
  16134. Alias
  16135. HyperCard
  16136. System 7q
  16137. Dev.CD Nov 00 TC Disk 1
  16138. All Packages
  16139. All JavaI3A collection of all the QuickTime for Java samples.J
  16140. QuickTime for Java
  16141. - Common
  16142.     - Sun Compliant Java Runtime Environment 1.1
  16143.     - QuickTime 3 
  16144.     - QTJava.zip
  16145.     - QTJava media samples
  16146. - Mac OS:
  16147.     - System 8 or later
  16148.     - Macintosh Runtime for Java (MRJ) 2.1
  16149. - Windows 95, 98, or NT::
  16150.     - JRE/JDK from Sun Microsystems, Inc. recommended
  16151. O8Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime: All Java:V
  16152. 66619X
  16153. 1e    No Change
  16154. About the CTB folder
  16155. AppleModemTool v1.5.3
  16156. AppleTalk-DECnet Tool 1.1
  16157. Basic Connectivity Set 1.1.1
  16158. CommToolbox 1.1
  16159. Communications 1
  16160. CTB Sample Code 1.0b16
  16161. LAT 1.1K
  16162. Aug 93L
  16163.  OBDev.CD Oct 00 SDK1:Development Kits:Mac OS:Communications Toolbox:PJDev.CD Oct 00 SDK1
  16164.  - Development Kits
  16165.  - Mac OS
  16166.  - Communications Toolbox no records are found such as...
  16167.     display dialog "Sorry, the item you selected could not be found."
  16168.     return
  16169. end try
  16170. e    No Changeq
  16171. Dev.CD Apr 98 SDK2
  16172. All Packages
  16173. New & RevisedF
  16174. SonOfSillyBallsI
  16175. This sample is a port of a classic Mac OS sample, Silly Balls, whose sole purpose is to draw a bunch of randomly coloured, randomly placed, silly balls in a window on the screen.
  16176. .DS_Store
  16177. build
  16178. English.lproj
  16179. MainMenu.nib
  16180. ReadMe.rtf
  16181. SillyBallView.h
  16182. SillyBallView.m
  16183. SonOfSillyBalls.app
  16184. SonOfSillyBalls.pbproj
  16185. SonOfSillyBalls_main.mK
  16186. Nov 00M
  16187. Mac OS X or later00 TC Disk 2:Sample Code:Platforms and Tools:Project Builder:SonOfSillyBalls:V
  16188. 67714X
  16189. New Package
  16190. Summary:  HotSauce is a technology demonstration based on MCF (Meta Content Format). MCF is a format for representing information about content.
  16191. The goal of MCF is to provide an adequate language for representing a wide range of information about content. The content targeted includes web pages, gopher and ftp files, desktop files, email and structured (i.e., relational and object oriented) databases, etc. The corresponding meta-content includes indices such as Yahoo!, gopher and ftp direB
  16192. ctory structures, email headers, data dictionaries, etc. 
  16193. ProjectX (aka HotSauce) is just one of the applications that is enabled by the MCF. It should be possible for many different applications to use the meta-content represented in the MCF. 
  16194. HotSauce standalone app FAQ
  16195. Meta-Content Format
  16196. Project X Large 68K:
  16197. Project X Large PPC:
  16198. Project X Quick Start Guide
  16199. ProjectXPlugIn68K
  16200. ProjectXPlugIn68KNFPU
  16201. ProjectXPlugInPPC
  16202. Standalone App Quick StartK
  16203. Nov 96pple.com/samplecode/
  16204. DE 2.1
  16205. 68263X
  16206. Sep 00^    RL Disk 1
  16207. --set theItem to choose file -- uncomment to test in an AS editor
  16208.     tell application "Finder"
  16209.         open item "Dev.CD Sep 00 RL Disk 1:Technical Documentation:Human Interface:Apple Grayscale Appearance:"
  16210.         activate
  16211.     end tell
  16212. on error errMsg number errNum
  16213.     --enter statements to perform when no records are found such as...
  16214.     display dialog "Sorry, the item you selected could not be found."
  16215.     return
  16216. end try
  16217. e    No Changeq
  16218. Dev.CD Sep 00 RL Disk 1
  16219. AD!All Packages
  16220. Mac OS SDK Edition
  16221. Apple Guide
  16222. ignore
  16223. sample
  16224. applescripts
  16225. sample
  16226. applications
  16227. sample
  16228. sample
  16229. sample
  16230. sample
  16231. readme
  16232. sample
  16233. componentss
  16234. sample
  16235. documents
  16236. sample
  16237. driver
  16238. sample
  16239. factorizations
  16240. sample
  16241. sample
  16242. source
  16243. sample
  16244. images
  16245. sample
  16246. secondary
  16247. addresses
  16248. sample
  16249. makefiles
  16250. sample
  16251. sample
  16252. movieY
  16253. sample
  16254. sample
  16255. output
  16256. sample
  16257. outputs
  16258. sample
  16259. sample
  16260. package
  16261. sample
  16262. sample
  16263. sampledriver
  16264. samplefilter
  16265. sampleheader
  16266. sampleheader
  16267. sampleinit
  16268. sampleinit
  16269. samplerateavail
  16270. samplerateavail
  16271. samplerateavail
  16272. samplerateavail
  16273. samplesZ
  16274. 7D(All Packages
  16275. Reference Library Edition
  16276. Apple CD-ROM Handbook
  16277. Summary: The Apple CD-ROM Handbook provides an overview of the CD-ROM development process, from defining the product to creating an actual CD-ROM for the Macintosh.
  16278. Features: Targeting an audience ranging from the information publisher to the software programmer, this book gives you the information to create an exciting, successful CD-ROM-based product. It also provides tips on project managment and  building a development team.
  16279. batteries
  16280. battery
  16281. bbedit
  16282. W - QuickDraw
  16283.  - Virtual Sphere 1.0.1V
  16284. 63270X
  16285. Nov 00^    TC Disk 1
  16286. e    No Change
  16287. 4400/200
  16288. D!All Packages
  16289. Mac OS SDK Edition
  16290. DrawSprocket SDKI
  16291. This is the SDK for DrawSprocket which provides support for viewing game images, including setting screen resolution and color depth, choosing a monitor (on computers with multiple monitors), accelerating screen updates, and other features. use graphics import components (of component type 'grip') to open and perform other operations on image files. Essentially, you can use the graphics import routines to insulate your application from the n
  16292. mitty gritty details of image file format and compression used in the image.
  16293. In this sample code, we allow the user to open an image file; then we draw it into a window on the screen. Your application, of course, will probably want to do more interesting things with the image. We also allow the user to save an image using JPEG compression.
  16294. Enjoy,
  16295. QuickTime Team
  16296. J4Building QT Samples
  16297. QTGraphImp.c
  16298. QTGraphImp.h
  16299. READMEOADev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:qtgraphimp:
  16300. About Rinaldi Collection 95/02
  16301. Align 2.7 (US)
  16302. ArchiveContent 1.1 (US)
  16303. ATalkZones 1.5 (US)
  16304. Calendoid 1.6 (US)
  16305. CapsLock 1.0 (US)
  16306. Chartoid 1.4 (US)
  16307. ChooseColor 1.1 (US)
  16308. Chooser 2.2 (US)
  16309. ClipInfo 1.0 (US)
  16310. ClipToPict 1.5 (US)
  16311. CompressPictFile 1.2 (US)
  16312. CopyFolder 2.5 (US)
  16313. CopyRes 2.1 (US)
  16314. CreateAlias 1.0 (US)
  16315. CreateCustomIcon 1.1 (US)
  16316. CreateFolder 1.2 (US)
  16317. CreateMenuHelp 1.0 (US)
  16318. CreateThumbnail 1.2 (US)
  16319. DataMaster 1.3 (US)
  16320. DateConverter 1.2 (US)
  16321. DocCreator 1.5 (US)
  16322. DocTypes 1.6 (US)
  16323. DoMenu 1.0 
  16324. EraseFile 1.2 (US)
  16325. ExtractItems 1.4 (US)
  16326. FileCopy 2.7 (US)
  16327. FileIsOpen 1.2 (US)
  16328. FileMaker 1.3 (US)
  16329. FileSharingMaster 1.0 (US)
  16330. FindFolder 1.1 (US)
  16331. FolderSize 1.5 (US)
  16332. FontMaster 1.3 (US)
  16333. FormatNum 1.0 (US)
  16334. FullBalloons 1.0 (US)
  16335. FullDrag 1.3 (US)
  16336. FullFind 1.5 (US)
  16337. FullHPop 1.7 (US)
  16338. FullMove 1.2 (US)
  16339. FullOffset 1.0 (US)
  16340. FullRemove 1.1 (US)
  16341. FullRename 1.4 (US)
  16342. FullReplace 1.1 (US)
  16343. FullResList 2.2 (US)
  16344. FullSFPack 1.7 (US)
  16345. FullSort 3.9 (US)
  16346. FullText 2.1 (US)
  16347. GetBootVol 1.1 (US)
  16348. GetDInfo 1.1 
  16349. --set theItem to choose file -- uncomment to test in an AS editor
  16350.     tell application "Finder"
  16351.         open item "Dev.CD Apr 94
  16352. Dev.CD Jan 94
  16353. Dev.CD Oct 93
  16354. Dev.CD Jul 93
  16355. Dev.CD Apr 93"
  16356.         activate
  16357.     end tell
  16358. on error errMsg number errNum
  16359.     --enter statements to perform when no records are found such as...
  16360.     display dialog "Sorry, the item you selected could not be found."
  16361.     return
  16362. end try
  16363. outdated
  16364. outer
  16365. outgoing
  16366. outline
  16367. outlined
  16368. ev.CD Nov 00 TC Disk 1
  16369.  - Sample Code
  16370.  - Human Interface Toolbox
  16371.  - Menu 'cicn' funV
  16372. 65487X
  16373. Nov 00^    TC Disk 1
  16374. e    No Change
  16375. -ROM Validator 1.1:V
  16376. 60282X
  16377. 1e    No Change
  16378. 69256X
  16379. Nov 00^    TC Disk 1
  16380. --set theItem to choose file -- uncomment to test in an AS editor
  16381.     tell application "Finder"
  16382.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Interapplication Communication:ScriptableStuffItEngine:"
  16383.         activate
  16384.     end tell
  16385. on error errMsg number errNum
  16386.     --enter statements to perform when no records are found such as...
  16387.     display dialog "Sorry, the item you selected could not be found."
  16388.     return
  16389. end try
  16390. e    No Changef,AppleScript
  16391. StuffIt
  16392. Engine
  16393. scriptable
  16394. scriptq
  16395. Dev.CD Nov 00 TC Disk 1
  16396. All Packages
  16397. ScriptSwitcher
  16398. ScriptSwitcher8 is a quick way to modify all the resources needed to switch the primary script (e.g Roman, Japanese, Chinese, etc.) of your system. It is useful for testing and avoids having to use resedit to change resources. It works on versions of Mac OS 7.0 and 8.0.
  16399. ScriptSwitcher.imgK
  16400. Oct 92L
  16401. Jan 98O?Dev.CD Nov 00 TC Disk 1:Tool Chest:Localization:ScriptSwitcher:V
  16402. 69257X
  16403. 1e    No Change
  16404. OUDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:ImageFile:PcDev.CD Nov 00 TC Disk 2
  16405.  - Sample Code
  16406.  - QuickTime
  16407.  -  All Java
  16408.  - QuickTime for Java
  16409.  - ImageFileV
  16410. 68612X
  16411. Nov 00^    TC Disk 2
  16412. --set theItem to choose file -- uncomment to test in an AS editor
  16413.     tell application "Finder"
  16414.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:ImageFile:"
  16415.         activate
  16416.     end tell
  16417. on error errMsg number errNum
  16418.     --enter statements to perform when no records are found such as...
  16419.     display dialog "Sorry, the item you selected could not be found."
  16420.     return
  16421. end try
  16422. e    No Changef
  16423. QuickTime
  16424. Dev.CD Nov 00 TC Disk 2
  16425. All Packages
  16426. ImageProducingIfThis demo program shows how to display any QuickTime drawing object using Java's ImageProducing model.J7ImageProducing
  16427. ImageProducing.zip
  16428. ip.bat
  16429. README.txt
  16430. Feb 00
  16431. 8613X
  16432. 1e    No Change
  16433. starmax
  16434. state
  16435. statements
  16436. status
  16437. imagewriter
  16438. 2-1.1.3
  16439. 2-335
  16440. 2-341
  16441. 2-364
  16442. 2-byte
  16443. 2-source
  16444. 2-way
  16445. 2.0.1
  16446. 2.0.2
  16447. 2.0.4
  16448. 2.0.6
  16449. 2.0.7
  16450. 2.0.8
  16451. 2.0a1
  16452. 2.0v2
  16453. PHDev.CD Nov 00 TC Disk 1
  16454.  - Sample Code
  16455.  - Graphics 2D
  16456.  - BufferedWindowsV
  16457. 68329X
  16458. Nov 00^    TC Disk 1b
  16459. --set theItem to choose file -- uncomment to test in an AS editor
  16460.     tell application "Finder"
  16461.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:BufferedWindows:"
  16462.         activate
  16463.     end tell
  16464. on error errMsg number errNum
  16465.     --enter statements to perform when no records are found such as...
  16466.     display dialog "Sorry, the item you selected could not be found."
  16467.     return
  16468. end try
  16469. New Packagef6Buffered
  16470. Window
  16471. Drawing
  16472. Quickdraw
  16473. Offscreen
  16474. Animation
  16475. o&http://developer.apple.com/samplecode/q
  16476. Dev.CD Nov 00 TC Disk 1
  16477. D(All Packages
  16478. Reference Library Edition
  16479. Bug Reporting
  16480. pertinent
  16481. peter
  16482. pgpuam
  16483. pgpuam
  16484. enhancement
  16485. standard
  16486. appleshare
  16487. phase
  16488. philip
  16489. phone
  16490. phonetic
  16491. photo
  16492. installer
  16493. 4.0.8
  16494. installer
  16495. drivers
  16496. installer
  16497. licensing
  16498. installer
  16499. 1.2.3
  16500. installer
  16501. source
  16502. installers
  16503. installing
  16504. installing
  16505. opendoc
  16506. instance
  16507. instance
  16508. variable
  16509. instance
  16510. variables
  16511. instructions
  16512. instrumenpicker
  16513. instrumenpicker
  16514. instrument
  16515. instrument
  16516. editor
  16517. instrument
  16518. editor
  16519. instrument
  16520. picker
  16521. instrument
  16522. picker
  16523. instrumentation
  16524. instrumentation
  16525. stuff
  16526. media
  16527. writer
  16528. resources
  16529. int'l
  16530. int'l
  16531. contacts
  16532. integrated
  16533. integrated
  16534. quicktime
  16535. commQ
  16536. interfaceQ
  16537. interfacelib
  16538. interfaces
  16539. interfaces
  16540. libraries
  16541. interfaces&libraries
  16542. imaging
  16543. implementation
  16544. import
  16545. importer
  16546. importers
  16547. inactive
  16548. indexj
  16549. index2color
  16550. indian
  16551. indication
  16552. information
  16553. infoscrap
  16554. system
  16555. system
  16556. extension
  16557. inputsprocket
  16558. drawsprocket
  16559. soundsprocket
  16560. sound
  16561. inputsprocket
  16562. needs
  16563. elements
  16564. buttons
  16565. inputsprocket
  16566. joystick
  16567. keyboard
  16568. mouse
  16569. inquiry
  16570. installer
  16571. installer
  16572. lockfile
  16573. instance
  16574. instrumentation
  16575. instrumentation
  16576. performance
  16577. analysis
  16578. instruments
  16579. interactiona
  16580. interactive
  16581. interface
  16582. interfaces
  16583. interleaving
  16584. international
  16585. international
  16586. glossaries
  16587. internationalization
  16588. internet
  16589. interrupt
  16590. invert
  16591. investment
  16592. iostreams
  16593. .2t, USBNo Change
  16594. demo's
  16595. demonstartion
  16596. demonstartion
  16597. manual
  16598. drawing
  16599. resources
  16600. demonstates
  16601. demonstation
  16602. demonstrateb
  16603. calvacom
  16604. camera
  16605. cameras
  16606. cameron
  16607. campaign
  16608. campaigns
  16609. campfire
  16610. ed Color Imaging Reference, documents the constants, data types, and functions your application uses to provide color support.
  16611. JCAdvanced Color Imaging
  16612. Advanced Color Imaging Ref
  16613. What's New in ACIK
  16614. Jan 97O:Dev.CD Dec 99 RL:Technical Documentation:Inside Macintosh:P?Dev.CD Dec 99 RL
  16615.  - Technical Documentation
  16616.  - Inside Macintosh
  16617. enhance`
  16618. enhanced
  16619. enhancementi
  16620. analyzes
  16621. analyzing
  16622. Wde one possible solution.
  16623. olution.
  16624. Nov 00W
  16625. apple
  16626. cd-rom
  16627. apple
  16628. detectors
  16629. apple
  16630. directions
  16631. 01/95{
  16632. apple
  16633. directions
  16634. 01/96|
  16635. apple
  16636. directions
  16637. 01/97}
  16638. apple
  16639. directions
  16640. 02/95{
  16641. apple
  16642. directions
  16643. 02/96|
  16644. apple
  16645. directions
  16646. 02/97}
  16647. apple
  16648. directions
  16649. 03/95{
  16650. apple
  16651. directions
  16652. 03/96|
  16653. apple
  16654. directions
  16655. 03/97}
  16656. apple
  16657. directions
  16658. 04/95{
  16659. apple
  16660. directions
  16661. 04/96|
  16662. apple
  16663. directions
  16664. 04/97}
  16665. apple
  16666. directions
  16667. 05/95{
  16668. apple
  16669. directions
  16670. 05/96|
  16671. or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.
  16672. BltMacros.h
  16673. Building QT Samples
  16674. Dimmer2Effect.mcp
  16675. Dimmer2Effect68K
  16676. Dimmer2EffectPPC
  16677. Effect.c
  16678. Effect.mak
  16679. Effect.r
  16680. EffectDefinitions.h
  16681. EffectDispatch.h
  16682. EffectFilter16.c
  16683. EffectFilter32.c
  16684. EffectUtilities.c
  16685. EffectUtilities.h
  16686. MWPrefix68K.h
  16687. MWPrefixRez68K.h
  16688. MWPrefixRezPPC.h
  16689. README
  16690. QuickTime, Effect, CustomODDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Effects:Dimmer2Effect:PODev.CD Nov 00 TC Disk 2
  16691.  - Sample Code
  16692.  - QuickTime
  16693.  - Effects
  16694.  - Dimmer2Effect,
  16695. override
  16696. 68596X
  16697. Nov 00^    TC Disk 1
  16698. --set theItem to choose file -- uncomment to test in an AS editor
  16699.     tell application "Finder"
  16700.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Archive:Networking:Http Server:"
  16701.         activate
  16702.     end tell
  16703. on error errMsg number errNum
  16704.     --enter statements to perform when no records are found such as...
  16705.     display dialog "Sorry, the item you selected could not be found."
  16706.     return
  16707. end try
  16708. Movedf9OpenTransport
  16709. Server
  16710. Thread Manager
  16711. TCP/IP
  16712. IOStreamsq
  16713. Dev.CD Nov 00 TC Disk 1
  16714. All Packages
  16715. Human Interface Notes
  16716. @Summary: Human Interface Notes are a collection of human interface guidelines for Macintosh applications.
  16717. Features: The introduction to the Human Interface Notes has been updated to provide more accurate information about the Human Interface Notes and Guidelines, and how to contact the Human Interface groups at Apple.
  16718. Jul 93V
  16719. 68597X
  16720. 1e    No Change
  16721. these
  16722. components
  16723. packetize
  16724. reassemble
  16725. multimedia
  16726. these
  16727. examples
  16728. based
  16729. wrote
  16730. these
  16731. samples
  16732. quicktime
  16733. music
  16734. features
  16735. intro
  16736. these
  16737. samples
  16738. rotate
  16739. objects
  16740. postscr
  16741. these
  16742. inquiry
  16743. folders
  16744. contain
  16745. three
  16746. simple
  16747. theta
  16748. they'll
  16749. sedit
  16750. 2.1.1
  16751. disassembly
  16752. disassembler
  16753. viewer
  16754. edito
  16755. resolution
  16756. resource
  16757. resource
  16758. management
  16759. resources
  16760. restoredeviceclut
  16761. retrievepictinfo
  16762. return
  16763. return
  16764. investment
  16765. reverb
  16766. rgbbackcolor
  16767. rgbforecolor
  16768. rhapsody
  16769. rhapsody
  16770. pages
  16771. rhapsody
  16772. release
  16773. notes
  16774. rowbytes
  16775. cwpro2
  16776. cyberdog
  16777. cyberdog
  16778. cyberdogaddendum
  16779. cyrillic
  16780. cyrillic
  16781. first
  16782. czech
  16783. czech
  16784. 1.1.3
  16785. d-german
  16786. generator
  16787. danish
  16788. danish
  16789. 1.1.3
  16790. dashed
  16791. dashed
  16792. lines
  16793. dashed
  16794. lines
  16795. dashed
  16796. lines
  16797. dashed-capped
  16798. dashed-capped
  16799. lines
  16800. dashed-capped
  16801. lines
  16802. dashed-capped
  16803. lines
  16804. dashed-capped
  16805. lines
  16806. dashedlines
  16807. dashedlines
  16808. datay
  16809. access
  16810. manager
  16811. folder
  16812. database~
  16813. database
  16814. suite~
  16815. databases-standalone
  16816. datahandlercomponent
  16817. datamaster
  16818. datamaster
  16819. datasheet
  16820. dateconverter
  16821. dateconverter
  16822. datedialog
  16823. datedialog
  16824. datestring
  16825. datething
  16826. datething
  16827. datething
  16828. datething
  16829. datething
  16830. datething
  16831. datething
  16832. macsnmp
  16833. update
  16834. 1.1.1
  16835. mactcp
  16836. mactcp
  16837. mactcp
  16838. developer
  16839. tools
  16840. mactcp
  16841. mactcp
  16842. first
  16843. mactcp
  16844. mactype
  16845. mactype
  16846. datasheet
  16847. white
  16848. paper
  16849. mag'n
  16850. magic
  16851. magic
  16852. oracle
  16853. magic
  16854. oracle
  16855. readme
  16856. magic
  16857. script
  16858. magic
  16859. magic
  16860. utility
  16861. magican
  16862. magician
  16863. magicoracle
  16864. magicoracle
  16865. mail~
  16866. suite
  16867. suite
  16868. dictionary
  16869. mailfoo
  16870. updated
  16871. carbon
  16872. sample
  16873. sample
  16874. updated
  16875. carbon
  16876. snippet
  16877. sample
  16878. updated
  16879. carbon
  16880. under
  16881. tion sources.J9Asia Market Guide 7/4 (US).dp
  16882. Asian Dist Addr (US) 7/4.dpK
  16883. Sep 95OUDev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:Asia Market Guide:nge
  16884. ~--set theItem to choose file -- uncomment to test in an AS editor
  16885.     tell application "Finder"
  16886.         open item "Dev.CD Apr 94
  16887. Dev.CD Jan 94
  16888. Dev.CD Oct 93"
  16889.         activate
  16890.     end tell
  16891. on error errMsg number errNum
  16892.     --enter statements to perform when no records are found such as...
  16893.     display dialog "Sorry, the item you selected could not be found."
  16894.     return
  16895. end try
  16896. management
  16897. program
  16898. sample
  16899. demonstrate
  16900. apple
  16901. events
  16902. program's
  16903. programatically
  16904. programmatich
  16905. programmatically
  16906. programmerw
  16907. programmer's{
  16908. programmers
  16909. programming
  16910. l show.
  16911. MPW TIPS AND TRICKS:  Automated Editing With StreamEdit by Tim Maroney.  The MPW tool StreamEdit provides you with powerful, flexible, scriptable text editing, at the price of just a little complexity.run us through the wringer once again.
  16912. THE VETERAN NEOPHYTE:  Confessions of a Veteran Technical Writer by Tim Monroe.  Enlightening trade secrets from someone who writes the documentation we all depend on.
  16913. J&develop Issue 28
  16914. develop Issue 28 codeK
  16915. Dec 96OIDev.CD Sep 00 RL Disk 1:Technical Documentation:Develop:develop Issue 28:PQDev.CD Sep 00 RL Disk 1
  16916.  - Technical Documentation
  16917.  - Develop
  16918.  - develop Issue 28controlminimum
  16919. getcontrolvalue
  16920. getcpixel
  16921. getctable
  16922. getctable
  16923. newpalette
  16924. setpalette
  16925. palette
  16926. animation
  16927. animatepal
  16928. getdevicelist
  16929. getdevicelist
  16930. gdevicechanged
  16931. getnextdevice
  16932. getmaindevice
  16933. getdevicelist
  16934. getnextdevice
  16935. baseaddr
  16936. rowbytes
  16937. pixelsize
  16938. getenetaddrdirect
  16939. --set theItem to choose file -- uncomment to test in an AS editor
  16940.     tell application "Finder"
  16941.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:qtmissingcomp:"
  16942.         activate
  16943.     end tell
  16944. on error errMsg number errNum
  16945.     --enter statements to perform when no records are found such as...
  16946.     display dialog "Sorry, the item you selected could not be found."
  16947.     return
  16948. end try
  16949. 68698X
  16950. Nov 99^
  16951. r--set theItem to choose file -- uncomment to test in an AS editor
  16952.     tell application "Finder"
  16953.         open item "Dev.CD Nov 99 TC:Sample Code:"
  16954.         activate
  16955.     end tell
  16956. on error errMsg number errNum
  16957.     --enter statements to perform when no records are found such as...
  16958.     display dialog "Sorry, the item you selected could not be found."
  16959.     return
  16960. end try
  16961. DeletedfAtext encoding
  16962. character set
  16963. Text Encoding Converter
  16964. font encodingq
  16965. Dev.CD Nov 99 TC
  16966. tD!All Packages
  16967. Tool Chest Edition
  16968. MacApp Developer Survey
  16969.     ation of software products. It can also help locate memory
  16970. 65486X
  16971. ialogStuff.h
  16972. DragStuff.c
  16973. Fragment Tool(PPC)
  16974. Fragment Tool.mcp
  16975. Fragments.c
  16976. FragmentStuff.h
  16977. FragmentTool.c
  16978. FragmentTool.h
  16979. FragmentTool.rsrc
  16980. Initialize.c
  16981. Lists.c
  16982. MenusStuff.c
  16983. MenuStuff.h
  16984. Prototypes.h
  16985. ReadMe-Fragment Tool
  16986. Streams.c
  16987. Streams.h
  16988. Test Fragments
  16989. Utilities.c
  16990. Utilities.h
  16991. Windows.c
  16992. Jan 96L
  16993. May 97N
  16994. CFM, Code Fragment Manager
  16995. implications
  16996. implied
  16997. implimentation
  16998. implimenting
  16999. implmenetation
  17000. implmentations
  17001. import
  17002. import/export/reloca
  17003. important
  17004. important
  17005. about
  17006. quicktime
  17007. important
  17008. about
  17009. sound
  17010. manager
  17011. important
  17012. information
  17013. about
  17014. imported
  17015. imported/exported
  17016. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.NPQuickTime, URL, Wired, Sprite, Actions, Controller, Intercept, mcActionLinkToURLOODev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Wired Movies and Sprites:WatchMe:PZDev.CD Nov 00 TC Disk 2
  17017.  - Sample Code
  17018.  - QuickTime
  17019.  - Wired Movies and Sprites
  17020.  - WatchMe
  17021. maybe
  17022. mbytes
  17023. mdefproc
  17024. mdefs
  17025. mdiplayer
  17026. mdiplayer
  17027. sample
  17028. application
  17029. demonstrates
  17030. meana
  17031. meansa
  17032. using
  17033. enterprise
  17034. objects
  17035. framework
  17036. openstep@
  17037. using
  17038. v2.0.4@
  17039. validator@
  17040. vary@
  17041. verify@
  17042. version
  17043. windowed
  17044. allows
  17045. creation
  17046. vertical@
  17047. videobottlenecks@
  17048. visit@
  17049. volumemount@
  17050. vrspeech
  17051. apple's
  17052. speech
  17053. recognition
  17054. manager
  17055. allow
  17056. walk@
  17057. watchme
  17058. custom
  17059. application
  17060. intended
  17061. support
  17062. watc@
  17063. we're@
  17064. webobjects
  17065. library@
  17066. were@
  17067. aegizmos@
  17068. when@
  17069. approach
  17070. approaches
  17071. appropriate
  17072. appropriately
  17073. approval
  17074. AmazonBooks.src
  17075. AmazonMusic.src
  17076. Apple.src
  17077. AppleSWUpdates-English.src
  17078. AppleSWUpdates-WW.src
  17079. BarnesAndNoble.src
  17080. CNN.src
  17081. DirectHit.src
  17082. HotBot.src
  17083. LookSmart.src
  17084. MacGuide.src
  17085. XTNow.src
  17086. Yahoo.srcK
  17087. Jan 99L
  17088. Feb 99N
  17089. engine, Internet, SherlockO/Dev.CD Feb 99 TC:What's New?:Sherlock Plug-ins:P4Dev.CD Feb 99 TC
  17090.  - What's New?
  17091.  - Sherlock Plug-inst
  17092. fragments
  17093. fragments
  17094. fragmentstuff
  17095. fragmentstuff
  17096. fragmenttool
  17097. fragmenttool
  17098. fragmenttool
  17099. fragmenttool
  17100. framework
  17101. nsport
  17102. rawip
  17103. OTPingSampleq
  17104. Dev.CD Nov 00 TC Disk 1
  17105. All Packages
  17106. OTSimpleDownloadHTTPI
  17107. This sample demonstrates the easiest way to use Open Transport to download an HTTP URL from a web server.  The code from this sample is featured in the latest release (v1.3) of the book 
  17108. Inside Macintosh: Open Transport
  17109. Nov 97L
  17110. Sep 98V
  17111. 62365X
  17112. 1e    No Change
  17113. d-processing or page layout program. 
  17114. Requiring no tr
  17115. ich include a 366 or 466-MHz PowerPC G3 processor with a built-in L2 cache, FireWire port, USB ports, Ethernet port, internal modem, and an optional AirPort Card. 
  17116. The developer note includes information about 
  17117. *the hardware and software features of the iBook 
  17118. * the internal logic and custom ICs 
  17119. *the I/O ports and built-in I/O devices 
  17120. *the RAM expansion slot 
  17121. ----------------------------------
  17122. Power Mac G4 Developer Note (updated 8/23/2000)
  17123. This developer note has been updated to in
  17124. clude information about the the latest features, which include dual processors (on some configurations), 1000Base-T Ethernet, Apple Pro Keyboard, and Apple Pro Mouse.
  17125. The developer note provides technical information about the Power Mac G4 computer and its features, which include a fast PowerPC G4 processor with Velocity Engine; a graphics card with an ATI RAGE 128 graphics controller; built-in Zip and DVD drives; Ethernet, USB, and FireWire ports; and an optional AirPort Card. 
  17126. The deve
  17127. PQDev.CD Sep 00 RL Disk 1
  17128.  - Technical Documentation
  17129.  - Develop
  17130.  - develop Issue 19er.c
  17131. MenuHandler.h
  17132. PictDocument.c
  17133. PictDocument.h
  17134. Restore Screen Cluts Read Me
  17135. RestoreScreenCluts(PPC)
  17136. RestoreScreenCluts.mcp
  17137. WindowPositioner.c
  17138. WindowPositioner.hM
  17139. System 7.0 or laterNvRestoreDeviceClut, GetDeviceList, NewPalette, SetPalette, TestDeviceAttribute, GetCTable, CTab2Palette, GetNextDevice
  17140. OEDev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Restore Screen Cluts:PMDev.CD Nov 00 TC Disk 1
  17141.  - Sample Code
  17142.  - Graphics 2D
  17143.  - Restore Screen ClutsV
  17144. 67606X
  17145. Nov 00^    TC Disk 1
  17146. --set theItem to choose file -- uncomment to test in an AS editor
  17147.     tell application "Finder"
  17148.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Restore Screen Cluts:"
  17149.         activate
  17150.     end tell
  17151. on error errMsg number errNum
  17152.     --enter statements to perform when no records are found such as...
  17153.     display dialog "Sorry, the item you selected could not be found."
  17154.     return
  17155. end try
  17156. e    No Change
  17157. All Packages
  17158. QuickDraw GXO
  17159. Dev.CD Apr 95
  17160. Dev.CD Jan 95P
  17161. Dev.CD Apr 95
  17162. Dev.CD Jan 9V
  17163. 69080X
  17164. Apr 95
  17165. p--set theItem to choose file -- uncomment to test in an AS editor
  17166.     tell application "Finder"
  17167.         open item "Dev.CD Apr 95
  17168. Dev.CD Jan 95"
  17169.         activate
  17170.     end tell
  17171. on error errMsg number errNum
  17172.     --enter statements to perform when no records are found such as...
  17173.     display dialog "Sorry, the item you selected could not be found."
  17174.     return
  17175. end try
  17176. All Packages
  17177. QuickDraw GXO
  17178. Dev.CD Apr 95
  17179. Dev.CD Jan 95P
  17180. Dev.CD Apr 95
  17181. Dev.CD Jan 9V
  17182. 69081X
  17183. Apr 95
  17184. p--set theItem to choose file -- uncomment to test in an AS editor
  17185.     tell application "Finder"
  17186.         open item "Dev.CD Apr 95
  17187. Dev.CD Jan 95"
  17188.         activate
  17189.     end tell
  17190. on error errMsg number errNum
  17191.     --enter statements to perform when no records are found such as...
  17192.     display dialog "Sorry, the item you selected could not be found."
  17193.     return
  17194. end try
  17195.     EIple code: Installer VISE, Stuffit InstallerMaker, or the Apple Installer.
  17196. MRJ2.2.3 Redistribution SDK.smiK
  17197. Dec 99L
  17198. Nov 00
  17199. Minimum requirements
  17200. The MRJ Redistribution SDK includes the file 
  17201. MRJ Redistribution.smi
  17202.  that you will bundle with your own product.  Installing and running MRJ will require additional memory and disk space over that needed for your product.  Refer to the document 
  17203. About MRJ 2.2.3
  17204.  for MRJ
  17205. s system requirements.
  17206. You should be familiar with Apple Events and installer extensions to use the examples provided here.  For information on Apple Events and the Apple Event Manager, refer to the 
  17207. O\Dev.CD Nov 00 TC Disk 1:What's New?:Development Kits:Mac OS:MRJ:MRJ2.2.3 Redistribution SDK:l Manager (in the Communications Toolbox) provides handy text output capabilities in your application with virtually no effort.
  17208. Tracks: A New Tool for Debugging Drivers  by Brad Lowe.  Debugging device drivers is a pain. This tool provides an easy way to log informat
  17209. folks
  17210. other
  17211. applications
  17212. running
  17213. sample
  17214. microsoft
  17215. quicktime
  17216. classes
  17217. someday
  17218. l Packages
  17219. QuickDraw 3DO
  17220. Dev.CD Jun 97 SSWP
  17221. Dev.CD Jun 97 SSV
  17222. 67408X
  17223. Jun 97
  17224. f--set theItem to choose file -- uncomment to test in an AS editor
  17225.     tell application "Finder"
  17226.         open item "Dev.CD Jun 97 SSW"
  17227.         activate
  17228.     end tell
  17229. on error errMsg number errNum
  17230.     --enter statements to perform when no records are found such as...
  17231.     display dialog "Sorry, the item you selected could not be found."
  17232.     return
  17233. end try
  17234. D!All Packages
  17235. Mac OS SDK Edition
  17236. QuickDraw 3D for Windows 1.5.2
  17237. example
  17238. example1
  17239. example1
  17240. examplecodec
  17241. examplecodec
  17242. examplecodec
  17243. examplecodec
  17244. examplecodec
  17245. examples
  17246. exceptions
  17247. exceptions
  17248. exceptions
  17249. exceptions
  17250. expand
  17251. experimental
  17252. experimental
  17253. interfacelib
  17254. experimental
  17255. stuff
  17256. export
  17257. exportersp
  17258. exrom-1func
  17259. exrom-1func
  17260. sresource
  17261. extendprintrecord
  17262. extendprintrecord
  17263. extendprintrecord
  17264. extensionv
  17265. extension
  17266. extension
  17267. extensions
  17268. extractitems
  17269. extractitems
  17270. extractors
  17271. fadescreen
  17272. fadescreen
  17273. fadescreen
  17274. failure
  17275. failure
  17276. fastdither
  17277. fastdither
  17278. signs
  17279. silence
  17280. silently
  17281. silevelmeteronoff
  17282. silly
  17283. simenel
  17284. similar
  17285. similarities
  17286. similarly
  17287. simone
  17288. simpleb
  17289. Wr taking advantage of the AppleShare Client API.
  17290. 65031X
  17291. 1e    No Change
  17292. ll Packages
  17293. System UpdateV
  17294. 64804X
  17295. summary
  17296. folder
  17297. contains
  17298. complete
  17299. information
  17300. developS
  17301. summary
  17302. folder
  17303. contains
  17304. documents
  17305. about
  17306. programming
  17307. summary
  17308. folder
  17309. contains
  17310. electronic
  17311. forms
  17312. allow
  17313. summary
  17314. folder
  17315. contains
  17316. helpful
  17317. scripts
  17318. summary
  17319. folder
  17320. contains
  17321. information
  17322. tells
  17323. develope
  17324. summary
  17325. folder
  17326. contains
  17327. goodies
  17328. developer
  17329. summary
  17330. folder
  17331. contains
  17332. revised
  17333. acrobat
  17334. versions
  17335. summary
  17336. folder
  17337. contains
  17338. sample
  17339. applications
  17340. demonsb
  17341. summary
  17342. folder
  17343. contains
  17344. several
  17345. examples
  17346. system
  17347. summary
  17348. folder
  17349. contains
  17350. several
  17351. snippets
  17352. illustrat
  17353. summary
  17354. folder
  17355. contains
  17356. apple
  17357. event
  17358. registry
  17359. summary
  17360. folder
  17361. contains
  17362. apple
  17363. event
  17364. terminologd
  17365. summary
  17366. folder
  17367. contains
  17368. macsnmp
  17369. developer's
  17370. summary
  17371. folder
  17372. contains
  17373. net-install
  17374. apple's
  17375. summary
  17376. folder
  17377. contains
  17378. assist
  17379. increas
  17380. 66654X
  17381. All Packages
  17382. PowerTalk (PPC)O
  17383. Dev.CD Oct 94P
  17384. Dev.CD Oct 9V
  17385. 68929X
  17386. Oct 94
  17387. b--set theItem to choose file -- uncomment to test in an AS editor
  17388.     tell application "Finder"
  17389.         open item "Dev.CD Oct 94"
  17390.         activate
  17391.     end tell
  17392. on error errMsg number errNum
  17393.     --enter statements to perform when no records are found such as...
  17394.     display dialog "Sorry, the item you selected could not be found."
  17395.     return
  17396. end try
  17397. All Packages
  17398. PowerTalk (PPC)O
  17399. Dev.CD Oct 94P
  17400. Dev.CD Oct 9V
  17401. 68930X
  17402. Oct 94
  17403. b--set theItem to choose file -- uncomment to test in an AS editor
  17404.     tell application "Finder"
  17405.         open item "Dev.CD Oct 94"
  17406.         activate
  17407.     end tell
  17408. on error errMsg number errNum
  17409.     --enter statements to perform when no records are found such as...
  17410.     display dialog "Sorry, the item you selected could not be found."
  17411.     return
  17412. end try
  17413. All Packages
  17414. PowerTalk (PPC)O
  17415. Dev.CD Oct 94P
  17416. Dev.CD Oct 9V
  17417. 68931X
  17418. Oct 94
  17419. 68713X
  17420. May 98^
  17421. --set theItem to choose file -- uncomment to test in an AS editor
  17422.     tell application "Finder"
  17423.         open item "Dev.CD May 98 TC:Programs & Marketing:Macintosh PowerBook Qualified:"
  17424.         activate
  17425.     end tell
  17426. on error errMsg number errNum
  17427.     --enter statements to perform when no records are found such as...
  17428.     display dialog "Sorry, the item you selected could not be found."
  17429.     return
  17430. end try
  17431. e    No ChangefBMPQ
  17432. Macintosh
  17433. PowerBook
  17434. Qualified
  17435. PC Card
  17436. Card and Socket Servicesq
  17437. Dev.CD May 98 TC
  17438. D(All Packages
  17439. Reference Library Edition
  17440. Macintosh Technical Q&As
  17441.     0 TC Disk 1
  17442.  - Sample Code
  17443.  - Networking
  17444.  - NameAndAddress this underlying technology you can do some very useful things.
  17445. Adding Custom Data to QuickDraw 3D Objects  by Nick Thompson, Pablo Fernicola, and Kent Davidson.  By defining your own attribute and element types, you can attach custom data to QuickDraw 3D objects. This flexibility opens up a world of new possibilities, a
  17446. qtshoweffect
  17447. qtsndtween
  17448. qtsndtween
  17449. qtsndtween
  17450. qtsound
  17451. qtsound
  17452. qtsound
  17453. qtsprites
  17454. qtsprites
  17455. qtsprites
  17456. qtsprites
  17457. qtsprites
  17458. qtsprites
  17459. qtsprites
  17460. qtsprites
  17461. qtsprites
  17462. qtsprites
  17463. qtsprites
  17464. qtsprites
  17465. qtstdcompr
  17466. qtstdcompr
  17467. qtstdcompr
  17468. qtstreammsg
  17469. qtstreammsg
  17470. qtstreammsg
  17471. qtstreamsplicer
  17472. qtstreamsplicer
  17473. qtstreamsplicer
  17474. qtstreamsplicer
  17475. qtstreamsplicer
  17476. qtstreamsplicer
  17477. qtstreamsplicer
  17478. qtstreamsplicer
  17479. qtstreamsplicer
  17480. qttext
  17481. qttext
  17482. qttext
  17483. qttext
  17484. qttext
  17485. qtvideo
  17486. qtvideo
  17487. qtvideo
  17488. query
  17489. quick
  17490. quick
  17491. start
  17492. quicksort
  17493. quicksort
  17494. J<Documentation:
  17495. SOMobjects
  17496.  - Read Me First
  17497. System Additions:K
  17498. Jan 96L
  17499. Oct 96ODDev.CD Apr 98 SDK2:Development Kits (Disc 2):SOMobjects
  17500.  for Mac OS:PIDev.CD Apr 98 SDK2
  17501.  - Development Kits (Disc 2)
  17502.  - SOMobjects
  17503.  for Mac OSstrates
  17504. quicktime
  17505. sample
  17506. demonstrates
  17507. quicktime
  17508. sprit
  17509. sample
  17510. illustrates
  17511. tracks
  17512. sample
  17513. illustrates
  17514. compress
  17515. decompress
  17516. content
  17517. finder
  17518. finder
  17519. apple
  17520. events
  17521. finder
  17522. appleevents
  17523. finderevents
  17524. events
  17525. finder
  17526. strings
  17527. finderevents
  17528. findfamilies
  17529. firewire
  17530. firmware
  17531. floating
  17532. floating
  17533. window
  17534. floppy
  17535. floppy
  17536. folder
  17537. folder
  17538. encoding
  17539. family
  17540. metrics
  17541. fonts
  17542. forecolor
  17543. foreground
  17544. build
  17545. Hooks.cp
  17546. Hooks.cp.o
  17547. Hooks.h
  17548. TestHooks
  17549. TestHooks.cp
  17550. TestHooks.cp.o
  17551. TestHooks.make
  17552. TestHooks.makeout
  17553. THooks Documentation
  17554. THooks Documentation.txtK
  17555. Vol IIIL
  17556. Vol VIIM/MPW C++. This package is System 7.0 compatible.OGDev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:C++ Related:THooks:PRDev.CD Nov 00 TC Disk 1
  17557.  - Tool Chest
  17558.  - Development Kits
  17559.  - C++ Related
  17560.  - THooksV
  17561. 69728X
  17562. Nov 00^    TC Disk 1
  17563. --set theItem to choose file -- uncomment to test in an AS editor
  17564.     tell application "Finder"
  17565.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:C++ Related:THooks:"
  17566.         activate
  17567.     end tell
  17568. on error errMsg number errNum
  17569.     --enter statements to perform when no records are found such as...
  17570.     display dialog "Sorry, the item you selected could not be found."
  17571.     return
  17572. end try
  17573. e    No Changeq
  17574. Dev.CD Nov 00 TC Disk 1
  17575. zD!All Packages
  17576. Mac OS SDK Edition
  17577. Thread Manager SDK 2.1
  17578. hotsauce
  17579. project
  17580. detect
  17581. howtohideyourapp
  17582. htmlsample
  17583. server
  17584. human
  17585. human
  17586. interface
  17587. notes
  17588. bring-up
  17589. tools
  17590. hypercard
  17591. hypercard
  17592. update
  17593. hypercard
  17594. instance
  17595. variables
  17596. hypercard
  17597. player
  17598. hypercard
  17599. toolkits
  17600. profile
  17601. cache
  17602. display
  17603. icondimming
  17604. iconutilcheck
  17605. ictbsample
  17606. imran's
  17607. virtual
  17608. keycodes
  17609. --set theItem to choose file -- uncomment to test in an AS editor
  17610.     tell application "Finder"
  17611.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Rubber Bandit:"
  17612.         activate
  17613.     end tell
  17614. on error errMsg number errNum
  17615.     --enter statements to perform when no records are found such as...
  17616.     display dialog "Sorry, the item you selected could not be found."
  17617.     return
  17618. end try
  17619. extendprintrecord
  17620. extendprintrecord
  17621. extendprintrecord
  17622. extensionv
  17623. extension
  17624. extension
  17625. extensions
  17626. extractitems
  17627. extractitems
  17628. extractors
  17629. fadescreen
  17630. fadescreen
  17631. fadescreen
  17632. failure
  17633. failure
  17634. fastdither
  17635. fastdither
  17636. N-QuickView, Toolbox Assistant, quick referenceO;Dev.CD Sep 97 RL:Technical Documentation:Toolbox Assistant:P@Dev.CD Sep 97 RL
  17637.  - Technical Documentation
  17638.  - Toolbox AssistantiverV
  17639. builds{
  17640. builds
  17641. windows
  17642. application
  17643. built
  17644. built-in
  17645. bulletproof
  17646. bullets
  17647. bunch
  17648. bundle
  17649. bundled
  17650. bundleservices
  17651. bunker
  17652. buses
  17653. business{
  17654. businesses
  17655. platforms
  17656. toolsQ
  17657. play1
  17658. applettag
  17659. application
  17660. application
  17661. application
  17662. application
  17663. application
  17664. files
  17665. application
  17666. applicationprivate
  17667. applicationprivate
  17668. applications
  17669. applparamshack
  17670. applparamshack
  17671. applparamshack
  17672. apprsrc
  17673. apprsrc
  17674. appstogo
  17675. appstogo
  17676. appstogo
  17677. appstogo
  17678. reference
  17679. appstogo/cw
  17680. appstogo/cw
  17681. build
  17682. appwannabe
  17683. appwannabenewdocs
  17684. architectureQ
  17685. AppleTalk MIB (RFC 1243) alias
  17686. AppleTalk SW for SNMP alias
  17687. Mac System MIB alias
  17688. MacSNMP demo and test
  17689. MacSNMP Developer 1.0.2
  17690. MacSNMP Programmer
  17691. s Guide
  17692. MacSNMP Transport 1.0.2
  17693. Overview - SNMP Development
  17694. Overview - SNMP Development.txt
  17695. TCP/IP MIB-II (RFC 1213) alias
  17696. spbrecord
  17697. record
  17698. memory
  17699. sample
  17700. shows
  17701. network
  17702. setup
  17703. library
  17704. sample
  17705. shows
  17706. postscripthandle
  17707. piccomment
  17708. sample
  17709. shows
  17710. quicktime
  17711. graphicimporter
  17712. fullmove
  17713. fullmove
  17714. fulloffset
  17715. fulloffset
  17716. g4graphics
  17717. g4graphics
  17718. g4interface
  17719. g4interface
  17720. g4lava
  17721. g4lava
  17722. g4main
  17723. g4main
  17724. g4play
  17725. g4play
  17726. g4prefs
  17727. g4prefs
  17728. g4resources
  17729. g4resources
  17730. g4setuptakedown
  17731. g4setuptakedown
  17732. g4sound
  17733. g4sound
  17734. g4utilities
  17735. g4utilities
  17736. g--set theItem to choose file -- uncomment to test in an AS editor
  17737.     tell application "Finder"
  17738.         open item "Dev.CD Jan 96 SDK1"
  17739.         activate
  17740.     end tell
  17741. on error errMsg number errNum
  17742.     --enter statements to perform when no records are found such as...
  17743.     display dialog "Sorry, the item you selected could not be found."
  17744.     return
  17745. end try
  17746. hnical
  17747. notes
  17748. --set theItem to choose file -- uncomment to test in an AS editor
  17749.     tell application "Finder"
  17750.         open item "Dev.CD Apr 94
  17751. Dev.CD Jan 94
  17752. Dev.CD Oct 93
  17753. Dev.CD Jul 93
  17754. Dev.CD Apr 93"
  17755.         activate
  17756.     end tell
  17757. on error errMsg number errNum
  17758.     --enter statements to perform when no records are found such as...
  17759.     display dialog "Sorry, the item you selected could not be found."
  17760.     return
  17761. end try
  17762. functional
  17763. functionality[
  17764. functionsB
  17765. functions/methods
  17766. fundamental
  17767. fundamentally
  17768. further
  17769. future{
  17770. futures
  17771. 04/95{
  17772. 04/96|
  17773. 04/97}
  17774. 05-self-pacedS
  17775. 05-self-paced
  17776. products
  17777. 05/95{
  17778. 05/96|
  17779. 05/97}
  17780. 06-on-lineS
  17781. 06-on-line
  17782. topics
  17783. 06/95{
  17784. 06/96|
  17785. 06/97}
  17786. 07-macS
  17787. 07-mac
  17788. 07/95{
  17789. 07/96|
  17790. 07/97}
  17791. 08-objectS
  17792. 08-object
  17793. orientedS
  17794. 08/95{
  17795. 08/96|
  17796. 08/97}
  17797. 09-multimediaS
  17798. 09-multimedia
  17799. graphicsS
  17800. 09/95{
  17801. 09/96|
  17802. 09/97}
  17803. e Thread Manger is built into System 7.5 and later systems so the extension is not needed.N>Thread Manager, thread, threads,  tasks, tasking, multitaskingO:Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Thread Manager:PBDev.CD Oct 00 SDK1
  17804.  - Development Kits
  17805.  - Mac OS
  17806.  - Thread Managerion
  17807. cosmetic[
  17808. costly
  17809. costs{
  17810. could]
  17811. couldn't
  17812. counter
  17813. counterpart
  17814. counterparts
  17815. countersA
  17816. counting
  17817. country
  17818. couple
  17819. courseS
  17820. coursesS
  17821. manuals
  17822. mapper
  17823. mapperref
  17824. marching
  17825. marching
  17826. marquee
  17827. storage
  17828. class
  17829. driver
  17830. mathlib
  17831. mcactionlinktourl
  17832. mdata
  17833. media
  17834. memhell
  17835. memory
  17836. memory
  17837. management
  17838. memory
  17839. manager
  17840. memory
  17841. monitor
  17842. menuy
  17843. items
  17844. manager
  17845. menus
  17846. message
  17847. messages
  17848. metafile
  17849. meters
  17850. metertest
  17851. metrics
  17852. metrowerks
  17853. microphone
  17854. middleware
  17855. missA
  17856. mixed
  17857. mixed
  17858. mixer
  17859. modal
  17860. modal
  17861. dialog
  17862. modaldialog
  17863. model
  17864. modes
  17865. modifymouseaccl
  17866. moduleN
  17867. monitor
  17868. play1
  17869. quicktime
  17870. sound
  17871. tween
  17872. quicktime
  17873. sound
  17874. utilities
  17875. track
  17876. audio
  17877. buffer
  17878. volumes
  17879. quicktime
  17880. sprite
  17881. toolbox
  17882. quicktime
  17883. sprite
  17884. track
  17885. quicktime
  17886. sprite
  17887. track
  17888. wired
  17889. events
  17890. triggered
  17891. events
  17892. quicktime
  17893. sprites
  17894. quicktime
  17895. streaming
  17896. messages
  17897. controller
  17898. quicktime
  17899. media
  17900. sample
  17901. search
  17902. quicktime
  17903. track
  17904. actionsZ
  17905. quicktime
  17906. timecode
  17907. track
  17908. media
  17909. handler
  17910. quicktime
  17911. handler
  17912. quicktime
  17913. wired
  17914. sprite
  17915. actions
  17916. controller
  17917. intercept
  17918. quicktime
  17919. vector
  17920. picture
  17921. quicktime
  17922. video
  17923. digitizer
  17924. component
  17925. quicktime
  17926. video
  17927. digitizing
  17928. quicktime
  17929. video
  17930. sound
  17931. virtual
  17932. reality
  17933. quicktime
  17934. graphic
  17935. quicktime
  17936. video
  17937. sound
  17938. track
  17939. movie
  17940. create
  17941. quicktime
  17942. video
  17943. streaming
  17944. audio
  17945. quickview
  17946. toolbox
  17947. assistant
  17948. quick
  17949. reference
  17950. ramdisk
  17951. rapid
  17952. raster
  17953. setpalette
  17954. everything
  17955. everyware
  17956. evict
  17957. evolved
  17958. eworld{
  17959. exacth
  17960. exactly
  17961. examinei
  17962. examined
  17963. examines
  17964. examining
  17965. exampleQ
  17966. ompres
  17967. examples
  17968. exceeds
  17969. excellent
  17970. except
  17971. exception
  17972. generator
  17973. danish
  17974. danish
  17975. 1.1.3
  17976. dashed
  17977. dashed
  17978. lines
  17979. dashed
  17980. lines
  17981. dashed
  17982. lines
  17983. dashed-capped
  17984. dashed-capped
  17985. lines
  17986. dashed-capped
  17987. lines
  17988. dashed-capped
  17989. lines
  17990. dashed-capped
  17991. lines
  17992. dashedlines
  17993. dashedlines
  17994. datay
  17995. access
  17996. manager
  17997. folder
  17998. database~
  17999. database
  18000. suite~
  18001. databases-standalone
  18002. datahandlercomponent
  18003. datamaster
  18004. datamaster
  18005. datasheet
  18006. dateconverter
  18007. dateconverter
  18008. datedialog
  18009. datedialog
  18010. datestring
  18011. datething
  18012. datething
  18013. datething
  18014. datething
  18015. datething
  18016. datething
  18017. datething
  18018. utsample@
  18019. sources@
  18020. specified@
  18021. spriteworld@
  18022. sprocketinvaders@
  18023. stack@
  18024. standardfile@
  18025. step@
  18026. steps@
  18027. tudy@
  18028. subjects@
  18029. study{
  18030. stuff
  18031. stuffit
  18032. stylef
  18033. style-linking
  18034. styled
  18035. stylemap
  18036. styles
  18037. stylewriter
  18038. stylus
  18039. sub-folders
  18040. sub-menus
  18041. sub-sampling
  18042. subclass
  18043. subdirectory
  18044. subfolder
  18045. subfolders
  18046. subject
  18047. substitute
  18048. substitution
  18049. subtle
  18050. subtleties
  18051. subtype
  18052. succeed
  18053. success
  18054. successfulw
  18055. successfully
  18056. suchR
  18057. suffer
  18058. suffix
  18059. suggested
  18060. suggestions
  18061. suit{
  18062. suitability
  18063. suitable
  18064. suitcase
  18065. All Packages
  18066. F    QuickTimeO
  18067. Dev.CD Jan 96 SSWP
  18068. Dev.CD Jan 96 SSV
  18069. 69124X
  18070. Jan 96
  18071. f--set theItem to choose file -- uncomment to test in an AS editor
  18072.     tell application "Finder"
  18073.         open item "Dev.CD Jan 96 SSW"
  18074.         activate
  18075.     end tell
  18076. on error errMsg number errNum
  18077.     --enter statements to perform when no records are found such as...
  18078.     display dialog "Sorry, the item you selected could not be found."
  18079.     return
  18080. end try
  18081. All Packages
  18082. F    QuickTimeO
  18083. Dev.CD Jan 96 SSWP
  18084. Dev.CD Jan 96 SSV
  18085. 69125X
  18086. Jan 96
  18087. f--set theItem to choose file -- uncomment to test in an AS editor
  18088.     tell application "Finder"
  18089.         open item "Dev.CD Jan 96 SSW"
  18090.         activate
  18091.     end tell
  18092. on error errMsg number errNum
  18093.     --enter statements to perform when no records are found such as...
  18094.     display dialog "Sorry, the item you selected could not be found."
  18095.     return
  18096. end try
  18097. All Packages
  18098. F    QuickTimeO
  18099. Dev.CD Jan 96 SSWP
  18100. Dev.CD Jan 96 SSV
  18101. 69126X
  18102. 69334X
  18103. Nov 99^
  18104. r--set theItem to choose file -- uncomment to test in an AS editor
  18105.     tell application "Finder"
  18106.         open item "Dev.CD Nov 99 TC:Sample Code:"
  18107.         activate
  18108.     end tell
  18109. on error errMsg number errNum
  18110.     --enter statements to perform when no records are found such as...
  18111.     display dialog "Sorry, the item you selected could not be found."
  18112.     return
  18113. end try
  18114. Deletedq
  18115. Dev.CD Nov 99 TC
  18116. D!All Packages
  18117. Tool Chest Edition
  18118. Snippets - Testing & Debugging
  18119. (** = new, * = revised)
  18120. AE/EM trapping 1.0.1:  Some MacsBug macros that allow you to break on AppleEvent and Edition Manager PACK calls.With these macros you can  type 'atb AESend' (or any other AppleEvent or Edition Manager call) and you will break when the call is made.
  18121. Audit:  Audit is a small library of functions that provide an unobtrusive event tracing capability to applications, drivers, code-resources, call-backs, and any other "flavor" of Macintosh software.
  18122. BusErrorTest:  Show
  18123. extractor
  18124. plug-ins
  18125. content
  18126. extra
  18127. 1.1.3
  18128. cattachment
  18129. cattachment
  18130. cattachment
  18131. cbufffilestream
  18132. audio
  18133. toolkit
  18134. install
  18135. script
  18136. cd-romw
  18137. cd-rom
  18138. detection
  18139. cdent
  18140. cdent
  18141. formatter
  18142. cdrom
  18143. cdrom
  18144. detection
  18145. cdromdetection
  18146. cdromdetection
  18147. cdroms
  18148. cdromsample
  18149. cdromsample
  18150. cdromsample
  18151. cdromsample
  18152. pbproj
  18153. cdtracker
  18154. cdtracker
  18155. cdtracker
  18156. cdtracker
  18157. cdtracker
  18158. cdtracker
  18159. cfbaseservices
  18160. cfbundleservices
  18161. cfcollectionservices
  18162. cfiltercontrol
  18163. cfiltercontrol
  18164. cfiltercontrol
  18165. cfm-68k
  18166. cfm-68k
  18167. cfm-68k
  18168. cfm-68k
  18169. runtime
  18170. enabler
  18171. cfmmoduleloader
  18172. cfmmoduleloader
  18173. akeymovie
  18174. cihui
  18175. cihui
  18176. This sample code illustrates the way to determine the processor type of the Macintosh you're running on. For the latest Gestalt CPU type, refer to the latest Gestalt.h.J+CPUGestalt(PPC)
  18177. CPUGestalt.c
  18178. CPUGestalt.mcpK
  18179. Apr 97M
  18180. System 6.0.4 or higherN3Gestalt, gestaltNativeCPUtype, gestaltProcessorTypeO<Dev.CD Nov 00 TC Disk 1:Sample Code:OS Utilities:CPUGestalt:PDDev.CD Nov 00 TC Disk 1
  18181.  - Sample Code
  18182.  - OS Utilities
  18183.  - CPUGestaltV
  18184. 68410X
  18185. Nov 00^    TC Disk 1
  18186. --set theItem to choose file -- uncomment to test in an AS editor
  18187.     tell application "Finder"
  18188.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:OS Utilities:CPUGestalt:"
  18189.         activate
  18190.     end tell
  18191. on error errMsg number errNum
  18192.     --enter statements to perform when no records are found such as...
  18193.     display dialog "Sorry, the item you selected could not be found."
  18194.     return
  18195. end try
  18196. e    No Changef1Gestalt
  18197. gestaltNativeCPUtype
  18198. gestaltProcessorTypeq
  18199. Dev.CD Nov 00 TC Disk 1
  18200. All Packages
  18201. 68411X
  18202. Summary:  These are obsolete Hypercard XCMD toolkits which used to be sold through APDA.  These are no longer supported, but may be of interest to developers writing their own XCMDS.
  18203. These XCMDs are not supported by DEVSUPPORT.  Questions will be rejected.  These packages are offered as a convenience to our developers, but are obsolete.
  18204. Issues:  These XCMDs are unsupported.  Do not send questions to DEVSUPPORT.  We can not help you with these XCMDs.
  18205. !Read me (obsolete&unsupported)
  18206. !Read me.txt
  18207. AppleTalk ToolKit.img
  18208. CD Audio Toolkit 1.0.img
  18209. HyperCard CTB Toolkit 1.0b2.img
  18210. HyperCard Serial Toolkit 2..img
  18211. HyperCard Video Toolkit 2.0.img
  18212. Ideas Toolkit 1.0.img
  18213. Prototyping Toolkit 2.0.imgK
  18214. May 95M
  18215. Hypercard.  It is uncertain that these packages will work correctly with the latest version of Hypercard, but they did work with an earlier version.OYDev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:HyperCard Related:HyperCard Toolkits:better suited to the task. This article 
  18216. Summary:  bugInfo is a macro you can execute within MacsBug to give you the most commonly used  debugging info to you right away with one command.  Use it as your first command when MacBug comes up to get the scoop by typing "bugInfo".
  18217. The command equivalent of this macro is:
  18218. wh; how; ip; sc; dm pc - 20 100, hc; td; drvr; file
  18219. What you will see appear is where (at what location in memory) you crashed or interrupted, how (by bus error, system error, interrupt) you got into MacsBug, a disaB
  18220. ssembly of code around the entry point, a memory dump in the vacinity of the program counter, a heap check, a display of CPU registers, a list of active drivers, and information on open files.
  18221. General tools.imgK
  18222. Feb 94M
  18223. MacsBug, ResEditN
  18224. testing, debuggingOEDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:PMDev.CD Nov 00 TC Disk 1
  18225.  - Tool Chest
  18226.  - Testing & Debugging
  18227.  - General tools Toolbox
  18228.  - OtherResInfo-MungeDeamonV
  18229. 62360X
  18230. Nov 00^    TC Disk 1
  18231. e    No Change
  18232. 68321X
  18233. Nov 99^
  18234. --set theItem to choose file -- uncomment to test in an AS editor
  18235.     tell application "Finder"
  18236.         open item "Dev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Bug Reporting:betaBase:"
  18237.         activate
  18238.     end tell
  18239. on error errMsg number errNum
  18240.     --enter statements to perform when no records are found such as...
  18241.     display dialog "Sorry, the item you selected could not be found."
  18242.     return
  18243. end try
  18244. Deletedf
  18245. database
  18246. beta test
  18247. beta helpq
  18248. Dev.CD Nov 99 TC
  18249. All Packages
  18250. BigScrollingI
  18251. ScrollBars are limited in their range to a signed 16-bit number (+/- 32768).
  18252. This project demo's one way to work around this limitation.JLBigScrolling(PPC)
  18253. BigScrolling.mcp
  18254. BigScrolling.p
  18255. BigScrolling.rsrc
  18256. Sample.pN
  18257. Scrollbar, Controls, SetControlMaximum, SetControlMinimum, SetControlValue, GetControlMaximum, GetControlMinimum, GetControlValueOIDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:BigScrolling:V
  18258. 68322X
  18259. 1e    No Change
  18260. resources
  18261. PMDev.CD Oct 00 SDK1
  18262.  - Development Kits
  18263.  - Mac OS
  18264.  - Multiprocessing 2.1v2 SDKn an AS editor
  18265.     tell application "Finder"
  18266.         open item "Dev.CD Sept 96 RL:Technical Documentation:develop:develop Issue  4:"
  18267.         activate
  18268.     end tell
  18269. on error errMsg number errNum
  18270.     --enter statements to perform when no records are found such as...
  18271.     display dialog "Sorry, the item you selected could not be found."
  18272.     return
  18273. end try
  18274. Deletedq
  18275. Dev.CD Sept 96 RL
  18276. D(All Packages
  18277. Reference Library Edition
  18278. develop Issue  5
  18279.     ment to test in an AS editor
  18280.     tell application "Finder"
  18281.         open item "Dev.CD Oct 93
  18282.         activate
  18283.     end tell
  18284. on error errMsg number errNum
  18285.     --enter statements to perform when no records are found such as...
  18286.     display dialog "Sorry, the item you selected could not be found."
  18287.     return
  18288. end try
  18289. All Packages
  18290. F    QuickTimeO)Dev.CD Oct 93
  18291. Dev.CD Jul 93
  18292. Dev.CD Apr 93P(Dev.CD Oct 93
  18293. Dev.CD Jul 93
  18294. Dev.CD Apr 9V
  18295. 65910X
  18296. Oct 93
  18297. WebObjects Memory Management by Theresa Ray of Tensor Information Systems
  18298. One of the most difficult tasks facing WebObjects and OPENSTEP programmers is correctly implementing memory management techniques in their applications.  This guide, sponsored by Apple Computer, Inc. Apple Developer Relations Group for the Apple Media Program, is designed to cover the issues relating to memory management, and to explain the correct procedure for implementing memory management techniques.
  18299. Advanced Web Site Technique.pdf
  18300. Avoid Audio Pitfalls Guide.pdf
  18301. CompbasedMediaBroadcastEnv
  18302. Creating MIDI for the Web3.pdf
  18303. DeBabelizer 3.0.pdf
  18304. Design For Reuse.pdf
  18305. DesignForRobustness
  18306. Digital Asset Management.pdf
  18307. Digital Storyboard.pdf 
  18308. DVD Development.pdf
  18309. DVD_Primer.pdf
  18310. Enhanced CD Survival Guide.pdf
  18311. EOModeler
  18312. Frameworks.pdf
  18313. Gender-Based Title Creation.pdf
  18314. Int_Media_Writer_Resources.pdf
  18315. Java Survival Guide.pdf
  18316. Making Cool QD3D Apps.pdf
  18317. Music on the Net.pdf
  18318. New Audio Features QT3.pdf
  18319. Porting
  18320. FDPUtilities.c
  18321. FDPUtilities.h
  18322. FinderDragPro
  18323. FinderDragPro.c
  18324. FinderDragPro.h
  18325. FinderDragPro.prj
  18326. FinderDragPro.r
  18327. FinderDragPro.rsrc
  18328. GetIconSuiteFromFinder.c
  18329. GetIconSuiteFromFinder.h
  18330. make.com
  18331. MakeFile
  18332. ReadMeK
  18333. Nov 99M=Mac OS with the drag manager and the thread manager installedN5Drag and Drop, PromiseHFSFlavor, hfs, promise, finderOHDev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:FinderDragPro:PPDev.CD Nov 00 TC Disk 1
  18334.  - Sample Code
  18335.  - Interapplication Comm
  18336.  - FinderDragProV
  18337. 68540X
  18338. Nov 00^    TC Disk 1
  18339. --set theItem to choose file -- uncomment to test in an AS editor
  18340.     tell application "Finder"
  18341.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:FinderDragPro:"
  18342.         activate
  18343.     end tell
  18344. on error errMsg number errNum
  18345.     --enter statements to perform when no records are found such as...
  18346.     display dialog "Sorry, the item you selected could not be found."
  18347.     return
  18348. end try
  18349. p--set theItem to choose file -- uncomment to test in an AS editor
  18350.     tell application "Finder"
  18351.         open item "Dev.CD Apr 94
  18352. Dev.CD Jan 94"
  18353.         activate
  18354.     end tell
  18355. on error errMsg number errNum
  18356.     --enter statements to perform when no records are found such as...
  18357.     display dialog "Sorry, the item you selected could not be found."
  18358.     return
  18359. end try
  18360. mountserver
  18361. mouse
  18362. mousedrag
  18363. mouseresponders
  18364. movable
  18365. move{
  18366. moveable
  18367. moveablemodal
  18368. moveablemodal
  18369. source
  18370. sample
  18371. illustrating
  18372. moved
  18373. movement
  18374. moves
  18375. movewindow
  18376. movieY
  18377. movie's
  18378. moviebrowser
  18379. moviecontroller
  18380. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.N
  18381. QuickTime, VR, Cursors, Hotspotes
  18382. navigator
  18383. netsprockettest
  18384. network
  18385. network
  18386. management
  18387. network
  18388. server
  18389. developer's
  18390. guide
  18391. network
  18392. services
  18393. location
  18394. network
  18395. stream
  18396. network
  18397. watch
  18398. networking
  18399. audio
  18400. features
  18401. newgworld
  18402. tokenizer
  18403. newgworld
  18404. newsz
  18405. nocopyreceives
  18406. nopoweroffkey
  18407. noresdialog
  18408. nosound
  18409. notesT
  18410. nubus
  18411. nubus
  18412. tester
  18413. numbers
  18414. object
  18415. object
  18416. pascal
  18417. objective-c
  18418. objectsupportlib
  18419. objectsupportlib
  18420. 1.1.4
  18421. offscreen
  18422. offscreencontrolupda
  18423. onescannerx
  18424. ooptesample
  18425. develop Issue  1
  18426. Summary: This is the electronic version of develop magazine.
  18427.  Issue 1 highlights:
  18428. Realistic Color for Real-World Applications.  Extensions to the Macintosh graphics system software and how to use them.
  18429. All About the Palette Manager.  The what, why, and how of the Palette Manager and how it works with 32-Bit QuickDraw.
  18430. Braving Offscreen Worlds.  Use the new offscreen calls to set up and to maintain your offscreen world. 
  18431. The Perils of Postscript.  Mixing the models: Postscript and Qui
  18432. xckDraw; tricks for the mix.
  18433. Compatibility: Rules of the Road.  An overview of the most critical System 7.0 compatibility issues.
  18434. Debugging Declaration ROMs.  Everything you need to know to build and to debug a NuBus declaration ROM.
  18435. Apple II Development Dynamo.  Produce fast, small, readable, reliable Apple II assembly-language code quickly and conveniently using Dynamo.
  18436. RSCSI
  18437. SCSI disk device driver
  18438. SCSI Manager 4.3
  18439. old SCSI Manager
  18440. SCSI Driver Example
  18441. powerpc-based
  18442. powerpc-savvy
  18443. powerplant
  18444. powers
  18445. powertalk{
  18446. powertalk-savvy
  18447. powertracer
  18448. pparameter
  18449. ppc/appleevent
  18450. practical
  18451. practice
  18452. practices
  18453. pre-7.0
  18454. pre-7.5
  18455. pre-defined
  18456. pre-emptively
  18457. pre-installed
  18458. pre-mac
  18459. pre-measured
  18460. pre-mixer
  18461. preceding
  18462. predefined
  18463. predetermined
  18464. predicates
  18465. predictable
  18466. prediction
  18467. preemptive
  18468. preexisting
  18469. prefer
  18470. preference
  18471. preferences
  18472. preferred
  18473. preflightgl
  18474. prefs
  18475. preliminary
  18476. preloaded
  18477. premastering
  18478. premier
  18479. premierey
  18480. preparation
  18481. prepare
  18482. prepared
  18483. QuickTime, Java, MRJ
  18484. printing
  18485. instructions
  18486. penmode
  18487. penpat
  18488. penpixpat
  18489. performance
  18490. performance
  18491. analysis
  18492. performance
  18493. countersA
  18494. periodic
  18495. periodic
  18496. persistent
  18497. persistent
  18498. pgpuam
  18499. phone
  18500. photoshop
  18501. physical
  18502. piccomments
  18503. picker
  18504. pictdialog
  18505. picture
  18506. pippin
  18507. pixel
  18508. pixel
  18509. depth
  18510. pixelsize
  18511. pixmap
  18512. pixpat
  18513. plaintalk
  18514. platformR
  18515. platformid
  18516. video
  18517. playback
  18518. player
  18519. playing
  18520. playing
  18521. audio
  18522. plist
  18523. plug-in
  18524. plug-ins
  18525. pmforecolor
  18526. pmtable
  18527. point
  18528. polymorphic
  18529. polymorphic
  18530. functions
  18531. popup
  18532. printer
  18533. printing
  18534. processN
  18535. http_
  18536. hubbard
  18537. hugex
  18538. human{
  18539. hundreds
  18540. huxham
  18541. hybrid
  18542. hypercardn
  18543. hyperdam
  18544. hypertalk
  18545. hypertext`
  18546. icon_
  18547. icon's
  18548. p--set theItem to choose file -- uncomment to test in an AS editor
  18549.     tell application "Finder"
  18550.         open item "Dev.CD Oct 93
  18551. Dev.CD Jul 93"
  18552.         activate
  18553.     end tell
  18554. on error errMsg number errNum
  18555.     --enter statements to perform when no records are found such as...
  18556.     display dialog "Sorry, the item you selected could not be found."
  18557.     return
  18558. end try
  18559. iented^
  18560. objects
  18561. objectsupportlib
  18562. macodbc
  18563. database
  18564. connectivity
  18565. drivers
  18566. network
  18567. middlewar
  18568. apple
  18569. event
  18570. opening
  18571. documents
  18572. off-screen
  18573. offscreenr
  18574. offscreen
  18575. copybits
  18576. newgworld
  18577. gworld
  18578. pixmap
  18579. bitmap
  18580. alterr
  18581. ooptesample
  18582. opaque
  18583. choose
  18584. folder
  18585. navigation
  18586. services
  18587. transport
  18588. cache
  18589. delete
  18590. query
  18591. arpsample
  18592. OEDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Streaming:QTHintMovies:PPDev.CD Nov 00 TC Disk 2
  18593.  - Sample Code
  18594.  - QuickTime
  18595.  - Streaming
  18596.  - QTHintMoviesV
  18597. 68986X
  18598. Nov 00^    TC Disk 2
  18599. --set theItem to choose file -- uncomment to test in an AS editor
  18600.     tell application "Finder"
  18601.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Streaming:QTHintMovies:"
  18602.         activate
  18603.     end tell
  18604. on error errMsg number errNum
  18605.     --enter statements to perform when no records are found such as...
  18606.     display dialog "Sorry, the item you selected could not be found."
  18607.     return
  18608. end try
  18609. e    No Changef'QuickTime
  18610. Streaming
  18611. Tracks
  18612. Hintingq
  18613. Dev.CD Nov 00 TC Disk 2
  18614. All Packages
  18615. QTimadecompression
  18616. 68987X
  18617. Dev.CD Jan 94
  18618. Dev.CD Oct 93P
  18619. Dev.CD Jan 94
  18620. Dev.CD Oct 9V
  18621. 69155X
  18622. Jan 94
  18623. p--set theItem to choose file -- uncomment to test in an AS editor
  18624.     tell application "Finder"
  18625.         open item "Dev.CD Jan 94
  18626. Dev.CD Oct 93"
  18627.         activate
  18628.     end tell
  18629. on error errMsg number errNum
  18630.     --enter statements to perform when no records are found such as...
  18631.     display dialog "Sorry, the item you selected could not be found."
  18632.     return
  18633. end try
  18634. All Packages
  18635. F    QuickTimeO
  18636. Dev.CD Jan 94
  18637. Dev.CD Oct 93P
  18638. Dev.CD Jan 94
  18639. Dev.CD Oct 9V
  18640. 69156X
  18641. Jan 94
  18642. p--set theItem to choose file -- uncomment to test in an AS editor
  18643.     tell application "Finder"
  18644.         open item "Dev.CD Jan 94
  18645. Dev.CD Oct 93"
  18646.         activate
  18647.     end tell
  18648. on error errMsg number errNum
  18649.     --enter statements to perform when no records are found such as...
  18650.     display dialog "Sorry, the item you selected could not be found."
  18651.     return
  18652. end try
  18653. All Packages
  18654. F    QuickTimeV
  18655. 69157X
  18656. server
  18657. e    No Changef
  18658. Dev.CD Nov 00 TC Disk 1
  18659. All Packages
  18660. AddFrameToMovieIRThis example shows how to add an additional frame to the end of an existing movie.JWAddFrameToMovie
  18661. AddFrameToMovie.c
  18662. AddFrameToMovie.mcp
  18663. AddFrameToMovie.rsrc
  18664. Sample MovieM    QuickTimeN
  18665. QuickTime, frame, movie
  18666. OEDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:AddFrameToMovie:PPDev.CD Nov 00 TC Disk 2
  18667.  - Sample Code
  18668.  - QuickTime
  18669.  - Basics
  18670.  - AddFrameToMovieV
  18671. 68224X
  18672. Nov 00^    TC Disk 2
  18673. --set theItem to choose file -- uncomment to test in an AS editor
  18674.     tell application "Finder"
  18675.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:AddFrameToMovie:"
  18676.         activate
  18677.     end tell
  18678. on error errMsg number errNum
  18679.     --enter statements to perform when no records are found such as...
  18680.     display dialog "Sorry, the item you selected could not be found."
  18681.     return
  18682. end try
  18683. e    No Changef
  18684. QuickTime
  18685. frame
  18686. movie
  18687. Dev.CD Nov 00 TC Disk 2
  18688. All Packages
  18689. AddHTActions
  18690. 68225X
  18691. kObjectiveCtoJava
  18692. Push Tech Survival Gd.pdf
  18693. QT3-More Than Dig. Video.pdf
  18694. Simplified Stream Audio.pdf
  18695. Web Animation Guide.pdf
  18696. WebObjects Database Part I.pdf
  18697. WebObjects Database Part II.pdf
  18698. WebObjects Memory Mgmt.pdf
  18699. WebObjects Tools and Techniques
  18700. WebObjectsCategories&Posers.pdf
  18701. WebObjectsPerformanceTuning
  18702. Working with WebObjects.pdf
  18703. Writing for Interactive Media
  18704. ome tips on how to optimize your drawing quality.
  18705. J(develop Issue 10:
  18706. develop Issue 10 code:K
  18707. Vol IIIL
  18708. Jun 95OBDev.CD Sep 96 RL:Technical Documentation:develop:develop Issue 10:PJDev.CD Sep 96 RL
  18709.  - Technical Documentation
  18710.  - develop
  18711.  - develop Issue 10.
  18712. Techniques illustrated include:
  18713.  routines and code necessary for maintaining a scrolling edit field,
  18714.  how to implement a user pane control in a dialog,
  18715. 66006X
  18716. 1e    No Change
  18717. progguide
  18718. apple
  18719. scannersx
  18720. program
  18721. programmatich
  18722. programmatic
  18723. interface
  18724. programming
  18725. programming
  18726. information
  18727. programming
  18728. information
  18729. xPYDev.CD Nov 00 TC Disk 1
  18730.  - Sample Code
  18731.  - Interapplication Comm
  18732.  - TEXTtotypeIntlCoercion
  18733. clockwise
  18734. close
  18735. closeall
  18736. closed
  18737. closeport
  18738. closest
  18739. closing
  18740. closing
  18741. cmpismissing
  18742. codeO
  18743. seamlessly
  18744. searchj
  18745. searched
  18746. searchesy
  18747. searchingy
  18748. searchproc
  18749. searchprocs
  18750. second_
  18751. secondly
  18752. seconds
  18753. secret
  18754. secretary
  18755. secrets
  18756. section{
  18757. sectionreport
  18758. sections
  18759. sector
  18760. sectors
  18761. secure
  18762. securely
  18763. security
  18764. sedit
  18765. Wlay, you can invoke heap scrambling.  This involves moving memory around every time a toolbox call uses the memory man
  18766. 69366X
  18767. Nov 00^    TC Disk 1
  18768. --set theItem to choose file -- uncomment to test in an AS editor
  18769.     tell application "Finder"
  18770.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Files:Standard File:StandardGetFolder:"
  18771.         activate
  18772.     end tell
  18773. on error errMsg number errNum
  18774.     --enter statements to perform when no records are found such as...
  18775.     display dialog "Sorry, the item you selected could not be found."
  18776.     return
  18777. end try
  18778. e    No Changef+Standard File StandardFile SF Choose Folderq
  18779. Dev.CD Nov 00 TC Disk 1
  18780. All Packages
  18781. Std Compression ExamplesImThis source code is from the Standard Compression chapter of the Inside Macintosh QuickTime Components book.
  18782. JpExample1(PPC)
  18783. Example1.c
  18784. Example2(PPC)
  18785. Example2.c
  18786. Example3(PPC)
  18787. Example3.c
  18788. README
  18789. Sample.PIC
  18790. Std Compression.mcpM    QuickTimeN
  18791. QuickTime, compressionO_Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Importers and Exporters:Std Compression Examples:V
  18792. 69367X
  18793. 1e    No Change
  18794. linewidth
  18795. setpalette
  18796. play1
  18797. polish@
  18798. popuptkl
  18799. powerbookg3series@
  18800. powerpc@
  18801. toolbox
  18802. keychain@
  18803. ppcbrowseroverride@
  18804. quit@
  18805. rdocproc@
  18806. about
  18807. otendpointinfo@
  18808. aecdev-aedaemon@
  18809. otdumpinternetstatus@
  18810. readme
  18811. readme
  18812. dcmd@
  18813. readme
  18814. html@
  18815. recipes@
  18816. renderinglib@
  18817. rfc1334
  18818. authentication@
  18819. rlsd@
  18820. sample
  18821. applescripts@
  18822. schedule@
  18823. setlockbitatomsample
  18824. showinit@
  18825. simpleplayermfcdoc@
  18826. sites@
  18827. sound@
  18828. strip@
  18829. support
  18830. systemfolder@
  18831. tech@
  18832. testfinderlaunch
  18833. testprinterclass
  18834. textchanger
  18835. 2.0.1@
  18836. than@
  18837. topseeturvee@
  18838. transitions
  18839. themes@
  18840. ueenie@
  18841. umousetrackbehavior
  18842. updates@
  18843. userstartup
  18844. goodies@
  18845. validator
  18846. 1.11@
  18847. webobjects
  18848. database
  18849. e    No Changef
  18850. QuickTime
  18851. Dev.CD Nov 00 TC Disk 2
  18852. All Packages
  18853. GX->PostScript SampleIjReplaces the GX to PostScript sample code that was made available on the February 1998 Tool Chest Edition.JHGX->PS Manual
  18854. GXToPostScript
  18855. Interfaces&Libraries
  18856. Why was this archived?K
  18857. Feb 98M
  18858. QuickDraw GX 1.1.6 and aboveN
  18859. GX, PostScript, sample codeOXDev.CD Nov 00 TC Disk 1:Sample Code:Archive:Graphics:QuickDraw GX:GX->PostScript Sample:PfDev.CD Nov 00 TC Disk 1
  18860.  - Sample Code
  18861.  - Archive
  18862.  - Graphics
  18863.  - QuickDraw GX
  18864.  - GX->PostScript SampleV
  18865. 68573X
  18866. Nov 00^    TC Disk 1
  18867. e    No Change
  18868. Convert
  18869. ProjectsK
  18870. May 94L
  18871. Aug 94OVDev.CD Nov 99 TC:Tool Chest:Development Kits:
  18872.  Other Platforms:Convert
  18873. Projects 1.0b5:PaDev.CD Nov 99 TC
  18874.  - Tool Chest
  18875.  - Development Kits
  18876.  Other Platforms
  18877.  - Convert
  18878. Projects 1.0b5 image at once, and in most cases this method works fine unless the image requires dithering from its source to its destination.   The purpose of this app is to show the problem that may o
  18879. utilitiesQ
  18880. osahelpers
  18881. osahelpers
  18882. osahelpers
  18883. oserr
  18884. debug
  18885. 1.0b1c
  18886. ossvcs
  18887. osutilities
  18888. classes
  18889. papserversample
  18890. papserversample
  18891. ot/ppp
  18892. ot/ppp
  18893. client
  18894. ot/ppp
  18895. client
  18896. otarpmodule
  18897. otarpmodule
  18898. otchecknetforname
  18899. otchecknetforname
  18900. packageexample
  18901. pages
  18902. client
  18903. interface
  18904. client
  18905. first
  18906. paper
  18907. papworkstation
  18908. papworkstation
  18909. Jul 98M
  18910. Acrobat Reader 3.0N]traversing related tables, referential integrity rules, validation and reformatting, databaseO3Dev.CD Mar OO RLDisk 1:Interactive Media Resources:P5Dev.CD Mar OO RLDisk 1
  18911.  - Interactive Media Resources
  18912. guide
  18913. guidelines
  18914. gworldr
  18915. fonts
  18916. typography
  18917. hardware
  18918. developer
  18919. documentation
  18920. developer
  18921. notes
  18922. devnotes
  18923. heaps
  18924. hotspot\
  18925. hwindowide
  18926. hwindowide
  18927. draghook
  18928. hypercardn
  18929. ibook
  18930. color
  18931. colour
  18932. table
  18933. ciconhandle
  18934. ctabhandle
  18935. icons
  18936. identification
  18937. image
  18938. imaging
  18939. importers
  18940. indexj
  18941. information
  18942. infoscrap
  18943. input
  18944. inputsprocket
  18945. inputsprocket
  18946. drawsprocket
  18947. soundsprocket
  18948. sound
  18949. interactiona
  18950. interleaving
  18951. international
  18952. international
  18953. glossaries
  18954. internationalization
  18955. internet
  18956. interrupt
  18957. invert
  18958. anceA
  18959. This snippet shows how to determine whether you are running on a Power Macintosh or on a 680x0 Macintosh.  It also provides the method for determine exactly which type of processor is running. This works around an off-by-one error with gestaltNativeCPUType.
  18960. J4PowerMacOr68k(PPC)
  18961. PowerMacOr68K.c
  18962. PowerMacOr68k.mcpOJDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:PowerMacOr68k:PRDev.CD Nov 00 TC Disk 1
  18963.  - Sample Code
  18964.  - Human Interface Toolbox
  18965.  - PowerMacOr68ktaller, the licensing disk, and software development SDK.
  18966. Issues: All ASLM libraries must be created with the MPW programming environment.
  18967. ASLM 2.0.1 Licensing Disk:
  18968. ASLM Debugging Tools:
  18969. ASLM Developer Tools:
  18970. ASLM Documentation:
  18971. ASLM Examples:
  18972. ASLM Installer:
  18973. ASLM Installer.image
  18974. ASLM SymFiles:
  18975. Change History
  18976. Change History (old)
  18977. CodeWarrior Read Me!
  18978. Release NotesK
  18979. Mar 95L
  18980. Jan 97M
  18981. System 6.0.7 or greater.K1:Development Kits:Mac OS:Apple Shared Library Manager:V
  18982. 66643X
  18983. Deleted
  18984. ~OCDev.CD Oct 00 SDK1:Development Kits:Mac OS:Macintosh Drag and Drop:PKDev.CD Oct 00 SDK1
  18985.  - Development Kits
  18986.  - Mac OS
  18987.  - Macintosh Drag and Drop
  18988.     - Macintosh Runtime for Java (MRJ) 2.1
  18989. - Windows 95, 98, or NT::
  18990.     - JRE/JDK from Sun Microsystems, Inc. recommended
  18991. QuickTime, Java, MRJs to perform when no records are found such as...
  18992.     display dialog "Sorry, the item you selected could not be found."
  18993.     return
  18994. end try
  18995. tion of most interest to developers and provides descriptions of the internal architecture, the I/O ports and devices, and the expansion features. 
  18996. PowerBookG3Series.pdfK
  18997. Vol XL
  18998. Jul 98N`Macintosh, PowerBook G3 Series, developers, PowerPC, backside, cache, expansion, I/O RAM CardBusOHDev.CD Jul 98 SSW/SDK:What's New:Technical Documentation:DeveloperNotes:PPDev.CD Jul 98 SSW/SDK
  18999.  - What's New
  19000.  - Technical Documentation
  19001.  - DeveloperNotesV
  19002. 63605X
  19003. Jul 98^
  19004. SSW/SDK
  19005. SO)Dev.CD Apr 94
  19006. Dev.CD Jan 94
  19007. Dev.CD Dec 93P(Dev.CD Apr 94
  19008. Dev.CD Jan 94
  19009. Dev.CD Dec 9V
  19010. 69690X
  19011. Apr 94
  19012. ~--set theItem to choose file -- uncomment to test in an AS editor
  19013.     tell application "Finder"
  19014.         open item "Dev.CD Apr 94
  19015. Dev.CD Jan 94
  19016. Dev.CD Dec 93"
  19017.         activate
  19018.     end tell
  19019. on error errMsg number errNum
  19020.     --enter statements to perform when no records are found such as...
  19021.     display dialog "Sorry, the item you selected could not be found."
  19022.     return
  19023. end try
  19024. All Packages
  19025. System UpdateO
  19026. Dev.CD Apr 94
  19027. Dev.CD Jan 94P
  19028. Dev.CD Apr 94
  19029. Dev.CD Jan 9V
  19030. 69691X
  19031. Apr 94
  19032. p--set theItem to choose file -- uncomment to test in an AS editor
  19033.     tell application "Finder"
  19034.         open item "Dev.CD Apr 94
  19035. Dev.CD Jan 94"
  19036.         activate
  19037.     end tell
  19038. on error errMsg number errNum
  19039.     --enter statements to perform when no records are found such as...
  19040.     display dialog "Sorry, the item you selected could not be found."
  19041.     return
  19042. end try
  19043. OThis sample illustrates how the SetHideOnSwitch and GetHideOnSwitch routines can be used to hide an application.  These routines were first documented in Technote TN1102, "Mac OS 8".  On the world wide web, documentation for these routines can be found at the address:
  19044. http://developer.apple.com/technotes/tn/tn1102.html#processmgr
  19045. HideCalls.c
  19046. HideCalls.h
  19047. HowToHideApp
  19048. HowToHideApp.c
  19049. HowToHideApp.prj
  19050. HowToHideApp.r
  19051. HowToHideApp.rsrc
  19052. make.com
  19053. MakeFile
  19054. ReadMeN&HIDE, SetHideOnSwitch, GetHideOnSwitchO?Dev.CD Nov 00 TC Disk 2:Sample Code:Processes:HowToHideYourApp:PGDev.CD Nov 00 TC Disk 2
  19055.  - Sample Code
  19056.  - Processes
  19057.  - HowToHideYourApparly effortless.
  19058. International Number Formatting  by Norbert Lindenberg.   Some good methods for handling the different number formats around the world.
  19059. Somewhere in QuickTime: What
  19060. s New With Sound Manager 3.0  by Jim Reekes.  Changes (and bug fixes!) in the Sound Manager. Finally, you can remove all that workaround code.
  19061. Print Hint
  19062. owned
  19063. owner
  19064. owner's
  19065. ownership
  19066. ozone
  19067. pablo
  19068. packageO
  19069. packetsU
  19070. packman
  19071. packman
  19072. snippet
  19073. showing
  19074. implement
  19075. simple
  19076. choos
  19077. pagez
  19078. pages
  19079. paige
  19080. painless
  19081. 5D!All Packages
  19082. Mac OS SDK Edition
  19083. ode:Files:Un/mount:P;Dev.CD Nov 00 TC Disk 1
  19084.  - Sample Code
  19085.  - Files
  19086.  - Un/mountV
  19087. 68127X
  19088. Nov 00^    TC Disk 1
  19089. --set theItem to choose file -- uncomment to test in an AS editor
  19090.     tell application "Finder"
  19091.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Files:Un/mount:"
  19092.         activate
  19093.     end tell
  19094. on error errMsg number errNum
  19095.     --enter statements to perform when no records are found such as...
  19096.     display dialog "Sorry, the item you selected could not be found."
  19097.     return
  19098. end try
  19099. e    No Changef.modal dialog
  19100. disk inserted events
  19101. ModalDialog
  19102. Dev.CD Nov 00 TC Disk 1
  19103. D!All Packages
  19104. Mac OS SDK Edition
  19105. Universal Interfaces 3.3.2I\3.3.2 Universal Interfaces support CarbonLib 1.0.2, Mac OS 9, and QuickTime 4.1 development.J
  19106. UniversalInterfaces3.3.2.imgK
  19107. Feb 94L
  19108. Jul 00N$CarbonLib 1.0.2, Mac OS 9, QuickTimeOEDev.CD Oct 00 SDK1:Development Kits:Mac OS:Universal Interfaces3.3.2:ngeo)http://developer.apple.com/sdk/index.html
  19109. 68415X
  19110. Nov 00^    TC Disk 1
  19111. --set theItem to choose file -- uncomment to test in an AS editor
  19112.     tell application "Finder"
  19113.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Java:Creator Changer:"
  19114.         activate
  19115.     end tell
  19116. on error errMsg number errNum
  19117.     --enter statements to perform when no records are found such as...
  19118.     display dialog "Sorry, the item you selected could not be found."
  19119.     return
  19120. end try
  19121. e    No Changef*MRJ Drag and Drop Java AppleScript Toolkitq
  19122. Dev.CD Nov 00 TC Disk 1
  19123. All Packages
  19124. CTB Development Resources
  19125. 68416X
  19126. off power by pressing the power key, just as you turn on the Macintosh by pressing the power key.  This behavior isn't appropriate for some classroom or kiosk settings.  Therefore, this extension exists.  Drop it into your system folder and restart.
  19127. Version 1.2 fixes a minor concern, removes one line of assembly, and adds a Finder help string, so that turning on balloon help and pointing at this extension exp
  19128. allowsB
  19129. mple.mcp
  19130. ictbSample.r
  19131. ictbSample.rsrc
  19132. main.cN
  19133. ictb, Dialog ManagerOGDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:ictbSample:PODev.CD Nov 00 TC Disk 1
  19134.  - Sample Code
  19135.  - Human Interface Toolbox
  19136.  - ictbSampleInternet Access software, including the Internet Scripting Addition.
  19137.  MRJ SDK
  19138. Developers working with MRJ 2.2.2 can continue to use MRJ SDK 2.2. Apple is not releasing a new MRJ SDK with MRJ 2.2.2.
  19139.  About MRJ 2.2
  19140. The release note originally provided with MRJ 2.2 appears below. Apart from the information above, this release note still 
  19141. - Common
  19142.     - Sun Compliant Java Runtime Environment 1.1
  19143.     - QuickTime 3 
  19144.     - QTJava.zip
  19145.     - QTJava media samples
  19146. - Mac OS:
  19147.     - System 8 or later
  19148.     - Macintosh Runtime for Java (MRJ) 2.1
  19149. - Windows 95, 98, or NT::
  19150.     - JRE/JDK from Sun Microsystems, Inc. recommended
  19151. QuickTime, Java, MRJandard file formats for CD-ROM discs, how they relate to the Macintosh
  19152. s native file format, and how to implement them.
  19153. How to Create a Mixed-Partition CD-ROM  by Llew Roberts.   Step-by-step instruction
  19154. s on how to mix ProDOS and HFS partitions on a hard disk for pressing as a CD-ROM, plus why you might want to do so.
  19155. Accessing CD-ROM Audio Tracks From Your Application  by Eric Mueller. The calls to use if you want to access CD-ROM audio tracks from your Apple II application, the layout of a CD-ROM audio track, and more.
  19156. s Up: Catch the Comm Toolbox Wave  by Rob Berkowitz and Alex Kazim.  An introduction to three Communications Toolbox managers, illustrated by a look at a simple te
  19157. quicktime
  19158. quicktime
  19159. 4.1.2
  19160. windows
  19161. quicktime
  19162. conferencing
  19163. quicktime
  19164. quicktime
  19165. quicktime
  19166. windows
  19167. quicktime
  19168. quicktime
  19169. tools
  19170. quicktime
  19171. quicktime
  19172. tools
  19173. 1.0b2
  19174. quickview
  19175. quickview
  19176. developer
  19177. edition
  19178. quitapps
  19179. qwertytunes
  19180. vents
  19181. events
  19182. finder
  19183. display
  19184. folder
  19185. launch
  19186. finder
  19187. scripting
  19188. window
  19189. positions
  19190. burning
  19191. finderevents
  19192. findfamilies
  19193. finding
  19194. firewire
  19195. firmware
  19196. fixed
  19197. fixed
  19198. point
  19199. rotation
  19200. translation
  19201. floating
  19202. floating
  19203. window
  19204. floppy
  19205. floppy
  19206. floppy
  19207. drive
  19208. readsector
  19209. msdos
  19210. Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:MemHell:PGDev.CD Nov 00 TC Disk 1
  19211.  - Tool Chest
  19212.  - Testing & Debugging
  19213.  - MemHellV
  19214. 65485X
  19215. Nov 00^    TC Disk 1
  19216. e    No Change
  19217.  - OTCheckNetForNBPName
  19218. Summary:  This ResEdit file contains MacsBug 'mxbm' and 'mxwt' for the .MPP, .ATP, .XPP, and .DSP AppleTalk drivers and for the PPC Toolbox.  Add these resources to MacsBug's Debugger Prefs file and you'll be able to easily trap on AppleTalk driver control calls and PPC Toolbox calls and you'll also be able to dump the parameter blocks and associated data structures used by those calls.
  19219. Networks.imgK
  19220. Feb 94N/testing, debugging, networking & communicationsO@Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Networks:PHDev.CD Nov 00 TC Disk 1
  19221.  - Tool Chest
  19222.  - Testing & Debugging
  19223.  - Networksistent standards that encourage software developers to create application programs that look and act the same from a user
  19224. s point of view, regardless of the computer, network service, or devices being used.
  19225. Install QuickTime Conferencing
  19226. Marketing Stuff
  19227. Programming Stuff
  19228. QTC Technical Backgrounder
  19229. QuickTime Conf. - Read Me First
  19230. Using QuickTime ConferencingK
  19231. Apr 96
  19232. 68697X
  19233. Nov 99^
  19234. --set theItem to choose file -- uncomment to test in an AS editor
  19235.     tell application "Finder"
  19236.         open item "Dev.CD Nov 99 TC:What's New?:Development Kits:Mac OS Runtime for Java:"
  19237.         activate
  19238.     end tell
  19239. on error errMsg number errNum
  19240.     --enter statements to perform when no records are found such as...
  19241.     display dialog "Sorry, the item you selected could not be found."
  19242.     return
  19243. end try
  19244. Deletedq
  19245. Dev.CD Nov 99 TC
  19246. sD!All Packages
  19247. Tool Chest Edition
  19248. Mac OS Text Encodings
  19249.     onsO5Dev.CD Nov 00 TC Disk 1:Sample Code:Games:ISp Sample:P=Dev.CD Nov 00 TC Disk 1
  19250.  - Sample Code
  19251.  - Games
  19252.  - ISp SampleV
  19253. 67011X
  19254. Nov 00^    TC Disk 1
  19255. e    No Change
  19256. PPP Control.cp
  19257. PPP Control.rsrc
  19258. PPP Control.
  19259. PPP CSMM#OT/PPP 1.0 or higher, Control StripN;OT/PPP API, Control Strip, CSM, OT/PPP Control Strip SampleOKDev.CD Nov 00 TC Disk 1:Sample Code:Networking:OT/PPP Control Strip Sample:V
  19260. 62353X
  19261. 1e    No Change
  19262. rs or PowerPC microprocessors.You also need System 7.5 or later, a minimum of 8 MB of RAM (16 MB is strongly recommended) and at least 7 MB of free disk space.
  19263. This software is being made available to Apple Developers only and is not for public distribution. We are finishing work on MRJ 1.0.1 and the Software Development Kit (SDK) and expect to post them to <http://applejava.apple.com/> by the end of March 1997.  See the document "About this Pre-Release of MRJ" for details.
  19264. About this Pre-Release of MRJ
  19265. MRJ 1.0.1b1c2 Installer:
  19266. MRJ SDK Installer 1.0.1b1c2
  19267. Pre-Release MRJ JITC:
  19268. Updated Documentation:K
  19269. May 97OFDev.CD Nov 99 TC:What's New?:Development Kits:Mac OS Runtime for Java:PNDev.CD Nov 99 TC
  19270.  - What's New?
  19271.  - Development Kits
  19272.  - Mac OS Runtime for Java (multiple document interface).
  19273. mdiplayer.c
  19274. mdiplayer.dsp
  19275. mdiplayer.dsw
  19276. MDIPlayer.exe
  19277. mdiplayer.ico
  19278. mdiplayer.mak
  19279. mdiplayer.rc
  19280. movie.ico
  19281. mssccprj.scc
  19282. README.txt
  19283. resource.hV
  19284. 65483X
  19285. 1e    No Change
  19286. shop Plug-ins (Impo
  19287. O or later (3.0.1 or later recommended)
  19288. (Netscape Navigator 2.0.2 can also be used with limitations; e.g., it will not allow you to submit a PDF form, and operations such as printing PDF files from within Netscape Navigator 2.0.2 can crash your Mac.)
  19289. You may also be able to use other Web browsers that fully support the Netscape APIs.
  19290. Adobe, Acrobat, Reader, PDFth TextEdit and TextEdit-based applications, although not everything you can do with TextEdit can be done with WASTE and vice versa.
  19291. WASTE is essentially freeware, so you can use it in your programs (no matter whether freeware, sharew
  19292. Care or commercial) at no cost, but there are a couple of restrictions:
  19293. - You must add a credit line to your program
  19294. s about box and/or manual.
  19295. - I am entitled to a fully registered complimentary copy of the final product.
  19296. For the complete story, please read the Distribution & Licensing section of the WASTE Documentation.
  19297. Dec 95L
  19298. Feb 98V
  19299. 68164X
  19300. 1e    No Change
  19301. 68274X
  19302. Nov 99^
  19303. --set theItem to choose file -- uncomment to test in an AS editor
  19304.     tell application "Finder"
  19305.         open item "Dev.CD Nov 99 TC:Tool Chest:Localization:AppleGlot 2.3:"
  19306.         activate
  19307.     end tell
  19308. on error errMsg number errNum
  19309.     --enter statements to perform when no records are found such as...
  19310.     display dialog "Sorry, the item you selected could not be found."
  19311.     return
  19312. end try
  19313. DeletedfBAppleGlot Localization Internationalization Translation Glossariesq
  19314. Dev.CD Nov 99 TC
  19315. All Packages
  19316. AppleGlot 2.4b6
  19317. 68275X
  19318.  open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:TE Over Background:"
  19319.         activate
  19320.     end tell
  19321. on error errMsg number errNum
  19322.     --enter statements to perform when no records are found such as...
  19323.     display dialog "Sorry, the item you selected could not be found."
  19324.     return
  19325. end try
  19326. e    No Changef
  19327. TextEdit
  19328. Transparentq
  19329. Dev.CD Nov 00 TC Disk 1
  19330. All Packages
  19331. Technical PublicationsV
  19332. 68077X
  19333. Summary:  The Navigable Movie Toolkit (a HyperCard stack) is designed to assist in making Navigable Movies, QuickTime movies that offer a user-controllable view of an object or environment from a fixed point in space.  The Toolkit controls a specially configured set of off-the-shelf hardware and software in order to make Navigable Movies. The resulting movies can be played with the Navigable Movie Player included as part of the Toolkit; the Player may be included in your own stacks.
  19334.   Duri
  19335. ng playback, the user is able to control the view by click-dragging the mouse in the movie
  19336. s window; the experience is that of peering around the space, moving one
  19337. s head horizontally and/or vertically. Complete documentation is included.
  19338. Issues:  The Toolkit is the result of an investigation in ATG/Human Interface Group, and is supplied as-is. This is an update to version 1.0.1.
  19339. Aug 93d graphics problem is investigated and then solved using a custom color search procedure and 
  19340. Summary:  "Show Movie" is a small application designed to load and play movies. It demonstrates several useful features in QuickTime and ways to use them.
  19341.   -Creating a Time Base call back
  19342.   -Setting call backs based on the length of a movie.
  19343.   -Automatically closing a movie once it has finished playing
  19344.   -Making a loop within a movie.
  19345.   -Changing the rate of a movie while it is playing.
  19346.   -Slaving one movie to another.
  19347.   -Offsetting the start frame of a slave movie.
  19348.   -Delaying the start
  19349. E of a slave movie playing
  19350. It achieves the above by using Time Base call backs documented in Inside Macintosh QuickTime pages 2-335 to 2-341, 2-364
  19351. It also demonstrates
  19352.   Ways to pass data to the call backs and dispose of it once the movie has finished.
  19353.   How to create a default button on a dialog without using user items.
  19354. Jan 96
  19355. concurrently
  19356. condition
  19357. conditional
  19358. conditions
  19359. condone
  19360. conference
  19361. conferences
  19362. conferencing{
  19363. confessions{
  19364. confident{
  19365. confidential
  19366. config
  19367. configurable
  19368. configuration
  19369. configuration
  19370. dialog
  19371. configurations
  19372. configurey
  19373. configured
  19374. configures
  19375. configuringA
  19376. confines
  19377. confirm
  19378. confirmation
  19379. confirmed
  19380. conflict
  19381. conform
  19382. conforming
  19383. confused
  19384. confuses
  19385. confusing
  19386. confusion
  19387. conjunction
  19388. contentz
  19389. contentsi
  19390. context
  19391. context-sensitive
  19392. contextualy
  19393. continue_
  19394. continuing
  19395. pmtable
  19396. point
  19397. polymorphic
  19398. popup
  19399. popup
  19400. popup
  19401. utilities
  19402. porting
  19403. ports
  19404. posers
  19405. positions
  19406. posix
  19407. postscript
  19408. tscript
  19409. print
  19410. scale
  19411. postscript
  19412. print
  19413. rotate
  19414. object
  19415. prgeneral
  19416. postscript
  19417. printer
  19418. postscripthandle
  19419. postscripthandle
  19420. power
  19421. power
  19422. kiosk
  19423. nopoweroffkey
  19424. power
  19425. macintosh
  19426. debugger
  19427. power
  19428. manager
  19429. powerbook
  19430. powerbook
  19431. powerpcA
  19432. powerplant
  19433. toolboxe
  19434. ppcbrowser
  19435. pre-mixer
  19436. pre-mixer
  19437. component
  19438. vu-meter
  19439. sound
  19440. premixer
  19441. effect
  19442. preference
  19443. preferences
  19444. premixer
  19445. previews
  19446. prgeneral
  19447. print
  19448. printer
  19449. printer
  19450. current
  19451. printer
  19452. driver
  19453. multifinder
  19454. printer
  19455. driver
  19456. printing
  19457. carbon
  19458. carbon
  19459. printing
  19460. carbon
  19461. printing
  19462. manager
  19463. printing
  19464. postscript
  19465. filter
  19466. processN
  19467. process
  19468. manager
  19469. process
  19470. manager
  19471. desktop
  19472. database
  19473. finding
  19474. applications
  19475. process
  19476. manager
  19477. getnextprocess
  19478. getprocessinformatio
  19479. process
  19480. manager
  19481. appleevent
  19482. process
  19483. manager
  19484. appleevent
  19485. processes
  19486. processing
  19487. profile
  19488. profiler
  19489. program
  19490. program
  19491. linking
  19492. appleevents
  19493. guest
  19494. project
  19495. projector
  19496. promise
  19497. promisehfsflavor
  19498. property
  19499. proportional
  19500. protocol
  19501. protoviews
  19502. pstrconcat
  19503. pstrcopy
  19504. pthread
  19505. publications
  19506. putscrap
  19507. All Packages
  19508. Chinese Language KitO
  19509. Dev.CD Nov 97 TCP
  19510. Dev.CD Nov 97 TV
  19511. 68363X
  19512. Nov 97
  19513. e--set theItem to choose file -- uncomment to test in an AS editor
  19514.     tell application "Finder"
  19515.         open item "Dev.CD Nov 97 TC"
  19516.         activate
  19517.     end tell
  19518. on error errMsg number errNum
  19519.     --enter statements to perform when no records are found such as...
  19520.     display dialog "Sorry, the item you selected could not be found."
  19521.     return
  19522. end try
  19523. All Packages
  19524. Chinese Language KitO
  19525. Dev.CD May 98 TCP
  19526. Dev.CD May 98 TV
  19527. 68364X
  19528. May 98
  19529. e--set theItem to choose file -- uncomment to test in an AS editor
  19530.     tell application "Finder"
  19531.         open item "Dev.CD May 98 TC"
  19532.         activate
  19533.     end tell
  19534. on error errMsg number errNum
  19535.     --enter statements to perform when no records are found such as...
  19536.     display dialog "Sorry, the item you selected could not be found."
  19537.     return
  19538. end try
  19539. All Packages
  19540. Chinese Language Kit UpdaterV
  19541. 68365X
  19542. inputting
  19543. inquiry
  19544. insanely
  19545. inscript
  19546. insensitivity
  19547. insert
  19548. inserted
  19549. insertion
  19550. insertmenu/popupmenu
  19551. inside`
  19552. inside
  19553. macintosh
  19554. movie
  19555. toolbox
  19556. sample
  19557. insidemac
  19558. installment
  19559. installsf
  19560. instance
  19561. instances
  19562. instantly
  19563. instead
  19564. instruction
  19565. instructional
  19566. instructions_
  19567. insure
  19568. int'l
  19569. integer
  19570. integral
  19571. integrate
  19572. integrated
  19573. integrates
  19574. integrating
  19575. integrating
  19576. computer-based
  19577. media
  19578. broadcast
  19579. environment
  19580. integration
  19581. e    No Change
  19582. 68479X
  19583. Jan 00^
  19584. --set theItem to choose file -- uncomment to test in an AS editor
  19585.     tell application "Finder"
  19586.         open item "Dev.CD Jan 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:corefoundation:"
  19587.         activate
  19588.     end tell
  19589. on error errMsg number errNum
  19590.     --enter statements to perform when no records are found such as...
  19591.     display dialog "Sorry, the item you selected could not be found."
  19592.     return
  19593. end try
  19594. e    No Change
  19595. o.http://developer.apple.com/techpubs/index.html
  19596.  theItem to choose file -- uncomment to test in an AS editor
  19597.     tell application "Finder"
  19598.         open item "Dev.CD Aug 96 TC"
  19599.         activate
  19600.     end tell
  19601. on error errMsg number errNum
  19602.     --enter statements to perform when no records are found such as...
  19603.     display dialog "Sorry, the item you selected could not be found."
  19604.     return
  19605. end try
  19606. All Packages
  19607. QuickDraw GXO
  19608. Dev.CD Aug 96 TCP
  19609. Dev.CD Aug 96 TV
  19610. 67479X
  19611. picker
  19612. picts
  19613. pictdocument
  19614. pictdocument
  19615. pictdocument
  19616. pictfile
  19617. pictfile
  19618. pictfile
  19619. pictfile
  19620. pictinfotest
  19621. pictinfotest
  19622. pictoid
  19623. pictoid
  19624. picttoclip
  19625. picttoclip
  19626. pippin
  19627. pippin
  19628. authentication
  19629. pippin
  19630. flash
  19631. access
  19632. pippin
  19633. launch
  19634. pippin
  19635. standard
  19636. pippin
  19637. startup
  19638. process
  19639. pippin
  19640. video
  19641. pippinfinder
  19642. pitfalls
  19643. pixel
  19644. pixmap2pixpat2ppat
  19645. pixmap2pixpat2ppat
  19646. pixmap2pixpat2ppat
  19647. pixmap2pixpat2ppat
  19648. pixmap2pixpat2ppat
  19649. place
  19650. place
  19651. extensions
  19652. folder
  19653. platformsQ
  19654. 68231X
  19655. Dec 99^
  19656. --set theItem to choose file -- uncomment to test in an AS editor
  19657.     tell application "Finder"
  19658.         open item "Dev.CD Dec 99 RL:Technical Documentation:Inside Macintosh:"
  19659.         activate
  19660.     end tell
  19661. on error errMsg number errNum
  19662.     --enter statements to perform when no records are found such as...
  19663.     display dialog "Sorry, the item you selected could not be found."
  19664.     return
  19665. end try
  19666. Deletedq
  19667. Dev.CD Dec 99 RL
  19668. All Packages
  19669. AE Interaction Sample
  19670. 3This sample provides an interractive demonstration of what the different Apple event Manager interraction levels mean at the user level.  Specifically this sample illustrates what it means when you provide one of the constants kAENeverInteract, kAECanInteract, or kAEAlwaysInteract as a parameter to AESend.
  19671. JwRead Me 
  19672.  Interaction Sample
  19673. Receiver
  19674. Receiver.mcp
  19675. Receiver.rsrc
  19676. reciever.c
  19677. Sender(PPC)
  19678. sender.c
  19679. Sender.mcp
  19680. Sender.rsrcM
  19681. System 7.0N+AppleEvent, interaction, AEInteractWithUser
  19682. accelerating
  19683. accelerationP
  19684. accelerator{
  19685. accent
  19686. accented
  19687. accept
  19688. accepted
  19689. accepting
  19690. accepts
  19691. accesory
  19692. accessA
  19693. ofiler.
  19694. * Power Macintos
  19695. h 9500, 8500, 8100, 7600, 7500, 7200, 7100, 6100, 5400, 5300 and 5200 series.
  19696. * PowerBook 5300, 2300 and 190 series. 
  19697. * Macintosh Performa 6300, 6200, 6100, 5300 and 5200 series.
  19698. Apple System Profiler will only install on the computers listed above. Do NOT attempt to install iton any other computers.
  19699. Installation instructions:
  19700. 1. Locate the Apple System Profiler Installer. It is in the same folder as this document.
  19701. 2. Double-click on the Apple System Profiler Installer application. 
  19702. ce binding library with no code implementation behind it. The Display Manager glue library is needed to provide runtime code to access the Display Manager 2.0 features.
  19703. A runtime library called "Display Library" which contains the PowerPC glue code to use the Display Manager 2.0 API  (the InterfaceLib contains the Display Manager 1.0 glue code). The Display Library is built into system 7.5.3 and later systems. To make use if the Display Manger 2.0 features from PowerPC code while  running
  19704.  System 7.1.2 through 7.5.2 you must have the "Display Library" file within the Code Fragment Manager search path - in the same directory as the application or in the extensions folder.
  19705. Application Sample Code. This sample code will build a FAT application - an application that contains 68K code in code resources in the resource fork and PowerPC code in a PEF container in the data fork. You must build the 68K side of the app first since it is included in the PowerPC project for building t
  19706. SimpleCocoaApp
  19707. SimpleCocoaApp is a small application that is meant to show some of the cool things you can do with Objective-C and Cocoa. 
  19708. For more in-depth learning resources, take a look at the /Developer/Documentation/Cocoa folder. This application displays different "Hello Cocoa" dialogs to the user based upon radio-button and PopUp menu selections. The user can change which hello message is sent by selecting a different radio button. The user can change which Hello object receives the message by chB
  19709. anging the PopUp menu selection. The dynamic nature of the Objective-C runtime and the power of Cocoa help make this "on-the-fly" code-swapping possible and the GUI easy to program.
  19710. .DS_Store
  19711. build
  19712. English.lproj
  19713. Hello1.h
  19714. Hello1.m
  19715. Hello2.h
  19716. Hello2.m
  19717. HelloController.h
  19718. HelloController.m
  19719. main.m
  19720. ReadMe.html
  19721. SimpleCocoaApp.gif
  19722. SimpleCocoaApp.pbprojK
  19723. Nov 00M@MacOSX Public Beta, Project Builder v41 (Public Beta) or greaterMyComponentRoutines.hM    QuickTimeN
  19724. QuickTime, component
  19725. .JsCLUTBuilder.c
  19726. CLUTBuilder.h
  19727. CollectPictColors(PPC)
  19728. CollectPictColors.c
  19729. CollectPictColors.mcp
  19730. CollectPictColors.rsrcM
  19731. Color QuickDrawN$CollectColors, PICT, KnowsPICT, CLUTOBDev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:CollectPictColors:PJDev.CD Nov 00 TC Disk 1
  19732.  - Sample Code
  19733.  - Graphics 2D
  19734.  - CollectPictColorsV
  19735. 68373X
  19736. Nov 00^    TC Disk 1
  19737. --set theItem to choose file -- uncomment to test in an AS editor
  19738.     tell application "Finder"
  19739.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:CollectPictColors:"
  19740.         activate
  19741.     end tell
  19742. on error errMsg number errNum
  19743.     --enter statements to perform when no records are found such as...
  19744.     display dialog "Sorry, the item you selected could not be found."
  19745.     return
  19746. end try
  19747. e    No Changef!CollectColors
  19748. KnowsPICT
  19749. CLUTq
  19750. Dev.CD Nov 00 TC Disk 1
  19751. All Packages
  19752. Color Locator DA
  19753. 68374X
  19754. sampletextconverter
  19755. sampleutils
  19756. sampleutils
  19757. sampleutils
  19758. samplewindows
  19759. samplewindows
  19760. samplewindows
  19761. print
  19762. record
  19763. print
  19764. record
  19765. saveaprintrecord
  19766. saveaprintrecord
  19767. saveaprintrecord
  19768. saveboardimage
  19769. saveboardimage
  19770. savemenu
  19771. savepictfile
  19772. savepictfile
  19773. savepictfile
  19774. savepictfile
  19775. saytext
  19776. saytext
  19777. sbarcdef
  19778. sbarcdef
  19779. scalable
  19780. scalable
  19781. scalablepostscript
  19782. scalablepostscript
  19783. scalablepostscriptpi
  19784. scalablepostscriptpi
  19785. scaling
  19786. scanx
  19787. image
  19788. scannerx
  19789. scanner
  19790. addendumx
  19791. scanner
  19792. scannersx
  19793. package
  19794. rocessor is running. This works around an off-by-one error with gestaltNativeCPUType.
  19795. J4PowerMacOr68k(PPC)
  19796. PowerMacOr68K.c
  19797. PowerMacOr68k.mcpOJDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:PowerMacOr68k:PRDev.CD Nov 00 TC Disk 1
  19798.  - Sample Code
  19799.  - Human Interface Toolbox
  19800.  - PowerMacOr68kd money in th
  19801. e localization process. Now you can translate all resources that contain standard MacOS terminology automatically.
  19802.  Your localized products will be more consistent with the translated MacOS. 
  19803.  To look up a specific term easily, we have provided the Glossaries as ClarisWorks spreadsheet (SS) tables. You can find these in the folder "Apple Glossaries (SS)".
  19804.  To import the Glossaries into other spreadsheets or databases, we have also provided them as tab-delimited text files. You can find 
  19805. OIDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:EditTextCdev:PQDev.CD Nov 00 TC Disk 1
  19806.  - Sample Code
  19807.  - Human Interface Toolbox
  19808.  - EditTextCdevV
  19809. 68525X
  19810. Nov 00^    TC Disk 1
  19811. --set theItem to choose file -- uncomment to test in an AS editor
  19812.     tell application "Finder"
  19813.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:EditTextCdev:"
  19814.         activate
  19815.     end tell
  19816. on error errMsg number errNum
  19817.     --enter statements to perform when no records are found such as...
  19818.     display dialog "Sorry, the item you selected could not be found."
  19819.     return
  19820. end try
  19821. e    No Changef
  19822. textq
  19823. Dev.CD Nov 00 TC Disk 1
  19824. All Packages
  19825. EenieI
  19826. Eenie - example MacApp program of how to use the Dependency mechanism
  19827. and Adorners. Also shows how to use the new View format with defining
  19828. customized cursors over views.V
  19829. 68526X
  19830. 1e    No Change
  19831. software
  19832. system
  19833. system
  19834. software
  19835. edition
  19836. toolP
  19837. chest
  19838. editionP
  19839. Vdispose of it once the movie has finished.
  19840.   How to create a default button on a dialog without using user items.
  19841. Jan 96
  19842. This survival guide is part 2 in a series regarding WebObjects Connecting to a Database.  Relationships are a very convenient, very powerful mechanism for traversing related tables in the database without constructing a separate qualifier and fetchSpecification each time. The use of referential integrity rules ensures that the data stored in the database does not become "dirty" or corrupted as records are added and deleted to the database. Additional validation and reformatting of data bef
  19843. Eore it is saved to the database by a single set of classes also helps keep the data "pure". A developer need not worry about all the validation rules if a new form is to be added to the application -if the framework used by the application is set up to perform the validation and formatting instead of the application itself.
  19844. Jul 98
  19845. editor
  19846. resedit
  19847. editor
  19848. notes
  19849. samples
  19850. codec
  19851. codecdispatch
  19852. codecs
  19853. codectestmain
  19854. codectestmain
  19855. codectestmain
  19856. codecversion
  19857. codewarrior
  19858. codewarrior
  19859. projects
  19860. codewarrior
  19861. coerceprgeneral
  19862. coerceprgeneral
  19863. coercionc
  19864. coercionsf
  19865. Included are the AURP calls to and from the atlk resource; some clues about the adev resource calls from the Apple Internet Router management app
  19866. lication, Router Manager; and hints on using the XTI (X/Open Transport Interface) Shell sample code. The XTI Shell sample code provides a base for writing an AURP adev over XTI and explicit instructions on how to modify it to implement your link.
  19867. Apple Internet Router: Extending IP Tunnel and DialUp
  19868. --------------------------------------
  19869. This document provides information needed to enhance the AppleTalk/IP Wide Area Extension (IP Tunnel adev) and the DialUp adev to support your MacTCP mde
  19870. --set theItem to choose file -- uncomment to test in an AS editor
  19871.     tell application "Finder"
  19872.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:ADB:ModifyMouseAccl:"
  19873.         activate
  19874.     end tell
  19875. on error errMsg number errNum
  19876.     --enter statements to perform when no records are found such as...
  19877.     display dialog "Sorry, the item you selected could not be found."
  19878.     return
  19879. end try
  19880. *distributors/localizers
  19881. Spain*distributors/localizers
  19882. Sweden*distributors/localizers
  19883. Switz.*distributors/localizers
  19884. UK/EIRE*distributors/localizers
  19885. Jul 94M
  19886. Adobe Acrobat Reader.O`Dev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:Euro Distributors/Localizers:PhDev.CD May 98 TC
  19887.  - Programs & Marketing
  19888.  - Market & Distribution Guides
  19889.  - Euro Distributors/LocalizersV
  19890. 66905X
  19891. May 98^
  19892. PostScriptHandleDemo.rsrc
  19893. PrintComments.p
  19894. PS Text
  19895. PSHdlDemo.pOBDev.CD Nov 00 TC Disk 2:Sample Code:Printing:PostScriptHandleDemo:V
  19896. 65646X
  19897. 1e    No Change
  19898. contacting
  19899. contacts
  19900. containT
  19901. contained
  19902. container
  19903. profile
  19904. image
  19905. specified
  19906. image's@
  19907. enhancements@
  19908. european@
  19909. evenbetterbuserror@
  19910. event@
  19911. everything@
  19912. exists@
  19913. explored@
  19914. external@
  19915. faceless@
  19916. falkenburg@
  19917. features
  19918. includes
  19919. demonstration
  19920. documentation
  19921. complete@
  19922. fileinfo@
  19923. final@
  19924. finds@
  19925. fixing@
  19926. focus@
  19927. folders@
  19928. years
  19929. multimedia
  19930. developers
  19931. regarded
  19932. equilibrium's
  19933. forbidden@
  19934. formatted@
  19935. frame@
  19936. frontier@
  19937. gelphman@
  19938. getting/setting@
  19939. glance@
  19940. gory@
  19941. graphic@
  19942. grown@
  19943. happen@
  19944. having@
  19945. here's@
  19946. hints@
  19947. however@
  19948. html@
  19949. http@
  19950. illustrates@
  19951. implementation@
  19952. window
  19953. arrangement
  19954. window
  19955. attributes
  19956. window
  19957. class
  19958. window
  19959. classes
  19960. window
  19961. layers
  19962. window
  19963. manager
  19964. window
  19965. positions
  19966. windows
  19967. windows
  19968. wired
  19969. wombat
  19970. workgroup
  19971. workgroup
  19972. server
  19973. working
  19974. workstation
  19975. world
  19976. world
  19977. worldscript
  19978. wrapper
  19979. writerk
  19980. writeswell
  19981. writing
  19982. services
  19983. yellow
  19984. yellow
  19985. yellow
  19986. zanzibar
  19987. zaptcp
  19988. zeroscrap
  19989. zones
  19990. zoomtowindowdevice
  19991. --set theItem to choose file -- uncomment to test in an AS editor
  19992.     tell application "Finder"
  19993.         open item "Dev.CD Apr 94
  19994. Dev.CD Jan 94
  19995. Dev.CD Oct 93
  19996. Dev.CD Jul 93
  19997. Dev.CD Apr 93"
  19998.         activate
  19999.     end tell
  20000. on error errMsg number errNum
  20001.     --enter statements to perform when no records are found such as...
  20002.     display dialog "Sorry, the item you selected could not be found."
  20003.     return
  20004. end try
  20005. olaschek
  20006. polished
  20007. polyhedral
  20008. polymorphic
  20009. polymorphism
  20010. pop-up
  20011. popular{
  20012. populatey
  20013. popupy
  20014. popupcdef
  20015. popupclicks
  20016. popupfuncs
  20017. popupmenuselect
  20018. popupmenuselectwithc
  20019. popupmenuselectwithc
  20020. demonstrates
  20021. which
  20022. memory
  20023. globals
  20024. popupmenuwithcurfont
  20025. popups
  20026. portU
  20027. SpriteWorld is a collection of routines Mac programmers can use to implement smooth, fast sprite animation in games and other applications. 
  20028. SpriteWorld 2 is an updated and reworked version of the original SpriteWorld, which was written by Tony Myles in 1993-94. SpriteWorld 2 was written primarily by Karl Bunker, Vern Jensen, and Anders Bj
  20029. rklund.  Please see the <a href="http://www.spriteworld.org/">SpriteWorld web page</a> for further information.
  20030. SpriteWorld provides a powerful and ex
  20031. tensive set of routines for animation. Some of its features include pixel-precise collision detection, an unlimited size and number of sprites, special effects via. custom blitters, fast scrolling, and much more. These features lend themselves to the creation of nearly any kind of 2D game, although action games benefit in particular, as SpriteWorld's routines are highly optimized for speed. SpriteWorld comes with complete source code in C, so you can study the code to gain a further unders
  20032. analyzej
  20033. analyzer
  20034. analyzing
  20035. change
  20036. deleted@
  20037. package@
  20038. change@
  20039. package@
  20040. updated@
  20041. addresmenu@
  20042. aegizmos@
  20043. appearance@
  20044. apple
  20045. detectors@
  20046. apple
  20047. guide@
  20048. appletalk
  20049. area@
  20050. foreground
  20051. color@
  20052. getcontrolmaximum@
  20053. grid@
  20054. handles@
  20055. icons@
  20056. interrupt@
  20057. macintosh
  20058. coprocessor
  20059. platform@
  20060. mutable
  20061. string@
  20062. panel@
  20063. card@
  20064. profile
  20065. specification@
  20066. property
  20067. list@
  20068. recordable@
  20069. rssc@
  20070. setting@
  20071. stdbits@
  20072. summary@
  20073. toolkit@
  20074. utilities@
  20075. webobjects@
  20076. window
  20077. arrangement@
  20078. FinderLaunch.c
  20079. FinderLaunch.h
  20080. FinderLaunch.prj
  20081. MakeFile
  20082. MPWTool
  20083. ReadMe
  20084. TestFinderLaunch
  20085. TestFinderLaunch.c
  20086. TestFinderLaunch.h
  20087. TestFinderLaunch.r
  20088. TestFinderLaunch.rsrcK
  20089. Nov 99M.Mac OS with the Apple Event Manager installed.N$Finder, open, display folder, launchOGDev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:FinderLaunch:PODev.CD Nov 00 TC Disk 1
  20090.  - Sample Code
  20091.  - Interapplication Comm
  20092.  - FinderLaunchV
  20093. 68543X
  20094. Nov 00^    TC Disk 1
  20095. --set theItem to choose file -- uncomment to test in an AS editor
  20096.     tell application "Finder"
  20097.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:FinderLaunch:"
  20098.         activate
  20099.     end tell
  20100. on error errMsg number errNum
  20101.     --enter statements to perform when no records are found such as...
  20102.     display dialog "Sorry, the item you selected could not be found."
  20103.     return
  20104. end try
  20105. e    No Changef!Finder
  20106. display folder
  20107. launchq
  20108. Dev.CD Nov 00 TC Disk 1
  20109. All Packages
  20110. FindFamilies
  20111. 68544X
  20112. change
  20113. empty
  20114. engine
  20115. empty
  20116. engine
  20117. emptyengine
  20118. emptyengine
  20119. tion provided by these tools can provide an understanding of an application's disk I/O behavior and interaction with the system. It is also 
  20120. Dev.CD Nov 00 TC Disk 1
  20121. All Packages
  20122. SCSI DriveID SampleImSCSI DriveID is a simple sample that shows how driver number, drive ID, and SCSI Device ID are inter-related.J
  20123. AsyncSCSIPresent.c
  20124. SCSI DriveIDSample(PPC)
  20125. SCSI DriveIDSample.mcp
  20126. SCSIDriveIDSample.c
  20127. ShowAllDriveQueueElements.c
  20128. ShowAllMountedVolumeNames.c
  20129. ShowRegisteredSCSIDevices.c
  20130. ShowSCSIDeviceIdent.c
  20131. ShowSystemVolumeID.cM
  20132. SCSI Manager 4.3N.SCSI, SCSI Manager, asynchronous, SCSI DriveIDORDev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:SCSI:SCSI DriveID Sample:P]Dev.CD Nov 00 TC Disk 1
  20133.  - Sample Code
  20134.  - Devices and Hardware
  20135.  - SCSI
  20136.  - SCSI DriveID SampleV
  20137. 69262X
  20138. Nov 00^    TC Disk 1
  20139. e    No Change
  20140. All Packages
  20141. CD-ROM Validator 1.1IRSummary: Validator is a utility for testing for High Sierra/ISO 9660 compliance.  JBValidator 1.11
  20142. Validator documentation
  20143. Validator documentation.txtK
  20144. Vol IIIL
  20145. Vol VIIOGDev.CD Nov 00 TC Disk 1:Tool Chest:Devices:CD-ROM:CD-ROM Validator 1.1:V
  20146. 65098X
  20147. 1e    No Change
  20148. is snippet shows how to create and install your  own custom search procedure.  In this example, the searchProc performs RGB color separation.
  20149. SeedCFill Example:  This snippet shows how to use the SeedCFill routine.
  20150. Snapshot:  This program demonstrates how to easily capture the main screen's desktop image into your own window.
  20151. TE Over Background:  This sample shows how to use TextEdit over a background GWorld without those nasty white patches. The trick is to patch the bottlenecks for th
  20152. e port so that when TextEdit erases it just copies your bits rather than erasing.
  20153. Thumbnail Test:  a routine to illustrate the use of copybits to generate thumbnail images
  20154. TickAnimate:  Sample of how to use ticks to synchronize drawing to the screen.
  20155. TranslateRotate:  This MPW Tool demonstrates the use of the Fixed and Frac types to perform simple 2D translation and rotation.
  20156. txRatio PICT:  Creates a PICT file with a PICT containing the txRatio opcode.  Someone wanted such a picture, s
  20157. survival
  20158. guide
  20159. javadrawing
  20160. javadrawing
  20161. javaqtanimation
  20162. javaqtanimation
  20163. jbindery2.0
  20164. jbinderyhtml
  20165. jdirect
  20166. jdirect
  20167. mouse
  20168. jdirectmouse
  20169. jdirectmouse
  20170. jdirecttalker
  20171. jdirecttalker
  20172. jdirecttalker
  20173. preview
  20174. component
  20175. translator
  20176. helper
  20177. helper
  20178. helper
  20179. sample
  20180. jpegsample68k
  20181. jqtanim
  20182. jsaver
  20183. jsaver
  20184. jumps
  20185. jumps
  20186. finder
  20187. finder
  20188. finder
  20189. finder
  20190. justify
  20191. kcapapp
  20192. kcapapp
  20193. kcapapp
  20194. kcapapp
  20195. kcapapp
  20196. mappings
  20197. keyboard
  20198. ACI2.5
  20199. ACIReference
  20200. aoceapi
  20201. aocesam
  20202. AppleGuide
  20203. AppleScriptFind
  20204. Cyberdog
  20205. CyberdogAddendum
  20206. Devices
  20207. Files
  20208. GXEnvironment
  20209. GXGraphics
  20210. GXObjects
  20211. GXOverview
  20212. GXPrintDrivers
  20213. GXPrinting
  20214. GXTypography
  20215. HIGOS8Guide
  20216. HIGuidelines
  20217. index.gif
  20218. indexg.gif
  20219. JBindery2.0
  20220. jbinderyhtml
  20221. jman2.0
  20222. jmanhtml
  20223. macappclassmeth
  20224. MacAppProgGuide
  20225. Memory
  20226. MoreToolbox
  20227. Networking
  20228. NetworkingOT
  20229. ODClassRef
  20230. ODCookbook
  20231. ODProgGuide
  20232. ODUpdates
  20233. OSUtilities
  20234. PPCNumerics
  20235. PPCSoftware
  20236. Processes
  20237. QuickDraw
  20238. QuickDraw3D
  20239. QuickDrawBt3DRAVE
  20240. resedit
  20241. runtimehtml
  20242. scriptingadditions
  20243. Sound
  20244. speechrecogmgr
  20245. Sprockets
  20246. Telephony
  20247. TextEncodingCMgr
  20248. Toolbox
  20249. determine
  20250. determining
  20251. devanagari
  20252. developb
  20253. Fe    No Changef-documentation
  20254. manuals
  20255. style
  20256. usage
  20257. style guideo.http://developer.apple.com/techpubs/index.htmlq
  20258. Dev.CD Sep 00 RL Disk 1
  20259. GD!All Packages
  20260. Mac OS SDK Edition
  20261. Apple Shared Library Manager
  20262. Summary: ASLM 2.0.1 is a bug fix release for ASLM 2.0.  The major change is to support PowerPC ASLM on the Performa 52xx, 53xx, 62xx and 63xx CPU's. Refer to the Change History document for more detailed information regarding the bug fixes to this release.
  20263. Features: ASLM 2.0.1 Installer, the licensing disk, and software development SDK.
  20264. Issues: All ASLM libraries must be created with the MPW programming environment.
  20265. ASLM 2.0.1 Licensing Disk:
  20266. ASLM Debugging Tools:
  20267. ASLM Developer Tools:
  20268. ASLM Documentation:
  20269. ASLM Examples:
  20270. ASLM Installer:
  20271. ASLM Installer.image
  20272. ASLM SymFiles:
  20273. Change History
  20274. Change History (old)
  20275. CodeWarrior Read Me!
  20276. Release NotesK
  20277. Mar 95L
  20278. Jan 97M
  20279. System 6.0.7 or greater.K1:Development Kits:Mac OS:Apple Shared Library Manager:V
  20280. 68270X
  20281. Deleted
  20282. photo
  20283. HyperCard. The source code and the demo stack will get you going.
  20284. UserFunction Gestalt:  This snippet is for Installer scripters.  The UserChkGestaltFunction provides an alternative to the CheckGestalt clause which requires that the scripter provide all possible matches to the results of the Gestalt call.  With the User Function, the script writer can simply check for the existence of a gestalt selector, without having to worry about it's return values.
  20285. Windoid:  Windoid is a MacApp 3.0 G?sample, which shows how to construct tear-off floating windows.
  20286. Communications Toolbox
  20287. Contributed
  20288. Devices and Hardware
  20289. Files
  20290. Games
  20291. Graphics 2D
  20292. Graphics 3D
  20293. Help Systems
  20294. Human Interface Toolbox
  20295. Interapplication Comm
  20296. Memory
  20297. Networking
  20298. OS Utilities
  20299. Overview
  20300. Platforms and Tools
  20301. Printing
  20302. Processes
  20303. QuickTime
  20304. Runtime Architecture
  20305. Sound
  20306. Nov 94L
  20307. May 95O
  20308. Dev.CD Nov 99 TC:Sample Code:P
  20309. Dev.CD Nov 99 TC
  20310.  - Sample Codehttp://developer.apple.com/sdk/
  20311. 63550X
  20312. e    No ChangefIfile copy
  20313. folder copy
  20314. HFS Plus APIs
  20315. multiprocessor File Manager accessq
  20316. Dev.CD Nov 00 TC Disk 1
  20317. All Packages
  20318. MPHelloWorld (Pascal)
  20319. ;Summary: DayStar Digital and Apple Computer, Inc. have designed a multiprocessing, multitasking, applications programming interface, the Multiprocessing API (MP API), for use in a new generation for PowerPC-based Mac OS multiprocessing systems. This is a Pascal version of the MP Sample code included with this SDK.
  20320. JFhelloWorld.rsrc
  20321. MPHelloWorld (Pascal)
  20322. MPHelloWorld (Pascal).
  20323. sources:K
  20324. Feb 97M2the MP library, but does not require a MP machine.N
  20325. Multi-processing,  MP PascalO$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  20326.  - Sample CodeV
  20327. 68775X
  20328. Aug 00^    TC Disk 2
  20329. Deleted
  20330. icl8' resource.  Only the first 20 columns of the first 20 rows of the 'icl8' image is used.
  20331. Updated
  20332.  - Human Interface Toolbox
  20333.  - OpenWindowV
  20334. 62348X
  20335. Nov 00^    TC Disk 1
  20336. e    No Change
  20337. 1e    No Change
  20338. interrupt
  20339. interrupt
  20340. introduction
  20341. invert
  20342. investment
  20343. iostreams
  20344. gatewayT
  20345. sample
  20346. iso9660
  20347. items
  20348. japanese
  20349. getmouse
  20350. mouseevent
  20351. jdirect
  20352. native
  20353. mouse
  20354. location
  20355. tutorial
  20356. jbindery
  20357. dable
  20358. bundle
  20359. loading
  20360. loadscrap
  20361. locales
  20362. localization
  20363. localized
  20364. localized
  20365. strings
  20366. location
  20367. location
  20368. manager
  20369. space
  20370. lproj
  20371. macapp
  20372. machine
  20373. machine
  20374. identification
  20375. macintoshR
  20376. ew Package
  20377. - Mac OS
  20378.  - Control Strip
  20379. e    No Changeq
  20380. Dev.CD Nov 00 TC Disk 1
  20381. All Packages
  20382. Modal TextEdit
  20383. This snippet shows the steps necessary to implement a scrolling, editable text field in a dialog.  It may be desirable to use this technique when a text field in a dialog window may contain more than 256 characters or when a text field in a dialog window may contain styled text.
  20384. J@main.c
  20385. Modal TextEdit(PPC)
  20386. Modal TextEdit.mcp
  20387. modalTextEdit.rsrcOKDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Modal TextEdit:PSDev.CD Nov 00 TC Disk 1
  20388.  - Sample Code
  20389.  - Human Interface Toolbox
  20390.  - Modal TextEditV
  20391. 68750X
  20392. Nov 00^    TC Disk 1
  20393. e    No Change
  20394. p and FSM.a -- The Universal InteTalk routing protocols. It is useful for reference, and it provides information router developers need to implement AURP.
  20395. Apple Internet Router: User-Interface Extensions to the adev File
  20396. ---------------------------------------------
  20397. This document provides information needed to support the new adev resource calls. (An ade
  20398. All Packages
  20399. F    PowerTalkO
  20400. Dev.CD Apr 95
  20401. Dev.CD Jan 95P
  20402. Dev.CD Apr 95
  20403. Dev.CD Jan 9V
  20404. 68911X
  20405. Apr 95
  20406. p--set theItem to choose file -- uncomment to test in an AS editor
  20407.     tell application "Finder"
  20408.         open item "Dev.CD Apr 95
  20409. Dev.CD Jan 95"
  20410.         activate
  20411.     end tell
  20412. on error errMsg number errNum
  20413.     --enter statements to perform when no records are found such as...
  20414.     display dialog "Sorry, the item you selected could not be found."
  20415.     return
  20416. end try
  20417. All Packages
  20418. F    PowerTalkO
  20419. Dev.CD Apr 95P
  20420. Dev.CD Apr 9V
  20421. 68912X
  20422. Apr 95
  20423. b--set theItem to choose file -- uncomment to test in an AS editor
  20424.     tell application "Finder"
  20425.         open item "Dev.CD Apr 95"
  20426.         activate
  20427.     end tell
  20428. on error errMsg number errNum
  20429.     --enter statements to perform when no records are found such as...
  20430.     display dialog "Sorry, the item you selected could not be found."
  20431.     return
  20432. end try
  20433. All Packages
  20434. F    PowerTalkO
  20435. Dev.CD Apr 95V
  20436. 68913X
  20437. developed
  20438. developerS
  20439. developer
  20440. preview
  20441. documentation
  20442. developer's
  20443. developer/documentat
  20444. developersT
  20445. Summary:  Macintosh Developer Notes, published on the Developer CD, contain over 700 pages of system software information not presently covered in Inside Macintosh.  Software developers seldom look for this type of information in the Macintosh Developer Notes because they assume that the notes are hardware specific. This is not a good assumption; developer notes do include detailed information on new system software APIs. To help you access this information more readily, we have compiled aBsn Acrobat document with links to specific chapters in the developer notes that are cataloged as software documents.
  20446. JQDisplay Device Driver Guide
  20447. Mac OS Runtime Architectures
  20448. Read Me - Other SSW DocsK
  20449. Mar 95O@Dev.CD Dec 99 RL:Technical Documentation:More SSW Documentation:PEDev.CD Dec 99 RL
  20450.  - Technical Documentation
  20451.  - More SSW Documentation
  20452. Apr 99ound."
  20453.     return
  20454. end try
  20455. All Packages
  20456. PowerTalk (PPC)O
  20457. Dev.CD Oct 94P
  20458. Dev.CD Oct 9V
  20459. 65678X
  20460. Oct 94
  20461. changeA
  20462. DeskPat:  This snippet how you can  access the "Desktop Pattern" and the "Set Utilities Pattern" pattern. (This pattern is set by holding down the option key in the Desktop Patterns Control Panel.) This control panel uses resources of type 'ppat' to store this pattern. The `ppat' resource is stored in the System file in your System Folder; the desktop pattern has an ID of 16 and the utilities pattern has an ID of 42. Since this is not documented, it could be subjec96|
  20463. architectures
  20464. archivez
  20465. archivecontent
  20466. archivecontent
  20467. archivedV
  20468. arperations
  20469. arperations
  20470. arperations
  20471. arpsample
  20472. arpsample
  20473. arpsample
  20474. arpsampleshell
  20475. arpsampleshell
  20476. artwork
  20477. authenticator
  20478. authenticator
  20479. authenticator
  20480. market
  20481. guide
  20482. asian
  20483.     tell application "Finder"
  20484.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:ItemHider:"
  20485.         activate
  20486.     end tell
  20487. on error errMsg number errNum
  20488.     --enter statements to perform when no records are found such as...
  20489.     display dialog "Sorry, the item you selected could not be found."
  20490.     return
  20491. end try
  20492. e    No Changef
  20493. Hideq
  20494. Dev.CD Nov 00 TC Disk 1
  20495. All Packages
  20496. Ivy 1.0fc1
  20497. 67013X
  20498. ode:Graphics 3D:OpenGL DrawSprocket:t
  20499. 60325X
  20500. Moved
  20501. sighyper
  20502. hytime
  20503. snarfer
  20504. snarfer
  20505. snarfer
  20506. user's
  20507. guide
  20508. sound
  20509. manager
  20510. fully
  20511. usual
  20512. readme
  20513. think
  20514. think
  20515. pascal
  20516. files
  20517. thisV
  20518. threaded
  20519. threadedprogress
  20520. threadedprogress
  20521. threedmetafile
  20522. threedmetafile
  20523. threedmetafile
  20524. threedmetafile
  20525. tim's
  20526. tim's
  20527. libraries
  20528. timecodes
  20529. title
  20530. tlightgrayadorner
  20531. tlightgrayadorner
  20532. tlightgrayadorner
  20533. tmlrules
  20534. tmlrules
  20535. tn120
  20536. tn120
  20537. gworld
  20538. tn91testcode
  20539. tn91testcode
  20540. tn91testcode
  20541. tnetworkstream
  20542. tnetworkstream
  20543. tnetworkstream
  20544. opicsS
  20545. 69271X
  20546. Oct 00^
  20547. --set theItem to choose file -- uncomment to test in an AS editor
  20548.     tell application "Finder"
  20549.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Security SDK:"
  20550.         activate
  20551.     end tell
  20552. on error errMsg number errNum
  20553.     --enter statements to perform when no records are found such as...
  20554.     display dialog "Sorry, the item you selected could not be found."
  20555.     return
  20556. end try
  20557. e    No Changef-Keychain
  20558. URL Access
  20559. Cryptography
  20560. File Signingq
  20561. Dev.CD Oct 00 SDK1
  20562. All Packages
  20563. Sedit 1.0b3I
  20564. Summary: Sedit is a SCSI device editor  and general purpose SCSI utility.  It talks to any device on the SCSI bus.  It can function as a block editor; much like Fedit.  It also allows you to send SCSI commands directly out to any SCSI device.  J$Sedit
  20565. Sedit Documentation
  20566. Template.rK
  20567. Vol IIIL
  20568. Vol VIIO<Dev.CD Nov 00 TC Disk 1:Tool Chest:Devices:SCSI:Sedit 1.0b3:V
  20569. 69272X
  20570. 1e    No Change
  20571. Wd your OpenGL cont
  20572. Concordia is a menu definition procedure (MDEF) that replaces the  standard text MDEF (MDEF 0).  It does everything that the standard MDEF does except color and displaying small icon resources (sicns).  It will display the shrunken icons that MultiFinder uses.  The main differences between my MDEF and the standard MDEF is that it has proportional menu scrolling, scrolling arrows that appear quite differently from the  standard ones, more consistent spacing between menu items and the edges 
  20573. of the menu, and the arrow icons are stored as resources rather than being hard-coded into the MDEF.
  20574. Proportional scrolling means that the farther you drag the mouse into the scroll arrow of the menu, the faster the menu scrolls.  If you have the mouse only one pixel into the scroll arrow, the menu will only scroll one pixel at a time.
  20575. ll have to paste the sicn resources for the arrow icons into the System file for the sample MDEF to find them.
  20576. You can use this as a basis for your o
  20577. services
  20578. 1.0.8
  20579. services
  20580. suite
  20581. 1.0.7
  20582. workbook
  20583. workgroup
  20584. workgroup
  20585. server
  20586. worldscript
  20587. worldscript
  20588. updater
  20589. worldwide
  20590. worldwide
  20591. quickdraw
  20592. worldwide
  20593. system
  20594. software
  20595. writerk
  20596. handles
  20597. xcmds
  20598. xfcnn
  20599. xfcns
  20600. 1.3.6
  20601. 1.0a13
  20602. zaptcp
  20603. zaptcp
  20604. 1.2.1
  20605. zoneranger
  20606. zoneranger
  20607. tutorial
  20608. zoomed
  20609. zoomed
  20610. video
  20611. driver
  20612. zoomrecter
  20613. zoomwindow
  20614. zzportlist
  20615. zzportlist
  20616. 0.005
  20617. 01730-0108
  20618. 01760
  20619. 0xabc9
  20620. isptestmain
  20621. isptestmain
  20622. FloatToLong.a
  20623. ReadMe
  20624. ReadMe.txtK
  20625. Apr 93V
  20626. 65481X
  20627. 1e    No Change
  20628. 68972X
  20629. Nov 00^    TC Disk 2
  20630. --set theItem to choose file -- uncomment to test in an AS editor
  20631.     tell application "Finder"
  20632.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Codecs:QDMediaHandler:"
  20633.         activate
  20634.     end tell
  20635. on error errMsg number errNum
  20636.     --enter statements to perform when no records are found such as...
  20637.     display dialog "Sorry, the item you selected could not be found."
  20638.     return
  20639. end try
  20640. e    No Changeq
  20641. Dev.CD Nov 00 TC Disk 2
  20642. All Packages
  20643. QDMediaMaker
  20644. QDMMaker is a sample application that creates movies that use the QuickDraw media handler. Select a menu item in the Make menu to create one of four different movies. You can use these movies to test the QuickDraw media handler.
  20645. This code is based on the sample application code MakeMyMediaMovies by John Wang. See develop magazine, issue 14, for more information about the QuickDraw derived media handler.
  20646. 68973X
  20647. 1e    No Change
  20648. 60328X
  20649. 1e    No Change
  20650. 68463X
  20651. Sep 00^    RL Disk 1
  20652. --set theItem to choose file -- uncomment to test in an AS editor
  20653.     tell application "Finder"
  20654.         open item "Dev.CD Sep 00 RL Disk 1:Technical Documentation:Develop:develop Issue 23:"
  20655.         activate
  20656.     end tell
  20657. on error errMsg number errNum
  20658.     --enter statements to perform when no records are found such as...
  20659.     display dialog "Sorry, the item you selected could not be found."
  20660.     return
  20661. end try
  20662. e    No Changeq
  20663. Dev.CD Sep 00 RL Disk 1
  20664. All Packages
  20665. develop Issue 24
  20666. 68464X
  20667. P?Dev.CD Nov 00 TC Disk 2
  20668.  - Sample Code
  20669.  - Sound
  20670.  - Cheap StudioV
  20671. 68353X
  20672. Nov 00^    TC Disk 2
  20673. --set theItem to choose file -- uncomment to test in an AS editor
  20674.     tell application "Finder"
  20675.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:Cheap Studio:"
  20676.         activate
  20677.     end tell
  20678. on error errMsg number errNum
  20679.     --enter statements to perform when no records are found such as...
  20680.     display dialog "Sorry, the item you selected could not be found."
  20681.     return
  20682. end try
  20683. e    No Changef!sound
  20684. studio
  20685. Cheap Studio
  20686. syncCmdq
  20687. Dev.CD Nov 00 TC Disk 2
  20688. All Packages
  20689. Chinese Dictation KitO
  20690. Dev.CD Nov 96 TCP
  20691. Dev.CD Nov 96 TV
  20692. 68354X
  20693. Nov 96
  20694. shapes
  20695. sharable
  20696. share{
  20697.     display dialog "Sorry, the item you selected could not be found."
  20698.     return
  20699. end try
  20700. All Packages
  20701. QuickDraw GXO
  20702. Dev.CD Jan 96 SDK1P
  20703. Dev.CD Jan 96 SDKV
  20704. 64168X
  20705. Jan 96
  20706. 68841X
  20707. Nov 00^    TC Disk 1
  20708. --set theItem to choose file -- uncomment to test in an AS editor
  20709.     tell application "Finder"
  20710.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:OT/PPP Control Strip Sample:"
  20711.         activate
  20712.     end tell
  20713. on error errMsg number errNum
  20714.     --enter statements to perform when no records are found such as...
  20715.     display dialog "Sorry, the item you selected could not be found."
  20716.     return
  20717. end try
  20718. Movedf&OpenTransport
  20719. Control Strip Moduleq
  20720. Dev.CD Nov 00 TC Disk 1
  20721. All Packages
  20722. OT/PPP Control Strip SampleIPThis sample demonstrates how to call the OT/PPP API from a Control Strip module.JaOpenTptPPP.h
  20723. OT/PPP Client Dev Note 1.0.pdf
  20724. PPP Control.cp
  20725. PPP Control.rsrc
  20726. PPP Control.
  20727. PPP CSMM#OT/PPP 1.0 or higher, Control StripN;OT/PPP API, Control Strip, CSM, OT/PPP Control Strip SampleOKDev.CD Nov 00 TC Disk 1:Sample Code:Networking:OT/PPP Control Strip Sample:V
  20728. 68842X
  20729. 1e    No Change
  20730. unable
  20731. All Packages
  20732. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  20733. Dev.CD Jan 94
  20734. Dev.CD Oct 93
  20735. Dev.CD Jul 93
  20736. Dev.CD Apr 93PDDev.CD Apr 94
  20737. Dev.CD Jan 94
  20738. Dev.CD Oct 93
  20739. Dev.CD Jul 93
  20740. Dev.CD Apr 9V
  20741. 69475X
  20742. Apr 94
  20743. --set theItem to choose file -- uncomment to test in an AS editor
  20744.     tell application "Finder"
  20745.         open item "Dev.CD Apr 94
  20746. Dev.CD Jan 94
  20747. Dev.CD Oct 93
  20748. Dev.CD Jul 93
  20749. Dev.CD Apr 93"
  20750.         activate
  20751.     end tell
  20752. on error errMsg number errNum
  20753.     --enter statements to perform when no records are found such as...
  20754.     display dialog "Sorry, the item you selected could not be found."
  20755.     return
  20756. end try
  20757. All Packages
  20758. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  20759. Dev.CD Jan 94
  20760. Dev.CD Oct 93
  20761. Dev.CD Jul 93
  20762. Dev.CD Apr 93PDDev.CD Apr 94
  20763. Dev.CD Jan 94
  20764. Dev.CD Oct 93
  20765. Dev.CD Jul 93
  20766. Dev.CD Apr 9V
  20767. 69476X
  20768. Apr 94
  20769. Utilities
  20770.  - SWAt 2.0b6V
  20771. 62873X
  20772. Nov 00^    TC Disk 1
  20773. e    No Change
  20774. specifics
  20775. newsz
  20776. no-copy
  20777. nocopyreceives
  20778. nopoweroffkey
  20779. notes
  20780. notifiers
  20781. novell
  20782. address
  20783. network
  20784. tcp/ip
  20785. search
  20786. browse
  20787. internet
  20788. number
  20789. number
  20790. formatting
  20791. resedit
  20792. localization
  20793. objec
  20794. object
  20795. object-oriented^
  20796. objective-c
  20797. objects
  20798. objectsupportlib
  20799. macodbc
  20800. database
  20801. connectivity
  20802. drivers
  20803. network
  20804. middlewar
  20805. apple
  20806. event
  20807. opening
  20808. documents
  20809. off-screen
  20810. offscreenr
  20811. offscreen
  20812. copybits
  20813. newgworld
  20814. gworld
  20815. pixmap
  20816. bitmap
  20817. alterr
  20818. ooptesample
  20819. opaque
  20820. choose
  20821. folder
  20822. navigation
  20823. services
  20824. transport
  20825. cache
  20826. delete
  20827. query
  20828. arpsample
  20829. --set theItem to choose file -- uncomment to test in an AS editor
  20830.     tell application "Finder"
  20831.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTimeIntro:CreateMovie:"
  20832.         activate
  20833.     end tell
  20834. on error errMsg number errNum
  20835.     --enter statements to perform when no records are found such as...
  20836.     display dialog "Sorry, the item you selected could not be found."
  20837.     return
  20838. end try
  20839. cmqueenmate
  20840. cmrookmate
  20841. cmrookmate
  20842. codev
  20843. coresample
  20844. coresample
  20845. coresample
  20846. coresample
  20847. coresample
  20848. coresample
  20849. terminology
  20850. coursesS
  20851. cpugestalt
  20852. cpugestalt
  20853. cpugestalt
  20854. cpugestalt
  20855. c-french
  20856. c-french
  20857. canadian
  20858. registration
  20859. requests
  20860. cache
  20861. cacheline
  20862. cacheline
  20863. optimizer
  20864. calccmask
  20865. calccmask
  20866. calcmask
  20867. calccontroller
  20868. calccontroller
  20869. calccontroller
  20870. calccontrolrgn
  20871. calccontrolrgn
  20872. calccontrolrgn
  20873. calccontrolrgn
  20874. calccontrolrgn
  20875. ch as...
  20876.     display dialog "Sorry, the item you selected could not be found."
  20877.     return
  20878. end try
  20879. e    No Changef(cursor component
  20880. color cursor
  20881. big cursoro
  20882. http://developer.apple.com/sdkq
  20883. Dev.CD Oct 00 SDK1
  20884. All Packages
  20885. CustomGet unresolved alias
  20886. 65165X
  20887. Waster? The results may surprise you.
  20888. 60329X
  20889. 1e    No Change
  20890. progressbars
  20891. progressbars
  20892. progressbars
  20893. progressbars
  20894. progresswindoid
  20895. progresswindoid
  20896. progresswindoid
  20897. progresswindoid
  20898. worksheet
  20899. progstrucmacs
  20900. progstrucmacs
  20901. projN
  20902. project
  20903. project
  20904. includes
  20905. project
  20906. large
  20907. project
  20908. large
  20909. project
  20910. quick
  20911. start
  20912. guide
  20913. projectdefines
  20914. projectdefines
  20915. projectdrag
  20916. projectdrag
  20917. applets
  20918. projectdrag
  20919. manual
  20920. projectfolders
  20921. projectincludes
  20922. projectmenu
  20923. projects
  20924. projectxplugin68k
  20925. projectxplugin68knfp
  20926. projectxpluginppc
  20927. projlistmenu
  20928. promptoid
  20929. promptoid
  20930. propertylistservices
  20931. proto
  20932. proto
  20933. protocol
  20934. protos
  20935. prototypes
  20936. protoviews
  20937. protoviews
  20938. protoviews
  20939. protoviews
  20940. pshdldemo
  20941. 68955X
  20942. Nov 00^    TC Disk 1
  20943. --set theItem to choose file -- uncomment to test in an AS editor
  20944.     tell application "Finder"
  20945.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Prefs:"
  20946.         activate
  20947.     end tell
  20948. on error errMsg number errNum
  20949.     --enter statements to perform when no records are found such as...
  20950.     display dialog "Sorry, the item you selected could not be found."
  20951.     return
  20952. end try
  20953. e    No Changeq
  20954. Dev.CD Nov 00 TC Disk 1
  20955. All Packages
  20956. Print clipped offscreen
  20957. OPrint 
  20958. clipped offscreen:  Takes a text string, turns it into a region and copies a clipped bitmap (just a pattern in this case, but it could be anything) to the printing grafPort.  The effect is patterned text here, but any image could be showing through the text.
  20959. This sample is a rewrite of the 'Offscreen region MaskRgn' sample. 
  20960. JGOffscreen Region.c
  20961. PrintClippedOffscreen(PPC)
  20962. PrintClippedOffscreen.mcpN
  20963. clip, text, printge
  20964. e    No Changef
  20965. Virtual Userq
  20966. Dev.CD Nov 00 TC Disk 1
  20967. All Packages
  20968. VU Tutorial & Scripts
  20969. Summary: The Virtual User 1.1 Tutorial provides a quick introduction to the capabilities of the Virtual User script language.
  20970. Features: Using a step by step approach, the tutorial guides readers through the process of creating several scripts that test a sample application.
  20971. Virtual User tools.imgK
  20972. Aug 92M
  20973. Apple DocViewer applicationN
  20974. VU, Virtual UserOJDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User tools:PRDev.CD Nov 00 TC Disk 1
  20975.  - Tool Chest
  20976.  - Testing & Debugging
  20977.  - Virtual User toolsV
  20978. 69787X
  20979. Nov 00^    TC Disk 1
  20980. e    No Change
  20981. develop
  20982. issue
  20983. develop
  20984. issue
  20985. develop
  20986. issue
  20987. develop
  20988. issue
  20989. develop
  20990. issue
  20991. develop
  20992. issue
  20993. develop
  20994. issue
  20995. develop
  20996. issue
  20997. develop
  20998. issue
  20999. develop
  21000. issue
  21001. develop
  21002. issue
  21003. develop
  21004. issue
  21005. dictation
  21006. visit
  21007. visited
  21008. visrgn
  21009. visualZ
  21010. visual-only
  21011. visualization
  21012. visually
  21013. vital
  21014. vmsify
  21015. vmsify
  21016. sample
  21017. streams
  21018. module
  21019. actually
  21020. somethi
  21021. vmsify's
  21022. vocabulary
  21023. voice
  21024. voltages
  21025. volume
  21026. wang's
  21027. wantl
  21028. wanted
  21029. wanting
  21030. wants
  21031. warming
  21032. warning
  21033. warnings
  21034. warns
  21035. warrior
  21036. watcher
  21037. watches
  21038. we're
  21039. we've
  21040. weather
  21041. objects
  21042. documentation
  21043. web-based
  21044. web-site
  21045. webcolor
  21046. webobjects
  21047. webobjects
  21048. webobjects
  21049. categories
  21050. posers
  21051. theresa
  21052. tensor
  21053. webobjects
  21054. developer's
  21055. guide
  21056. webobjects
  21057. memory
  21058. management
  21059. theresa
  21060. tensor
  21061. inform
  21062. website
  21063. websites
  21064. weeklyz
  21065. weeks
  21066. weight
  21067. weird
  21068. weiss
  21069. well{
  21070. well-designed
  21071. well-trod
  21072. cfhashcode
  21073. cfindex
  21074. cfm-68k
  21075. cfoptionflags
  21076. cfpropertylist
  21077. cfpropertylist
  21078. cfrange
  21079. cfrelease
  21080. cfretain
  21081. cfset
  21082. cfset
  21083. cfstring
  21084. cfstring
  21085. cfstringencodingsext
  21086. cfstringencodingsext
  21087. cftree
  21088. cftree
  21089. cftype
  21090. cftypeid
  21091. chained
  21092. chained
  21093. completion
  21094. routines
  21095. character
  21096. character
  21097. encoding
  21098. character
  21099. characters
  21100. charset
  21101. cheap
  21102. cheap
  21103. studio
  21104. checkbox
  21105. checkgestalt
  21106. chinese
  21107. Apr 95
  21108. p--set theItem to choose file -- uncomment to test in an AS editor
  21109.     tell application "Finder"
  21110.         open item "Dev.CD Apr 95
  21111. Dev.CD Jan 95"
  21112.         activate
  21113.     end tell
  21114. on error errMsg number errNum
  21115.     --enter statements to perform when no records are found such as...
  21116.     display dialog "Sorry, the item you selected could not be found."
  21117.     return
  21118. end try
  21119. All Packages
  21120. QuickDraw GXV
  21121. 67448X
  21122. GetDir 2.6 (US)
  21123. GetFInfo 1.3 (US)
  21124. GetIcon 1.0 (US)
  21125. GetMode 1.4 (US)
  21126. GetVInfo 1.0 (US)
  21127. GetVolumes 1.1 (US)
  21128. GlobalList 1.1 (US)
  21129. GlobalMaster 1.0 (US)
  21130. HowMany 1.1 (US)
  21131. ICNToICON 1.8 (US)
  21132. Infoid 1.1 (US)
  21133. InputDialog 1.2 (US)
  21134. IsDate 1.0 (US)
  21135. IsFinderLocked 1.2 (US)
  21136. KillRes 1.4 (US)
  21137. LaunchDoc 1.0 (US)
  21138. LineCount 1.7 (US)
  21139. ListComponents 1.0 (US)
  21140. ListLogic 1.6 (US)
  21141. Listoid 3.4 (US)
  21142. ListSelect 5.1 (US)
  21143. MacType 1.3 (US)
  21144. Menu 2.1 (US)
  21145. MergeItems 1.0 (US)
  21146. Mousoid 1.1 (US)
  21147. Notification 1.0 (US)
  21148. usList 1.0 (US)
  21149. Oldies:
  21150. PICToid 1.3 (US)
  21151. PictToClip 1.7 (US)
  21152. PlayIt 1.0 (US)
  21153. PPCList 1.1 (US)
  21154. PrintPICT 1.4 (US)
  21155. PrintPICTList 1.3 (US)
  21156. Privileges 1.3 (US)
  21157. Promptoid 1.5 (US)
  21158. QCopy 1.2 (US)
  21159. Recordit 1.0 (US)
  21160. RemoveFolder 1.2 (US)
  21161. ReplaceAttributes 1.0 (US)
  21162. ReplaceCharSet 1.1 (US)
  21163. ResolveAlias 1.2 (US)
  21164. ResText 2.3 (US)
  21165. RestoreCtrlChars 1.1 (US)
  21166. SayText 1.1 (US)
  21167. ScrapXCMDs 1.9 (US)
  21168. SelectDir 1.1 (US)
  21169. SelectFile 1.2 (US)
  21170. SendPS 1.4 (US)
  21171. ServerVols 1.1 (US)
  21172. SetFileFlag 1.2 (US)
  21173. SetFinderLock 
  21174. that's
  21175. moofwars
  21176. atsui
  21177. moreappearance
  21178. moreappleevents
  21179. moreappleevents
  21180. moreappleeventslib
  21181. moreappleeventslib
  21182. moreautopush
  21183. morecarbonaccessors
  21184. morecarbonaccessors
  21185. moredebugging
  21186. moredesktopmgr
  21187. moredesktopmgr
  21188. moredesktopmgr
  21189. moredialogs
  21190. morefiles
  21191. morefiles
  21192. morefiles
  21193. morefilesextras
  21194. morefilesextras
  21195. morefilesextras
  21196. morefilesreadme
  21197. morefinderevents
  21198. morefinderevents
  21199. morefinderevents
  21200. morefinderevents
  21201. moreinterfacelib
  21202. plug-in's
  21203. within@
  21204. work@
  21205. wringer@
  21206. writes@
  21207. you'll@
  21208. you'll
  21209. access
  21210. documentation
  21211. software
  21212. technolo@
  21213. zooming@
  21214. 04/95@
  21215. 1.0.1b1c2@
  21216. 2.1.1@
  21217. Jscursor.rsrc
  21218. Eenie.MAMake
  21219. Eenie.r
  21220. EenieRez.h
  21221. IncludeFiles.h
  21222. MEenie.cp
  21223. READMEFIRST
  21224. UEenie.cp
  21225. UEenie.h
  21226. views.rsrcM)MacApp 3.0 or later, System 7.0 and laterN7MacApp, view, adorner, custom cursor, dependency, EenieOEDev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:MacApp:Eenie:PPDev.CD Nov 00 TC Disk 2
  21227.  - Sample Code
  21228.  - Platforms and Tools
  21229.  - MacApp
  21230.  - EenieV
  21231. 68526X
  21232. Nov 00^    TC Disk 2
  21233. --set theItem to choose file -- uncomment to test in an AS editor
  21234.     tell application "Finder"
  21235.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:MacApp:Eenie:"
  21236.         activate
  21237.     end tell
  21238. on error errMsg number errNum
  21239.     --enter statements to perform when no records are found such as...
  21240.     display dialog "Sorry, the item you selected could not be found."
  21241.     return
  21242. end try
  21243. e    No Changef2MacApp
  21244. adorner
  21245. custom cursor
  21246. dependency
  21247. Eenieq
  21248. Dev.CD Nov 00 TC Disk 2
  21249. D!All Packages
  21250. Tool Chest Edition
  21251. Eject PC Cards Location Module
  21252. Apr 95
  21253. on is incompatible with:
  21254.  Cyberdog 2.0 alpha and older. Cyberdog 2.0 beta is compatible.
  21255.  Jasik's The Debugger, versions built prior to March 3, 1997
  21256. JQ CFM-68K Runtime Enabler
  21257. CFM-68K 4.0
  21258. CFM-68K Read Me
  21259. Interfaces:
  21260. ObjectSupportLibK
  21261. Jan 96L
  21262. May 97M
  21263. The CFM-68K runtime software requires System 7.1 or later, 32-bit addressing to be turned on, and a 68020, 68030, or 68040 Macintosh system.N2CFM-68K, CFM, Mixed Mode, Thread, ObjectSupportLibO7Dev.CD Jul 99 SDK1:Development Kits:Mac OS:CFM-68K SDK:P?Dev.CD Jul 99 SDK1
  21264.  - Development Kits
  21265.  - Mac OS
  21266.  - CFM-68K SDKset theItem to choose file -- uncomment to test in an AS editor
  21267.     tell application "Finder"
  21268.         open item "Dev.CD Jan 96 SSW"
  21269.         activate
  21270.     end tell
  21271. on error errMsg number errNum
  21272.     --enter statements to perform when no records are found such as...
  21273.     display dialog "Sorry, the item you selected could not be found."
  21274.     return
  21275. end try
  21276. All Packages
  21277. System 7.5 Update 1.0V
  21278. 67786X
  21279. f:Power Manager
  21280. sleep queue
  21281. SetWakeupTimer
  21282. PowerBook
  21283. Wake100q
  21284. Dev.CD Nov 00 TC Disk 1
  21285. All Packages
  21286. WASTE
  21287. This document describes WASTE, a WorldScript
  21288. -Aware Styled Text Engine for the Macintosh which can be used as the basis for simple to moderately complex applications dealing with styled text. WASTE has been designed from the very beginning to be compatible with TextEdit and TextEdit-based applications, although not everything you can do with TextEdit can be done with WASTE and vice versa.
  21289. WASTE is essentially freeware, so you can use it in your programs (no matter whether freeware, sharew
  21290. Care or commercial) at no cost, but there are a couple of restrictions:
  21291. - You must add a credit line to your program
  21292. s about box and/or manual.
  21293. - I am entitled to a fully registered complimentary copy of the final product.
  21294. For the complete story, please read the Distribution & Licensing section of the WASTE Documentation.
  21295. Dec 95L
  21296. Feb 98V
  21297. 69791X
  21298. 1e    No Change
  21299. river
  21300. movie's
  21301. moviebrowser
  21302. moviecontroller
  21303. movieexportadddataso
  21304. movieexportfromproce
  21305. hardware
  21306. address
  21307. hardware
  21308. developer
  21309. documentation
  21310. hardware
  21311. documentation
  21312. zones
  21313. heaps
  21314. hebrew
  21315. center
  21316. systems
  21317. helper
  21318. class
  21319. driver
  21320. hierarchical
  21321. level
  21322. hinting
  21323. hooper
  21324. hotspot
  21325. hp-ux
  21326. rendering
  21327. htmlrenderinglib
  21328. human
  21329. human
  21330. interface
  21331. human
  21332. interface
  21333. guidelines
  21334. hwindowide
  21335. hypercard
  21336. hypercard
  21337. player
  21338. cardbus
  21339. ibook
  21340. uOEDev.CD Nov 00 TC Disk 2:Sample Code:Printing:Print Clipped Offscreen:PMDev.CD Nov 00 TC Disk 2
  21341.  - Sample Code
  21342.  - Printing
  21343.  - Print Clipped OffscreenV
  21344. 68956X
  21345. Nov 00^    TC Disk 2
  21346. --set theItem to choose file -- uncomment to test in an AS editor
  21347.     tell application "Finder"
  21348.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:Print Clipped Offscreen:"
  21349.         activate
  21350.     end tell
  21351. on error errMsg number errNum
  21352.     --enter statements to perform when no records are found such as...
  21353.     display dialog "Sorry, the item you selected could not be found."
  21354.     return
  21355. end try
  21356. e    No Changef
  21357. printq
  21358. Dev.CD Nov 00 TC Disk 2
  21359. All Packages
  21360. Print multipage PICTI
  21361. Print multipage PICT:  Takes a PICT larger than one page and "tiles" it so that it prints across the right number of sheets of paper to tape together and make a poster, like many drawing applications.V
  21362. 68957X
  21363. 1e    No Change
  21364.  8.5 and later
  21365. Dev.CD Jul 96 SSWP
  21366. Dev.CD Jul 96 SSV
  21367. 69454X
  21368. Jul 96
  21369. f--set theItem to choose file -- uncomment to test in an AS editor
  21370.     tell application "Finder"
  21371.         open item "Dev.CD Jul 96 SSW"
  21372.         activate
  21373.     end tell
  21374. on error errMsg number errNum
  21375.     --enter statements to perform when no records are found such as...
  21376.     display dialog "Sorry, the item you selected could not be found."
  21377.     return
  21378. end try
  21379. hD!All Packages
  21380. Tool Chest Edition
  21381. System 7.5.5 Update
  21382. Summary:  The System 7.5.5 Update is a set of system software enhancements that improves the reliability and performance of all Macintosh and Mac OS-compatible computers running system software version 7.5.3.  The System 7.5.5 Update also includes all of the improvements delivered with System 7.5.3 Revision 2.  Therefore, it is not necessary to install System 7.5.3 Revision 2 before installing System 7.5.5 Update.
  21383. Apple recommends that all customers who are currently using System 7.5.3 shstqd
  21384. quicktime
  21385. backbuffer
  21386. panorama
  21387. rotate
  21388. quicktime
  21389. cursors
  21390. hotspot
  21391. quicktime
  21392. embedding
  21393. sound
  21394. commands
  21395. external
  21396. script
  21397. quicktime
  21398. framework
  21399. shell
  21400. viewer
  21401. quicktime
  21402. object
  21403. movie
  21404. convert
  21405. linear
  21406. quicktime
  21407. panoramic
  21408. image
  21409. convert
  21410. quicktime
  21411. panoramic
  21412. playing
  21413. movies
  21414. quicktime
  21415. speech
  21416. voice
  21417. navigate
  21418. panorama
  21419. object
  21420. quicktime
  21421. wired
  21422. hotspot
  21423. actions\
  21424. quickview
  21425. quickview
  21426. toolbox
  21427. assistant
  21428. quick
  21429. reference
  21430. ramdisk
  21431. rapid
  21432. raster
  21433. Media class to support any Custom media types.J2med.bat
  21434. README.txt
  21435. TestVRMedia
  21436. TestVRMedia.zipK
  21437. Feb 00
  21438. - Common
  21439.     - Sun Compliant Java Runtime Environment 1.1
  21440.     - QuickTime 3 
  21441.     - QTJava.zip
  21442.     - QTJava media samples
  21443. - Mac OS:
  21444.     - System 8 or later
  21445.     - Macintosh Runtime for Java (MRJ) 2.1
  21446. - Windows 95, 98, or NT::
  21447.     - JRE/JDK from Sun Microsystems, Inc. recommended
  21448. 1.0.2
  21449. 1.1.6
  21450. 100basetx
  21451. 2.1.1
  21452. 3.2.1
  21453. 8.5.1
  21454. 802.2
  21455. 802.3
  21456. 9650/350
  21457. a/roseR
  21458. metrowerks
  21459. build
  21460. script
  21461. metrowerks
  21462. zoneranger
  21463. goodies
  21464. gopher
  21465. ul 95"
  21466.         activate
  21467.     end tell
  21468. on error errMsg number errNum
  21469.     --enter statements to perform when no records are found such as...
  21470.     display dialog "Sorry, the item you selected could not be found."
  21471.     return
  21472. end try
  21473. All Packages
  21474. CPU SE 406O
  21475. Dev.CD Jul 95P
  21476. Dev.CD Jul 9V
  21477. 60338X
  21478. Jul 95
  21479. quickstart
  21480. quicktake
  21481. quicktimeZ
  21482. expansion
  21483. ramifications
  21484. ramps
  21485. randall
  21486. random
  21487. range
  21488. rangingw
  21489. application's`
  21490. application-defined
  21491. application/system
  21492. applicationsA
  21493. approach
  21494. approaches
  21495. appropriate
  21496. appropriately
  21497. approval
  21498. 69711X
  21499. Sep 00^    RL Disk 2
  21500. --set theItem to choose file -- uncomment to test in an AS editor
  21501.     tell application "Finder"
  21502.         open item "Dev.CD Sep 00 RL Disk 2:TechnicalPublications:java:"
  21503.         activate
  21504.     end tell
  21505. on error errMsg number errNum
  21506.     --enter statements to perform when no records are found such as...
  21507.     display dialog "Sorry, the item you selected could not be found."
  21508.     return
  21509. end try
  21510. e    No Change
  21511. QuickTime For Java
  21512. Yellow Box and Java
  21513. AppKit Reference
  21514. Enterprise Objects Framework
  21515. Foundation Reference
  21516. Java Tutorial
  21517. WebObjects and Java
  21518. Enterprise Objects Framework
  21519. Foundation Reference Java Client
  21520. Mac OS Runtime for Java
  21521. MRJ Toolkit
  21522. JManager
  21523. JDirect
  21524. JBindery
  21525. /A2http://developer.apple.com/techpubs/java/java.html
  21526. Dev.CD Sep 00 RL Disk 2
  21527. All Packages
  21528. Technical Publications: MacITSummary:
  21529. Collection of Inside Macintosh books and related programming documentation.
  21530. Mar 99
  21531. N8Apple Events Spell Grammar Writeswell Spellswell WorkingOvDev.CD Dec 99 RL:Technical Documentation:Apple Event Registry & Suites:Apple Event Registry:Word Services Suite 1.0.7:P
  21532. Dev.CD Dec 99 RL
  21533.  - Technical Documentation
  21534.  - Apple Event Registry & Suites
  21535.  - Apple Event Registry
  21536.  - Word Services Suite 1.0.7status@
  21537. readme
  21538. readme
  21539. dcmd@
  21540. readme
  21541. html@
  21542. recipes@
  21543. renderinglib@
  21544. rfc1334
  21545. authentication@
  21546. sample
  21547. applescripts@
  21548. schedule@
  21549. setlockbitatomsample
  21550. showinit@
  21551. simpleplayermfcdoc@
  21552. sites@
  21553. sound@
  21554. strip@
  21555. support
  21556. systemfolder@
  21557. tech@
  21558. testfinderlaunch
  21559. testprinterclass
  21560. textchanger
  21561. 2.0.1@
  21562. than@
  21563. topseeturvee@
  21564. transitions
  21565. themes@
  21566. ueenie@
  21567. umousetrackbehavior
  21568. updates@
  21569. userstartup
  21570. goodies@
  21571. validator
  21572. 1.11@
  21573. webobjects
  21574. database
  21575. P(Dev.CD Jul 95
  21576. Dev.CD Apr 95
  21577. Dev.CD Jan 9V
  21578. 69070X
  21579. Jul 95
  21580. ~--set theItem to choose file -- uncomment to test in an AS editor
  21581.     tell application "Finder"
  21582.         open item "Dev.CD Jul 95
  21583. Dev.CD Apr 95
  21584. Dev.CD Jan 95"
  21585.         activate
  21586.     end tell
  21587. on error errMsg number errNum
  21588.     --enter statements to perform when no records are found such as...
  21589.     display dialog "Sorry, the item you selected could not be found."
  21590.     return
  21591. end try
  21592. All Packages
  21593. QuickDraw GXO
  21594. Dev.CD Apr 95P
  21595. Dev.CD Apr 9V
  21596. 69071X
  21597. Apr 95
  21598. b--set theItem to choose file -- uncomment to test in an AS editor
  21599.     tell application "Finder"
  21600.         open item "Dev.CD Apr 95"
  21601.         activate
  21602.     end tell
  21603. on error errMsg number errNum
  21604.     --enter statements to perform when no records are found such as...
  21605.     display dialog "Sorry, the item you selected could not be found."
  21606.     return
  21607. end try
  21608. All Packages
  21609. QuickDraw GXO
  21610. Dev.CD Apr 95P
  21611. Dev.CD Apr 9V
  21612. 69072X
  21613. Apr 95
  21614. purpose
  21615. menuscripter
  21616. sample
  21617. demonstrat
  21618. release
  21619. apple's
  21620. brings
  21621. increased
  21622. functionali
  21623. samplefilter
  21624. postscript
  21625. output
  21626. filter
  21627. laserwriter
  21628. search
  21629. internet
  21630. feature
  21631. sherlock
  21632. application
  21633. signaturetoapp
  21634. function
  21635. takes
  21636. application's
  21637. signature
  21638. small
  21639. stored
  21640. first
  21641. bytes
  21642. smallest
  21643. launchaplication
  21644. example
  21645. could
  21646. designed
  21647. learning/testing
  21648. virtual
  21649. server
  21650. attempt
  21651. provide
  21652. piece
  21653. sampl
  21654. thee{
  21655. their
  21656. About DTSQTUtilities
  21657. AppConfiguration.h
  21658. DigitizerShell(PPC)
  21659. DigitizerShell.mcp
  21660. DTSQTUtilities.c
  21661. DTSQTUtilities.h
  21662. MacApplication.c
  21663. MacApplication.h
  21664. MacApplication.rsrc
  21665. MacFramework.c
  21666. MacFramework.h
  21667. MacFramework.rsrc
  21668. MacMain.c
  21669. README
  21670. TestFunctions.c
  21671. TestFunctions.h
  21672. M    QuickTimeN'QuickTime, sequence grabber, vdig, testOGDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Capturing:DigitizerShell:PRDev.CD Nov 00 TC Disk 2
  21673.  - Sample Code
  21674.  - QuickTime
  21675.  - Capturing
  21676.  - DigitizerShelluickDraw 3DO
  21677. Dev.CD Jun 97 SSWP
  21678. Dev.CD Jun 97 SSV
  21679. 67403X
  21680. Jun 97
  21681. f--set theItem to choose file -- uncomment to test in an AS editor
  21682.     tell application "Finder"
  21683.         open item "Dev.CD Jun 97 SSW"
  21684.         activate
  21685.     end tell
  21686. on error errMsg number errNum
  21687.     --enter statements to perform when no records are found such as...
  21688.     display dialog "Sorry, the item you selected could not be found."
  21689.     return
  21690. end try
  21691. All Packages
  21692. QuickDraw 3DO
  21693. Dev.CD Jun 97 SSWV
  21694. 67404X
  21695. cintoshR
  21696. A "buffed up" version of the Snapshot example, Super Snapshot goes above and beyond the call of carbonization.  Includes such additions as multiple windows, saving snapshots to a PICT file, dynamic resizing of windows (perhaps the only example that does this using the "classic" or traditional event model), different menus for OS 9 and X, handling the Apple Event "Quit," and a special menu that will set the desktop on OS 9 and display full screen snapshots on OS X.
  21697. JqAEventStuff.c
  21698. CarbonPrefix.h
  21699. CarbonRes.rsrc
  21700. ReadMe
  21701. SnapShot(PPC)
  21702. Snapshot.c
  21703. Snapshot.h
  21704. SnapShot.mcp
  21705. Snapshot.rsrcK
  21706. Nov 00M
  21707. Color QuickDraw, CarbonLibN+Snapshot, screen shot, pixmap, Carbon, PICTO?Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Super Snapshot:PGDev.CD Nov 00 TC Disk 1
  21708.  - Sample Code
  21709.  - Graphics 2D
  21710.  - Super Snapshotn
  21711. runtime
  21712. architectures
  21713. encodings
  21714. samplecode
  21715. samplecode
  21716. previous
  21717. specific
  21718. files
  21719. system
  21720. alias
  21721. macapp
  21722. macapp
  21723. cdent
  21724. stuff
  21725. macapp
  21726. developer
  21727. survey
  21728. macappclassmeth
  21729. macapplication
  21730. macapplication
  21731. macapplication
  21732. macapplication
  21733. macappprogguide
  21734. macbinary
  21735. macbinary-ii-conf
  21736. macbinary-ii-conf2
  21737. macbinary-ii-standar
  21738. macbinary-standard
  21739. maccalendar
  21740. macdebugprefixl
  21741. macdebugprefix
  21742. macframework
  21743. macframework
  21744. macframework
  21745. macframework
  21746. macgamma
  21747. macgamma
  21748. macgamma
  21749. macgamma
  21750. macgamma
  21751. macgamma
  21752. macguide
  21753. macguide
  21754. machack
  21755. machineloc
  21756. machineloc
  21757. macincludes
  21758. macincludes
  21759. macincludes
  21760. hest Edition
  21761. Manalyzer 2.0d3
  21762. About the MRJ 2.2.3 Redistribution SDK
  21763. The MRJ 2.2.3 Redistribution SDK enables developers to install Mac OS Runtime for Java (MRJ) 2.2.3 as part of their own installation packages. The SDK helps assure that any such redistribution complies with the terms of the Apple software licensing agreement. Before using this SDK, you must sign an Apple licensing agreement for redistributing MRJ. For more information, see the Apple Licensing web site at http://developer.apple.com/mkt/swl/. 
  21764. Apple f
  21765. requently updates MRJ and the MRJ SDK, with final release versions for use by the general public, and pre-release versions for use in testing and development.  Only the final release of MRJ 2.2.3 may be redistributed using this Redistribution SDK.  For information about the latest MRJ releases, see Apple
  21766. s Java Developer web site at http://developer.apple.com/java/.
  21767. Minimum requirements
  21768. The MRJ Redistribution SDK includes the file 
  21769. MRJ Redistribution.smi
  21770.  that you will bundle with your o
  21771. --set theItem to choose file -- uncomment to test in an AS editor
  21772.     tell application "Finder"
  21773.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:SoundLevel:"
  21774.         activate
  21775.     end tell
  21776. on error errMsg number errNum
  21777.     --enter statements to perform when no records are found such as...
  21778.     display dialog "Sorry, the item you selected could not be found."
  21779.     return
  21780. end try
  21781. --set theItem to choose file -- uncomment to test in an AS editor
  21782.     tell application "Finder"
  21783.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Effects:SampleMakeEffectMovie:"
  21784.         activate
  21785.     end tell
  21786. on error errMsg number errNum
  21787.     --enter statements to perform when no records are found such as...
  21788.     display dialog "Sorry, the item you selected could not be found."
  21789.     return
  21790. end try
  21791. eadsector
  21792. msdos
  21793. readsectormsdos
  21794. readsectormsdos
  21795. receive
  21796. receive
  21797. script
  21798. receiver
  21799. receiver
  21800. receiver
  21801. rsrca
  21802. recievera
  21803. reciever
  21804. call-backs
  21805. callback
  21806. callbackcmd
  21807. callbacks
  21808. calledX
  21809. mpfire
  21810. maximizing
  21811. quadra
  21812. floatingpoint
  21813. mccomponent
  21814. mdiplayer
  21815. media
  21816. megamovies
  21817. megamovies
  21818. 1.6.2
  21819. memhell
  21820. memory
  21821. memory
  21822. monitor
  21823. defproc
  21824. 1.0.3
  21825. menuscripter
  21826. metertest
  21827. mdiplayer
  21828. simpleedit
  21829. simpleplayer
  21830. mfcqtclasses
  21831. midiconverter
  21832. minilauncher
  21833. minilauncher
  21834. 1.3b5
  21835. modal
  21836. modal
  21837. textedit
  21838. modeless
  21839. modeless
  21840. dialog
  21841. sample
  21842. modern
  21843. modifymouseaccl
  21844. module
  21845. modules
  21846. monitor
  21847. moofwars
  21848. documentation
  21849. moreappleevents
  21850. moreautopush
  21851. morefiles
  21852. morefinderevents
  21853. moreisbetter
  21854. morenetworksetup
  21855. moreosl
  21856. mountalias
  21857. mountalias
  21858. mouse
  21859. mouseinfo
  21860. movablemodal
  21861. movie
  21862. onescannerx
  21863. opp's
  21864. oracle
  21865. Aug 93L
  21866. control
  21867. panel
  21868. control
  21869. strip
  21870. control
  21871. strip
  21872. module
  21873. controlkeypatch
  21874. controller
  21875. controls
  21876. controlstrip
  21877. conversion
  21878. convert
  21879. coprocessorR
  21880. copybits
  21881. copydeepmask
  21882. copymask
  21883. corba
  21884. foundation
  21885. countersA
  21886. counting
  21887. counts
  21888. cplustesample
  21889. crccalc
  21890. crcpatch
  21891. create
  21892. creator
  21893. cross-platform
  21894. cryptographic
  21895. cryptographic
  21896. authentication
  21897. cryptography
  21898. ctab2palette
  21899. ctabhandle
  21900. ctseed
  21901. cttable
  21902. current
  21903. cursor
  21904. cursor
  21905. component
  21906. cursor
  21907. device
  21908. manager
  21909. cursors
  21910. custom
  21911. custom
  21912. allocators
  21913. custom
  21914. color
  21915. search
  21916. custom
  21917. cursor
  21918. custom
  21919. custom
  21920. custom
  21921. window
  21922. customgetfile
  21923. 68352X
  21924. Jul 99^
  21925. --set theItem to choose file -- uncomment to test in an AS editor
  21926.     tell application "Finder"
  21927.         open item "Dev.CD Jul 99 SDK1:Development Kits:Mac OS:CFM-68K SDK:"
  21928.         activate
  21929.     end tell
  21930. on error errMsg number errNum
  21931.     --enter statements to perform when no records are found such as...
  21932.     display dialog "Sorry, the item you selected could not be found."
  21933.     return
  21934. end try
  21935. Deletedf.CFM-68K
  21936. Mixed Mode
  21937. Thread
  21938. ObjectSupportLibq
  21939. Dev.CD Jul 99 SDK1
  21940. All Packages
  21941. Cheap StudioI
  21942. Demonstrates loading, playing and saving mulitple sounds.  Shows how to play multiple sounds and have them all start at the same time using the syncCmdJ
  21943. Cheap Studio(PPC)
  21944. Cheap Studio.mcp
  21945. Cheap_Studio.c
  21946. Cheap_Studio.rsrc
  21947. DBFF.h
  21948. DBFF_Errors.h
  21949. Libraries
  21950. Record_Sound.c
  21951. SimpleApp_Sound.hM
  21952. Sound Manager 3.0 or laterN$sound, studio, Cheap Studio, syncCmdO7Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:Cheap Studio:V
  21953. 68353X
  21954. 1e    No Change
  21955. 67790X
  21956. All Packages
  21957. Arabic Language KitO
  21958. Dev.CD May 96 TCP
  21959. Dev.CD May 96 TV
  21960. 68293X
  21961. May 96
  21962. e--set theItem to choose file -- uncomment to test in an AS editor
  21963.     tell application "Finder"
  21964.         open item "Dev.CD May 96 TC"
  21965.         activate
  21966.     end tell
  21967. on error errMsg number errNum
  21968.     --enter statements to perform when no records are found such as...
  21969.     display dialog "Sorry, the item you selected could not be found."
  21970.     return
  21971. end try
  21972. All Packages
  21973. Arabic Language KitO2Dev.CD May 97 TC
  21974. Dev.CD Nov 96 TC
  21975. Dev.CD Aug 96 TCP1Dev.CD May 97 TC
  21976. Dev.CD Nov 96 TC
  21977. Dev.CD Aug 96 TV
  21978. 68294X
  21979. May 97
  21980. 140/170X
  21981. 16-bit
  21982. 16384
  21983. 16x16
  21984. 17000
  21985. 1992-1995
  21986. 1993-94
  21987. 1995{
  21988. accelerated
  21989. power
  21990. macintosh
  21991. artwork
  21992. program
  21993. 1995-2000
  21994. 1996S
  21995. 1999{
  21996. 2.0a1
  21997. 2.0v2
  21998. language
  21999. language
  22000. systemsoft
  22001. t-shirt
  22002. tab-delimited
  22003. tabbed
  22004. into the system for all Macintoshes with the release of System 7.5.3.N
  22005. Display Manager, Play VideoO[Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Display Manager:Play Video Sample:PfDev.CD Nov 00 TC Disk 1
  22006.  - Sample Code
  22007.  - Devices and Hardware
  22008.  - Display Manager
  22009.  - Play Video Sampletion Protocol (ARP) is a protocol for mapping protocol (eg IP) addresses to hardware (eg Ethernet) addresses.  The OT ARP module provides an ARP service that is used by the OT TCP/IP stack. This sample demonstrates how you can get direct access to the ARP module to, amongst other things, add and remove ARP cache entries.
  22010. Jun 98V
  22011. 63420X
  22012. 1e    No Change
  22013. --set theItem to choose file -- uncomment to test in an AS editor
  22014.     tell application "Finder"
  22015.         open item "Dev.CD Dec 99 RL:Technical Documentation:More SSW Documentation:"
  22016.         activate
  22017.     end tell
  22018. on error errMsg number errNum
  22019.     --enter statements to perform when no records are found such as...
  22020.     display dialog "Sorry, the item you selected could not be found."
  22021.     return
  22022. end try
  22023.  be found."
  22024.     return
  22025. end try
  22026. e    No Changef+Tool
  22027. Virtual User
  22028. External Tool
  22029. Dev.CD Nov 00 TC Disk 1
  22030. All Packages
  22031. IW-Half-DitherI
  22032. Summary:  IW-Half-Dither is a new ImageWriter sample driver for QuickDraw GX that shows how to implement color plane separations as well as how to change the 'rdip' resource on the fly.J
  22033. !IW-Half-Dither Read Me
  22034. ImageWriterGX68k.
  22035. ImageWriterGXNew68k.
  22036. IW-Half-Dither
  22037. IW-Half-Dither.make
  22038. IWriterChooserLDEF.
  22039. IWriterChooserPACK.
  22040. Objects
  22041. source
  22042. Why was this archived?K
  22043. Oct 96V
  22044. 67014X
  22045. Moved
  22046. faces 3.3 or later
  22047. 68k-based
  22048. 7-bit
  22049. 7-specific
  22050. 7.0.0
  22051. 7.0.3
  22052. 7.0foN
  22053. 7.0fo
  22054. after
  22055. module
  22056. which
  22057. demonstrates
  22058. 7.1.2
  22059. 73007200/1207200/906
  22060. 730513255
  22061. 7editO
  22062. e    No Changeq
  22063. Dev.CD Nov 00 TC Disk 1
  22064. All Packages
  22065. Optimization TN Demos
  22066. This sample code accompanies "TN 1174: Optimization Strategies for the Mac OS".
  22067. The Cacheline Optimizer evaluates cacheline usage.  Given a stride value, it will simulate the cache utilization for the L1 and L2 caches on an iMac, as well as giving an approximate idea of the TLB usage.  It gives the percentage utilization as well as how many iterations before you will begin to evict data from the cache.
  22068. CBuffFileStream demonstrates the  implementation of a buffered file system on top of B
  22069. the Mac OS file system.
  22070. J#Cacheline Optimizer
  22071. CBuffFileStreamK
  22072. Nov 99M0Optimization Strategies for the Mac OS Technote.NKOptimization, buffered file system, cache, cacheline, Optimization TN DemosOCDev.CD Nov 00 TC Disk 2:Sample Code:Overview:Optimization TN Demos:PKDev.CD Nov 00 TC Disk 2
  22073.  - Sample Code
  22074.  - Overview
  22075.  - Optimization TN DemosV
  22076. 68838X
  22077. Nov 00^    TC Disk 2
  22078. e    No Change
  22079. }e    No Changeq
  22080. Dev.CD Nov 00 TC Disk 1
  22081. All Packages
  22082. RaveEngineInfoSampleIfThis sample cycles through all available RAVE engines and returns gestalt information for each engine.J(RaveEngineInfo
  22083. RaveEngineInfo.mcp
  22084. SourceOEDev.CD Nov 00 TC Disk 1:Sample Code:Graphics 3D:RaveEngineInfoSample:PMDev.CD Nov 00 TC Disk 1
  22085.  - Sample Code
  22086.  - Graphics 3D
  22087.  - RaveEngineInfoSampleV
  22088. 69221X
  22089. Nov 00^    TC Disk 1
  22090. --set theItem to choose file -- uncomment to test in an AS editor
  22091.     tell application "Finder"
  22092.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 3D:RaveEngineInfoSample:"
  22093.         activate
  22094.     end tell
  22095. on error errMsg number errNum
  22096.     --enter statements to perform when no records are found such as...
  22097.     display dialog "Sorry, the item you selected could not be found."
  22098.     return
  22099. end try
  22100. e    No Changeq
  22101. Dev.CD Nov 00 TC Disk 1
  22102. All Packages
  22103. readLocationV
  22104. 69222X
  22105. AsyncDriverCommon.p
  22106. AsyncDriverMain.c
  22107. AsyncDriverSample.p
  22108. AsyncDriverSample.rsrc
  22109. AsyncDriverSample.
  22110. AsyncDriverSampleDRVR.out
  22111. DiskImageCore.p
  22112. DropMounter
  22113. Metrowerks Build Script
  22114. Read Me 
  22115.  AsyncDriverSample
  22116. TradDriverLoaderLibK
  22117. Jul 97L
  22118. Jul 97N'async device, driver, AsyncDriverSampleOSDev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Drivers:AsyncDriverSample:P^Dev.CD Nov 00 TC Disk 1
  22119.  - Sample Code
  22120.  - Devices and Hardware
  22121.  - Drivers
  22122.  - AsyncDriverSampleV
  22123. 68301X
  22124. Nov 00^    TC Disk 1
  22125. --set theItem to choose file -- uncomment to test in an AS editor
  22126.     tell application "Finder"
  22127.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Drivers:AsyncDriverSample:"
  22128.         activate
  22129.     end tell
  22130. on error errMsg number errNum
  22131.     --enter statements to perform when no records are found such as...
  22132.     display dialog "Sorry, the item you selected could not be found."
  22133.     return
  22134. end try
  22135. e    No Changef%async device
  22136. driver
  22137. AsyncDriverSample
  22138. example3
  22139. examplecodec
  22140. examplecodec
  22141. examplecodec
  22142. examplecodec
  22143. examplecodec
  22144. examples
  22145. exceptions
  22146. exceptions
  22147. exceptions
  22148. exceptions
  22149. expand
  22150. experimental
  22151. experimental
  22152. interfacelib
  22153. experimental
  22154. stuff
  22155. explnd
  22156. explosionframes
  22157. explosionframes
  22158. export
  22159. exportersp
  22160. exrom-1func
  22161. exrom-1func
  22162. sresource
  22163. extendprintrecord
  22164. extendprintrecord
  22165. extendprintrecord
  22166. extensionv
  22167. extension
  22168. extension
  22169. extensions
  22170. extractitems
  22171. extractitems
  22172. extractors
  22173. extras
  22174. f-french
  22175. fastdither
  22176. containing
  22177. containsS
  22178. W years. Everything is updated, and there are many new tools never before released, such as the Clouseau VU scripts, and several host a
  22179. nd target configuration installers.
  22180. Includes: Virtual User (FAT application, Sys 8.0 compatible);  many extension tools to Virtual User such as Ivy (image verification), FileTool and Memory Monitor;  SPEC S&L and  Clouseau Virtual User scripts;  full packages for host and target installations, including AppleScript based installers.
  22181. Host machines:  Mac IIfx or later, 16 MB memory or greater. System 7.0 or later (System 7.5 or later preferred).
  22182. Target machines:  Mac SE or later, 4 MB mem
  22183. p--set theItem to choose file -- uncomment to test in an AS editor
  22184.     tell application "Finder"
  22185.         open item "Dev.CD Apr 94
  22186. Dev.CD Jan 94"
  22187.         activate
  22188.     end tell
  22189. on error errMsg number errNum
  22190.     --enter statements to perform when no records are found such as...
  22191.     display dialog "Sorry, the item you selected could not be found."
  22192.     return
  22193. end try
  22194. manipulations
  22195. manner
  22196. manual
  22197. manually
  22198. manuals
  22199. manufacturers
  22200. many^
  22201. se required from apple if you want to ship the NSI disk or the MacSNMP software to your customers
  22202. Aug 93V
  22203. 65037X
  22204. 1e    No Change
  22205. 68388X
  22206. Mar OO^
  22207. RLDisk 1
  22208. --set theItem to choose file -- uncomment to test in an AS editor
  22209.     tell application "Finder"
  22210.         open item "Dev.CD Mar OO RLDisk 1:Interactive Media Resources:CompbasedMediaBroadcastEnv:"
  22211.         activate
  22212.     end tell
  22213. on error errMsg number errNum
  22214.     --enter statements to perform when no records are found such as...
  22215.     display dialog "Sorry, the item you selected could not be found."
  22216.     return
  22217. end try
  22218. Deletedf2Computer Based Media
  22219. Television
  22220. Broadcast
  22221. Graphicsq
  22222. Dev.CD Mar OO RLDisk 1
  22223. All Packages
  22224. F    Concordia
  22225. 68389X
  22226.  little utility copies all of the resources in the Macintosh's ROM into a file called "ROM Resource Dump File".  This is useful for the insanely curious, those with a professional "need to know" (like DTS engineers), and as a trivial Resource Manager sample.
  22227. Scrap Parsing:  An example of how to parse the scrap in memory.
  22228. SetIndString:  This C function takes the same parameters as GetIndString but do
  22229. All Packages
  22230. System Enabler 088 (AVs)O
  22231. Dev.CD Apr 94P
  22232. Dev.CD Apr 9V
  22233. 69551X
  22234. Apr 94
  22235. b--set theItem to choose file -- uncomment to test in an AS editor
  22236.     tell application "Finder"
  22237.         open item "Dev.CD Apr 94"
  22238.         activate
  22239.     end tell
  22240. on error errMsg number errNum
  22241.     --enter statements to perform when no records are found such as...
  22242.     display dialog "Sorry, the item you selected could not be found."
  22243.     return
  22244. end try
  22245. All Packages
  22246. System Enabler 088 (AVs)O
  22247. Dev.CD Apr 94P
  22248. Dev.CD Apr 9V
  22249. 69552X
  22250. Apr 94
  22251. b--set theItem to choose file -- uncomment to test in an AS editor
  22252.     tell application "Finder"
  22253.         open item "Dev.CD Apr 94"
  22254.         activate
  22255.     end tell
  22256. on error errMsg number errNum
  22257.     --enter statements to perform when no records are found such as...
  22258.     display dialog "Sorry, the item you selected could not be found."
  22259.     return
  22260. end try
  22261. All Packages
  22262. System Enabler 088 (AVs)V
  22263. 69553X
  22264. devnotes
  22265. dialog
  22266. dialog
  22267. dialog
  22268. manager
  22269. dictation
  22270. dictionary
  22271. dictionary
  22272. manager
  22273. digital
  22274. digital
  22275. camera
  22276. digital
  22277. video
  22278. digital
  22279. video
  22280. output
  22281. digitizer
  22282. digitizing
  22283. dimmed
  22284. dimming
  22285. direct
  22286. direct
  22287. pixel
  22288. access
  22289. dirid
  22290. disable
  22291. disable
  22292. disabled
  22293. disassembler
  22294. disassembly
  22295. device
  22296. driver
  22297. drivers
  22298. etdriver
  22299. myhelpmenu
  22300. myhelpmenu
  22301. myhelpmenu
  22302. myhelpmenu
  22303. myhelpmenu
  22304. myhelpmenu
  22305. mylistdef
  22306. mylistdef
  22307. myportcalls
  22308. myportcalls
  22309. myportcalls
  22310. myportmodule
  22311. myportmodule
  22312. myquicktakeapp
  22313. myquicktakeapp
  22314. 1.0.1tc7
  22315. myquicktakeapp
  22316. 1.0.2
  22317. myregistercomponent
  22318. myregistercomponent
  22319. developer@
  22320. diagrams@
  22321. diff@
  22322. directions@
  22323. documenation@
  22324. dragwindowgrid
  22325. drawtkl
  22326. drivergestaltexplore
  22327. dropmounter@
  22328. dtsqtutilities@
  22329. dzinput
  22330. effect@
  22331. effects@
  22332. makeimagedescription
  22333. emptyengine
  22334. prefix
  22335. enabler@
  22336. enableselfsendsample@
  22337. engine@
  22338. english
  22339. 3.0.2@
  22340. enhanced
  22341. survival
  22342. guide
  22343. example@
  22344. example
  22345. scripts@
  22346. example
  22347. example1
  22348. example2
  22349. example3
  22350. factorizations@
  22351. games@
  22352. getenetaddrdirect
  22353. geticonsuitefromfind
  22354. globals
  22355. graphicimporter
  22356. graphics
  22357. guide@
  22358. hack@
  22359. handbook@
  22360. hardware@
  22361. hdlc@
  22362. history@
  22363. htmlsample
  22364. help@
  22365. hypercard
  22366. player@
  22367. iconpict@
  22368. ideas
  22369. toolkit
  22370. images@
  22371. import@
  22372. 68465X
  22373. Sep 00^    RL Disk 1
  22374. --set theItem to choose file -- uncomment to test in an AS editor
  22375.     tell application "Finder"
  22376.         open item "Dev.CD Sep 00 RL Disk 1:Technical Documentation:Develop:develop Issue 25:"
  22377.         activate
  22378.     end tell
  22379. on error errMsg number errNum
  22380.     --enter statements to perform when no records are found such as...
  22381.     display dialog "Sorry, the item you selected could not be found."
  22382.     return
  22383. end try
  22384. e    No Changeq
  22385. Dev.CD Sep 00 RL Disk 1
  22386. All Packages
  22387. develop Issue 26
  22388. 68466X
  22389. appleb
  22390. apple
  22391. events
  22392. appleevents
  22393. toolbox
  22394. autoguest
  22395. apple
  22396. guide
  22397. systems
  22398. apple
  22399. apple
  22400. guide
  22401. apple
  22402. apple
  22403. apple
  22404. developer
  22405. newsz
  22406. apple
  22407. share
  22408. authentication
  22409. pbvolumemount
  22410. appleeventa
  22411. macapp
  22412. macapp
  22413. release
  22414. significant
  22415. release
  22416. venera
  22417. macapp
  22418. release
  22419. continues
  22420. tradition
  22421. modernization
  22422. macapp-based]
  22423. macbinary
  22424. macbinary-ii-standar
  22425. macbinary-standard
  22426. macbug
  22427. maccalendar
  22428. maccheck
  22429. macctb
  22430. macfilesigning
  22431. macframework
  22432. macgamma
  22433. macgamma
  22434. their
  22435. application
  22436. macintosh
  22437. powerbook
  22438. series
  22439. developer
  22440. 67015X
  22441. May 97
  22442. 65476X
  22443. 1e    No Change
  22444. CodecTestMain(PPC)
  22445. CodecTestMain.c
  22446. DrawTextCodec
  22447. DrawTextCodec.h
  22448. DrawTextCodec.mcp
  22449. DrawTextCodec.rsrc
  22450. DrawTextComponent.c
  22451. DrawTextCompress.c
  22452. DrawTextDecompress.cM    QuickTimeN
  22453. QuickTime, codecOCDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Codecs:DrawTextCodec:PNDev.CD Nov 00 TC Disk 2
  22454.  - Sample Code
  22455.  - QuickTime
  22456.  - Codecs
  22457.  - DrawTextCodecV
  22458. 68507X
  22459. Nov 00^    TC Disk 2
  22460. --set theItem to choose file -- uncomment to test in an AS editor
  22461.     tell application "Finder"
  22462.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Codecs:DrawTextCodec:"
  22463.         activate
  22464.     end tell
  22465. on error errMsg number errNum
  22466.     --enter statements to perform when no records are found such as...
  22467.     display dialog "Sorry, the item you selected could not be found."
  22468.     return
  22469. end try
  22470. e    No Changef
  22471. QuickTime
  22472. codecq
  22473. Dev.CD Nov 00 TC Disk 2
  22474. All Packages
  22475. Drive UtilitiesV
  22476. 68508X
  22477. e QTFrameStepper.c for more detailed comments and instructions
  22478. on using this snippet.
  22479. Enjoy,
  22480. QuickTime Team
  22481. SoundConverter a very simple application that shows how to use the Sound Converter API and how to place audio data in a movie. The destination format parameters are hard coded in this sample.
  22482. SoundConverter simply creates some uncompressed data (a sine wave at the pitch convert A), converts it to the hard-coded format (which can be any audio format supported by QuickTime 4.0 and Sound Manager 3.4), and places the data in a movie.
  22483. Application Files
  22484. Building QT Samples
  22485. Common Files
  22486. README
  22487. SoundConverter 68k
  22488. SoundConverter 68k.mcp
  22489. SoundConverter PPC
  22490. SoundConverter PPC.mcp
  22491. SoundConverter Win.mcp
  22492. SoundConverter.c
  22493. SoundConverter.exe
  22494. SoundConverter.h
  22495. SoundConverter.makM
  22496. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.N*QuickTime, Sound, Converter, Format, AudioOMDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Music and Sound:SoundConverter:
  22497. Summary:  The Communications Toolbox SDK contains:
  22498. The Basic Connectivity Set 1.1.1 folder contains  CTB tools, including
  22499.         
  22500. XMODEM 1.1 Tool
  22501.         
  22502. Serial 1.0.2 Tool
  22503. The AppleModemTool v1.5.1 folder contains the latest version of the Apple Modem Tool, including developer documentation.
  22504. The CommToolbox 1.1 folder contains the latest interface and library files needed for building CTB 1.1 savvy tools and applications.
  22505. The Communications 1 folder contains the 1.0.2 installer scr
  22506. ipt for installing the CTB 1.0 resources on system 6.0.x machines. 
  22507. The 1.1 script does a live install, and does better error checking on the system software. There are no differences between the CTB 1.0 resources which the Communications 1 v1.0 and v1.1 disks install. The CTB team recommends, however, that developers update their products to include the Communications 1 version 1.1 software.
  22508. NOTE:  Developers should do all new development with Open Transport where possible.
  22509. Aug 93L
  22510. converter
  22511. coprocessorR
  22512. copybits
  22513. copydeepmask
  22514. copymask
  22515. corba
  22516. foundation
  22517. counter
  22518. countersA
  22519. counting
  22520. counts
  22521. cplustesample
  22522. crccalc
  22523. crcpatch
  22524. create
  22525. creator
  22526. cross-platform
  22527. cryptographic
  22528. cryptographic
  22529. authentication
  22530. cryptography
  22531. ctab2palette
  22532. ctabhandle
  22533. ctseed
  22534. cttable
  22535. current
  22536. cursor
  22537. cursor
  22538. component
  22539. cursor
  22540. device
  22541. manager
  22542. cursors
  22543. custom
  22544. custom
  22545. allocators
  22546. custom
  22547. color
  22548. search
  22549. custom
  22550. cursor
  22551. custom
  22552. custom
  22553. custom
  22554. window
  22555. customgetfile
  22556.     display dialog "Sorry, the item you selected could not be found."
  22557.     return
  22558. end try
  22559. All Packages
  22560. Open TransportO
  22561. Dev.CD Jun 97 SSWV
  22562. 62338X
  22563. mwprefixrezppc
  22564. print
  22565. record@
  22566. myregistercomponent
  22567. audio
  22568. features
  22569. newformat@
  22570. norway@
  22571. nubuslist
  22572. objects68k@
  22573. kg3series@
  22574. privateconditionals@
  22575. programming
  22576. information
  22577. qd3d@
  22578. quickstart@
  22579. quit@
  22580. rdocproc@
  22581. aecdev-aedaemon@
  22582. readme
  22583. readme
  22584. dcmd@
  22585. readme
  22586. html@
  22587. renderinglib@
  22588. rfc1334
  22589. authentication@
  22590. sample
  22591. applescripts@
  22592. schedule@
  22593. setlockbitatomsample
  22594. simpleplayermfcdoc@
  22595. sites@
  22596. sound@
  22597. support
  22598. systemfolder@
  22599. tech@
  22600. testfinderlaunch
  22601. testprinterclass
  22602. textchanger
  22603. 2.0.1@
  22604. than@
  22605. topseeturvee@
  22606. transitions
  22607. themes@
  22608. ueenie@
  22609. umousetrackbehavior
  22610. updates@
  22611. userstartup
  22612. goodies@
  22613. validator
  22614. 1.11@
  22615. webobjects
  22616. database
  22617. Dev.CD Nov 00 TC Disk 1
  22618.  - Tool Chest
  22619.  - Interapplication Communication
  22620.  - Data Access Manager
  22621.  - Data Access Manager French DemoV
  22622. 68430X
  22623. Nov 00^    TC Disk 1
  22624. --set theItem to choose file -- uncomment to test in an AS editor
  22625.     tell application "Finder"
  22626.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Interapplication Communication:Data Access Manager:Data Access Manager French Demo:"
  22627.         activate
  22628.     end tell
  22629. on error errMsg number errNum
  22630.     --enter statements to perform when no records are found such as...
  22631.     display dialog "Sorry, the item you selected could not be found."
  22632.     return
  22633. end try
  22634. e    No Changeq
  22635. Dev.CD Nov 00 TC Disk 1
  22636. All Packages
  22637. Data Access Manager US Demo
  22638. 68431X
  22639. oracle@
  22640. orchestra@
  22641. originally@
  22642. os-compatible@
  22643. others@
  22644. outer@
  22645. outputs@
  22646. owner@
  22647. packages@
  22648. palettes@
  22649. part@
  22650. particular@
  22651. pasmatit@
  22652. passwords@
  22653. apple
  22654. detectors
  22655. technology
  22656. scans
  22657. searchiy
  22658. apple
  22659. sprockets
  22660. libraries
  22661. designed
  22662. simplify
  22663. apple
  22664. location
  22665. manager
  22666. allows
  22667. users
  22668. switch
  22669. groups
  22670. apple
  22671. system
  22672. profiler
  22673. gather
  22674. information
  22675. about
  22676. apple
  22677. wants
  22678. communicate
  22679. benefits
  22680. native
  22681. apple
  22682. workgroup
  22683. server
  22684. 9650/350
  22685. developer
  22686. item you selected could not be found."
  22687.     return
  22688. end try
  22689. e    No Changef(Fixed Point
  22690. Rotation
  22691. Translation
  22692. 2D Mathq
  22693. Dev.CD Nov 00 TC Disk 1
  22694. D!All Packages
  22695. Mac OS SDK Edition
  22696. Translation Manager
  22697. eUpdate from Mac OS Easy Open SDK to Translation Manager SDK to reflect the move from standalone product to System service. 
  22698. Contains a new example Translation Extension component which demonstrates correct packaging of 68K and PowerPC code.
  22699. Contains a copy of Mac OS Tech Note 1004 which describes proper packaging of components with 68K and PowerPC code.
  22700. e    No Change
  22701. easyview
  22702. Summary: This stack contains a collection of Apple Event XCMDs and handlers which can be used to send Apple events to Apple event-aware applications from HyperCard.  It replaces the SendAppleEvent XCMD stack which has been previously distributed via AppleLink and Apple's Developer CD.  Object specifiers and AERecords are  now supported in this stack!  With this HyperCard stack, you may easily create and send Apple events to an application.  By reading an application's 'aete' resource, whicBfh generates glue routines, you can "test drive" the application by sending it events that it supports.
  22703. J*Apple Event XCMDs b3
  22704. Apple Event XCMDs DocK
  22705. Nov 94OlDev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Apple Event XCMDs 1.0b3:PzDev.CD Nov 00 TC Disk 1
  22706.  - Tool Chest
  22707.  - Development Kits
  22708.  - HyperCard Related
  22709.  - XCMDs & XFCNs
  22710.  - Apple Event XCMDs 1.0b3ded loose mappings for variant forms of Han characters (e.g., simplified vs. traditional), yielding 
  22711. sample
  22712. shows
  22713. write
  22714. fully
  22715. asynchronous
  22716. block
  22717. sample
  22718. shows
  22719. quicktime
  22720. faster
  22721. sample
  22722. shows
  22723. interpretation
  22724. picture
  22725. comments
  22726. sample
  22727. demonstrates
  22728. steps
  22729. involved
  22730. creating
  22731. sample
  22732. written
  22733. response
  22734. developers
  22735. sample
  22736. display
  22737. version
  22738. quickdraw
  22739. which
  22740. contains
  22741. information
  22742. advantage
  22743. includes
  22744. libraries
  22745. include
  22746. files
  22747. necessary
  22748. shows
  22749. obtain
  22750. color
  22751. manager
  22752. simple
  22753. demonstrates
  22754. force
  22755. preview
  22756. enables
  22757. simple
  22758. sample
  22759. places
  22760. modal
  22761. dialog
  22762. small
  22763. application
  22764. illustrating
  22765. launch
  22766. applesc
  22767. snippet
  22768. checks
  22769. number
  22770. sample
  22771. rates
  22772. available
  22773. snippet
  22774. shows
  22775. access
  22776. desktop
  22777. pattern
  22778. snippet
  22779. shows
  22780. example
  22781. resource
  22782. 68330X
  22783. Dec 99^
  22784. --set theItem to choose file -- uncomment to test in an AS editor
  22785.     tell application "Finder"
  22786.         open item "Dev.CD Dec 99 RL:Utilities:Developer Forms:"
  22787.         activate
  22788.     end tell
  22789. on error errMsg number errNum
  22790.     --enter statements to perform when no records are found such as...
  22791.     display dialog "Sorry, the item you selected could not be found."
  22792.     return
  22793. end try
  22794. Deletedf"bug reports
  22795. error reports to Appleq
  22796. Dev.CD Dec 99 RL
  22797. All Packages
  22798. bugInfo macro
  22799. 68331X
  22800. uch as...
  22801.     display dialog "Sorry, the item you selected could not be found."
  22802.     return
  22803. end try
  22804. All Packages
  22805. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  22806. Dev.CD Jan 94
  22807. Dev.CD Oct 93
  22808. Dev.CD Jul 93
  22809. Dev.CD Apr 93PDDev.CD Apr 94
  22810. Dev.CD Jan 94
  22811. Dev.CD Oct 93
  22812. Dev.CD Jul 93
  22813. Dev.CD Apr 9V
  22814. 67879X
  22815. Apr 94
  22816. helpful
  22817. scripts
  22818. hidemenubar
  22819. hiermenus
  22820. hitec
  22821. hitec
  22822. super
  22823. front
  22824. hosesample
  22825. hotsauce
  22826. opp's
  22827. opportunities
  22828. optimization
  22829. optimization
  22830. optimizationend
  22831. optimizationend
  22832. optimized
  22833. optimizer
  22834. oracle
  22835. order
  22836. order
  22837. orientedS
  22838. pr 94
  22839. --set theItem to choose file -- uncomment to test in an AS editor
  22840.     tell application "Finder"
  22841.         open item "Dev.CD Apr 94
  22842. Dev.CD Jan 94
  22843. Dev.CD Oct 93
  22844. Dev.CD Jul 93
  22845. Dev.CD Apr 93"
  22846.         activate
  22847.     end tell
  22848. on error errMsg number errNum
  22849.     --enter statements to perform when no records are found such as...
  22850.     display dialog "Sorry, the item you selected could not be found."
  22851.     return
  22852. end try
  22853. All Packages
  22854. System Enabler 003 (LC III)OEDev.CD Apr 94
  22855. Dev.CD Jan 94
  22856. Dev.CD Oct 93
  22857. Dev.CD Jul 93
  22858. Dev.CD Apr 93PDDev.CD Apr 94
  22859. Dev.CD Jan 94
  22860. Dev.CD Oct 93
  22861. Dev.CD Jul 93
  22862. Dev.CD Apr 9V
  22863. 67865X
  22864. Apr 94
  22865. produced
  22866. producer/consumer
  22867. produces
  22868. produces
  22869. module
  22870. producing
  22871. 69148X
  22872. Jan 94
  22873. p--set theItem to choose file -- uncomment to test in an AS editor
  22874.     tell application "Finder"
  22875.         open item "Dev.CD Jan 94
  22876. Dev.CD Oct 93"
  22877.         activate
  22878.     end tell
  22879. on error errMsg number errNum
  22880.     --enter statements to perform when no records are found such as...
  22881.     display dialog "Sorry, the item you selected could not be found."
  22882.     return
  22883. end try
  22884. All Packages
  22885. F    QuickTimeO
  22886. Dev.CD Jan 94
  22887. Dev.CD Oct 93P
  22888. Dev.CD Jan 94
  22889. Dev.CD Oct 9V
  22890. 69149X
  22891. Jan 94
  22892. p--set theItem to choose file -- uncomment to test in an AS editor
  22893.     tell application "Finder"
  22894.         open item "Dev.CD Jan 94
  22895. Dev.CD Oct 93"
  22896.         activate
  22897.     end tell
  22898. on error errMsg number errNum
  22899.     --enter statements to perform when no records are found such as...
  22900.     display dialog "Sorry, the item you selected could not be found."
  22901.     return
  22902. end try
  22903. All Packages
  22904. F    QuickTimeO
  22905. Dev.CD Jan 94
  22906. Dev.CD Oct 93P
  22907. Dev.CD Jan 94
  22908. Dev.CD Oct 9V
  22909. 69150X
  22910. Jan 94
  22911. roadmap
  22912. robix
  22913. robix
  22914. sources
  22915. diagrams
  22916. resource
  22917. romresourcedump
  22918. romresourcedump
  22919. romresourcedump
  22920. romresourcedump
  22921. romresourcedump
  22922. rotate
  22923. rotate
  22924. rotate
  22925. small
  22926. rotatebitmap90
  22927. rotatebitmap90
  22928. rotatebitmap90
  22929. rotatesamplemain
  22930. rotatesamplemain
  22931. rotatestring
  22932. rotatestring
  22933. rotatestring
  22934. rotatestring
  22935. rotatestring
  22936. rotation
  22937. rotation
  22938. controllers
  22939. 1.0.1
  22940. rotation
  22941. controllers
  22942. rotation
  22943. ctl's
  22944. nifty
  22945. night
  22946. nine{
  22947. nirvana{
  22948. nisus
  22949. nitty
  22950. training
  22951. required
  22952. plug-and-play
  22953. design
  22954. no-copy
  22955. ger:ROM Build/Download 3.2.4:"
  22956.         activate
  22957.     end tell
  22958. on error errMsg number errNum
  22959.     --enter statements to perform when no records are found such as...
  22960.     display dialog "Sorry, the item you selected could not be found."
  22961.     return
  22962. end try
  22963. e    No ChangefuSlot
  22964. Slot Manager
  22965. Slot Mgr.
  22966. Declaration
  22967. configuration
  22968. configuration ROM
  22969. NuBus
  22970.  CRCPatch
  22971. CRCCalc
  22972. tjs commq
  22973. Dev.CD Nov 00 TC Disk 1
  22974. All Packages
  22975. ROMResourceDump
  22976. 67611X
  22977. sample
  22978. updated
  22979. carbon
  22980. under
  22981. 68782X
  22982. Oct 00^
  22983. --set theItem to choose file -- uncomment to test in an AS editor
  22984.     tell application "Finder"
  22985.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:MRJ:MRJ 2.2.2:"
  22986.         activate
  22987.     end tell
  22988. on error errMsg number errNum
  22989.     --enter statements to perform when no records are found such as...
  22990.     display dialog "Sorry, the item you selected could not be found."
  22991.     return
  22992. end try
  22993. e    No Changef
  22994. MRJ SDK
  22995. http://developer.apple.com/sdk/q
  22996. Dev.CD Oct 00 SDK1
  22997. All Packages
  22998. New & RevisedF
  22999. MRJ 2.2.3 Debug
  23000.     der"
  23001.         open item "Dev.CD Jan 96 SDK1"
  23002.         activate
  23003.     end tell
  23004. on error errMsg number errNum
  23005.     --enter statements to perform when no records are found such as...
  23006.     display dialog "Sorry, the item you selected could not be found."
  23007.     return
  23008. end try
  23009. All Packages
  23010. QuickDraw GXO
  23011. Dev.CD Jan 96 SDK1P
  23012. Dev.CD Jan 96 SDKV
  23013. 65793X
  23014. Jan 96
  23015. audio
  23016. features
  23017. newgworld
  23018. newgworld
  23019. newgworld
  23020. norway
  23021. norway
  23022. distributors/localiz
  23023. apple
  23024. product
  23025. example
  23026. notation
  23027. notation
  23028. noteX
  23029. notes
  23030. notestonetest
  23031. notestonetest
  23032. 1.5.1
  23033. first
  23034. library
  23035. plugins
  23036. nubus
  23037. nubus
  23038. board
  23039. registration
  23040. object
  23041. objectcode
  23042. objecthelpers
  23043. objecthelpers
  23044. objecthelpers
  23045. objectppc
  23046. objects
  23047. objects68k
  23048. objectsppc
  23049. objectsupportlib
  23050. obsolete
  23051. obsolete
  23052. pre-asip
  23053. obsolete&unsupported
  23054. obtain
  23055. qttimecode
  23056. timecode
  23057. track
  23058. movie
  23059. Book, CometONDev.CD Apr 98 SDK1:Development Kits (Disc 1):PC Card SDKs:PC Card Manager 3.0:ackage
  23060. packaged
  23061. shtml
  23062. sighyper
  23063. signaturetoappc
  23064. signaturetoapp
  23065. signaturetoapp
  23066. signaturetoapp
  23067. signaturetoapp
  23068. signaturetoapp
  23069. signaturetoappdemo
  23070. signaturetoappdemo
  23071. sillyballs
  23072. sillyballs
  23073. sillyballs
  23074. sillyballs
  23075. sillyballs
  23076. sillyballview
  23077. sillyballview
  23078. sillyballview
  23079. simon
  23080. simon
  23081. simon
  23082. pbproj
  23083. simoncontroller
  23084. simoncontroller
  23085. simoncontroller
  23086. simoncontroller
  23087. simpleeditmfc
  23088. simpleeditmfc
  23089. simpleeditmfc
  23090. simpleeditmfcdoc
  23091. simpleeditmfcdoc
  23092. simpleeditmfcdoc
  23093. simpleeditmfcview
  23094. simpleeditmfcview
  23095. simpleeditmfcview
  23096. simpleplayermfc
  23097. simpleplayermfc
  23098. simpleplayermfc
  23099. simpleplayermfc
  23100. simpleplayermfc
  23101. simpleplayermfc
  23102. simpleplayermfc
  23103. simpleplayermfc
  23104. manager'sf
  23105. manager-related
  23106. managers
  23107. managing
  23108. managmentw
  23109. manalyzer
  23110. mananger
  23111. manger
  23112. manipulate
  23113. manipulating
  23114. manipulation
  23115. manipulations
  23116. manner
  23117. manual
  23118. manually
  23119. manuals
  23120. manufacturers
  23121. many^
  23122. ev.CD Jul 93
  23123. Dev.CD Apr 9V
  23124. 66390X
  23125. Apr 94
  23126. Host machines:  Mac IIfx or later, 16 MB memory or greater. System 7.0 or later (System 7.5 or later preferred).
  23127. Target machines:  Mac SE or later, 4 MB memory or greater.  System 6.5 or later (System 7.0 or later preferred).  VU External Tools require System 7.0 or later.
  23128. Virtual User is a host-target based testing system.  At least 2 machines (1 host, many targets) are necessary to perform any testing with Virtual User, and all machines must be connected via an AppleTalk network (TCP/C
  23129. IP is not supported).
  23130. VU3.0.1d3.smiK
  23131. Dec 97L
  23132. Feb 00MIVU External Tool communications require targets with System 7.0 or later.NEVU, Virtual User, VirtualUser, Testing, Automation, Automated TestingOLDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User 3.0.1d3:PTDev.CD Nov 00 TC Disk 1
  23133.  - Tool Chest
  23134.  - Testing & Debugging
  23135.  - Virtual User 3.0.1d3
  23136. platform
  23137. platforms_
  23138. minimal
  23139. sample
  23140. audio
  23141. player
  23142. sample
  23143. applicat
  23144. playable
  23145. playback
  23146. playbar
  23147. played
  23148. player
  23149. players
  23150. playing
  23151. playsound
  23152. playthrough
  23153. playvideo
  23154. playvideo
  23155. sample
  23156. which
  23157. makes
  23158. requestvideo
  23159. please_
  23160. pleased
  23161. plethora
  23162. plug-and-play
  23163. on-line
  23164. velopment Kits:Hardware:CardBus DDK:PADev.CD Oct 00 SDK1
  23165.  - Development Kits
  23166.  - Hardware
  23167.  - CardBus DDKn item "Dev.CD Jul 95"
  23168.         activate
  23169.     end tell
  23170. on error errMsg number errNum
  23171.     --enter statements to perform when no records are found such as...
  23172.     display dialog "Sorry, the item you selected could not be found."
  23173.     return
  23174. end try
  23175. All Packages
  23176. System 7.5 Update 1.0O
  23177. Dev.CD Jul 95P
  23178. Dev.CD Jul 9V
  23179. 66180X
  23180. Jul 95
  23181. b--set theItem to choose file -- uncomment to test in an AS editor
  23182.     tell application "Finder"
  23183.         open item "Dev.CD Jul 95"
  23184.         activate
  23185.     end tell
  23186. on error errMsg number errNum
  23187.     --enter statements to perform when no records are found such as...
  23188.     display dialog "Sorry, the item you selected could not be found."
  23189.     return
  23190. end try
  23191. All Packages
  23192. System 7.5 Update 1.0O
  23193. Dev.CD Jul 95P
  23194. Dev.CD Jul 9V
  23195. 66181X
  23196. Jul 95
  23197. accessed
  23198. accesses
  23199. accessible
  23200. accessing
  23201. accessorj
  23202. accessoriese
  23203. acclaimed
  23204. accommodates
  23205. accompanied
  23206. accompanies
  23207. accompany
  23208. accompanying
  23209. accomplish
  23210. accomplished
  23211. accomplishing
  23212. according
  23213. according
  23214. inside
  23215. macintosh
  23216. macin
  23217.  Windows 95, 98, or NT::
  23218.     - JRE/JDK from Sun Microsystems, Inc. recommended
  23219. QuickTime, Java, MRJOXDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:ImportExport:PfDev.CD Nov 00 TC Disk 2
  23220.  - Sample Code
  23221.  - QuickTime
  23222.  -  All Java
  23223.  - QuickTime for Java
  23224.  - ImportExportV
  23225. 66989X
  23226. Nov 00^    TC Disk 2
  23227. e    No Change
  23228. e    No Change
  23229. Mac OS 9.0
  23230. Mac OS 9 is the ultimate upgrade for anyone on the Internet or anyone who wants to be. With more than 50 powerful new features, Mac OS 9 offers a full suite of capabilities for new and advanced users. Technologies  include  Sherlock 2, AppleScript, QuickTime, ColorSync, DVD, Digital Video, USB, FireWire, Open GL, Game Sprockets and more.
  23231. Localized releases of Mac OS 9 may be found on the October, November, and December 1999 System Software Editions in the following languages: Chinese (Simraw GX
  23232.  - GX->PostScript SampleV
  23233. 63695X
  23234. Nov 00^    TC Disk 1
  23235. e    No Change
  23236. Next, the code creates the offscreen GWorld using NewGWorldFromHBITMAP.
  23237. A movie is "drawn" to this newly created offscreen by first setting the movie's GWorld
  23238. via the Quicktime SetMovieGWorld function and then calling the UpdateMovies and MoviesTask functions.
  23239. Finally, a background image and other messages are drawn to the memory device context,
  23240. and the memory device context contents are drawn to the sc
  23241. panel
  23242. panorama
  23243. panoramic
  23244. parser
  23245. parser
  23246. generator
  23247. parsing
  23248. parsing
  23249. pascal
  23250. passphrase
  23251. password
  23252. password
  23253. storage
  23254. patch
  23255. pattern
  23256. pbcatsearch
  23257. pbvolumemount
  23258. cted could not be found."
  23259.     return
  23260. end try
  23261. Deletedf
  23262. Mac OS Runtime Architectureq
  23263. Dev.CD Dec 99 RL
  23264. rD!All Packages
  23265. Tool Chest Edition
  23266. F!Mac OS Runtime for Java 1.0.1b1c2
  23267. Summary:  Mac OS Runtime for Java (MRJ) is Apple
  23268. s implementation of the Java runtime environment from Sun Microsystems, Inc. With MRJ, Mac OS applications can use Java applets and applications.
  23269. MRJ 1.0.1 implements version 1.0.2 of Sun
  23270. s Java. MRJ 1.0.1 includes Apple Applet Runner, a standalone application that runs Java applets, and Apple Applet Viewer, an OpenDoc viewer you use to put Java applets into OpenDoc documents. 
  23271. MRJ 1.0.1 works on computers with 68030 or 68040 microprocessole it down to any size or depth icon.J
  23272. IconUtil.c
  23273. IconUtil.h
  23274. InitMac.c
  23275. InitMac.h
  23276. MakeIcon(PPC)
  23277. MakeIcon.c
  23278. MakeIcon.mcp
  23279. MakeIcon.output
  23280. MakeIcon.rsrc
  23281. MiscCode.c
  23282. MiscCode.h
  23283. OldBitMap.c
  23284. OldBitMap.h
  23285. TN120_Gworld.cM
  23286. Color QuickDrawN>Icon, MakeIcon, icl8, icl4, ICN#, ICON, ics#, ics4, ics8, SICNO9Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:MakeIcon:V
  23287. 65475X
  23288. 1e    No Change
  23289. OBDev.CD Sep 96 RL:Technical Documentation:develop:develop Issue  2:PJDev.CD Sep 96 RL
  23290.  - Technical Documentation
  23291.  - develop
  23292.  - develop Issue  2editing and creation tool.  See the "About ResEdit 2.1.3" file within the "ResEdit 2.1.3" folder for a list of new features and bug fixes in this release.
  23293. Features: Supports editing of all major resource types. You can also write your own ResEdit editors and integrate them.
  23294. J|ResEdit - Read Me First
  23295. ResEdit - Read Me First.txt
  23296. ResEdit 2.1.3
  23297. ResEdit Extensions
  23298. ResEdit Reference
  23299. ResEdit Reference 2.1K
  23300. Vol IIIL
  23301. Nov 94MnResEdit works on any Macintosh system with at least one megabyte of memory. It requires System 6.0.2 or later.OEDev.CD Nov 00 TC Disk 1:Tool Chest:Developer Utilities:ResEdit 2.1.3:PMDev.CD Nov 00 TC Disk 1
  23302.  - Tool Chest
  23303.  - Developer Utilities
  23304.  - ResEdit 2.1.3V
  23305. 67604X
  23306. Nov 00^    TC Disk 1
  23307. e    No Change
  23308. owalldialog
  23309. walltowalldialog
  23310. vrmakeobject
  23311. vrmakeobject
  23312. vrmakeobject
  23313. vrmakeobject
  23314. vrmakeobject
  23315. vrmakeobject
  23316. vrmakeobject
  23317. vrmakepano
  23318. vrmakepano
  23319. vrmakepano
  23320. vrmakepano
  23321. vrmakepano
  23322. vrmakepano
  23323. vrmakepano
  23324. vrmakepano
  23325. vrmakepano
  23326. vrmakepano
  23327. vrmovies
  23328. vrmovies
  23329. vrmovies
  23330. vrmovies
  23331. vrmovies
  23332. vrmovies
  23333. vrmovies
  23334. vrmovies
  23335. vrmovies
  23336. vrmovies
  23337. vrmovies
  23338. vrscript
  23339. vrscript
  23340. vu-meter
  23341. vu-meter
  23342. vu-meter
  23343. vu-meter
  23344. vu-meter
  23345. vu-meter
  23346. vu3.0.1d3B
  23347. vu3.0.1d3
  23348. w/controller
  23349. walltowalldialog
  23350. walltowalldialog
  23351. walltowalldialog
  23352. All Packages
  23353. F    QuickTimeO
  23354. Dev.CD Jan 94P
  23355. Dev.CD Jan 9V
  23356. 69134X
  23357. Jan 94
  23358. b--set theItem to choose file -- uncomment to test in an AS editor
  23359.     tell application "Finder"
  23360.         open item "Dev.CD Jan 94"
  23361.         activate
  23362.     end tell
  23363. on error errMsg number errNum
  23364.     --enter statements to perform when no records are found such as...
  23365.     display dialog "Sorry, the item you selected could not be found."
  23366.     return
  23367. end try
  23368. All Packages
  23369. F    QuickTimeO
  23370. Dev.CD Jan 94
  23371. Dev.CD Oct 93P
  23372. Dev.CD Jan 94
  23373. Dev.CD Oct 9V
  23374. 69135X
  23375. Jan 94
  23376. p--set theItem to choose file -- uncomment to test in an AS editor
  23377.     tell application "Finder"
  23378.         open item "Dev.CD Jan 94
  23379. Dev.CD Oct 93"
  23380.         activate
  23381.     end tell
  23382. on error errMsg number errNum
  23383.     --enter statements to perform when no records are found such as...
  23384.     display dialog "Sorry, the item you selected could not be found."
  23385.     return
  23386. end try
  23387. All Packages
  23388. F    QuickTimeV
  23389. 69136X
  23390. compression
  23391. light
  23392. light-weight
  23393. lightening
  23394. lighter
  23395. lights
  23396. lindenberg
  23397. linear
  23398. lines
  23399. linguistically
  23400. linkl
  23401. linked
  23402. linker
  23403. linkers
  23404. linkingA
  23405. links`
  23406. linton
  23407. lipton
  23408. lisez-moi
  23409. lisp{
  23410. listf
  23411.  Cancel button, use the standard filter, and bring another dialog or alert up on top of that dialog, you need to add a little extra code in your own filter to handle that situation.
  23412. The code is included here, look in the filterIt function included in stdFilterHacking.c.
  23413. JSstdFilterHacking(PPC)
  23414. stdFilterHacking.c
  23415. stdFilterHacking.mcp
  23416. stdFilterHacking.rsrcOMDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:stdFilterHacking:PUDev.CD Nov 00 TC Disk 1
  23417.  - Sample Code
  23418.  - Human Interface Toolbox
  23419.  - stdFilterHackingU
  23420. specialized
  23421. specially
  23422. specific
  23423. specificallya
  23424. specification
  23425. specifications
  23426. specifics
  23427. ion creates a different size memory partition 
  23428. Dev.CD Nov 00 TC Disk 1
  23429. All Packages
  23430. GetPPPStatusI
  23431. Program sample to demonstrate the use of Apple Events to obtain the status information associated with OT/PPP or ARA 3.0
  23432. Distinguishes between OT/PPP and ARA.J
  23433. AEHelpers.c
  23434. AEHelpers.h
  23435. FinderRegistry.h
  23436. GetPPPStatus Readme
  23437. GetPPPStatus(PPC)
  23438. GetPPPStatus.c
  23439. GetPPPStatus.mcp
  23440. MoreFinderEvents.c
  23441. MoreFinderEvents.h
  23442. OpenTptPPP.h
  23443. RAScriptingAdditions.h
  23444. TrapUtils.c
  23445. TrapUtils.hK
  23446. Apr 98MKOpen Transport 1.1.1 and the SDK, Open Transport PPP or ARA 3.0 or greater.N.OT/PPP, Open Transport, PPP, ARA, GetPPPStatusO<Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:GetPPPStatus:PDDev.CD Nov 00 TC Disk 1
  23447.  - Sample Code
  23448.  - Networking
  23449.  - GetPPPStatusV
  23450. 68563X
  23451. Nov 00^    TC Disk 1
  23452. e    No Change
  23453. Sep 92L
  23454. Sep 93V
  23455. 65118X
  23456. 1e    No Change
  23457. ocketSample(PPC)
  23458. SprocketSample.cp
  23459. SprocketSample.mcp
  23460. SprocketSample.rsrc
  23461. ToolWindow.cp
  23462. ToolWindow.h
  23463. OHDev.CD Nov 00 TC Disk 2:Sample Code:Overview:Dave Falkenburg's Sprocket:V
  23464. 60362X
  23465. 1e    No Change
  23466. sheets
  23467. sheets
  23468. sheets
  23469. sheets
  23470. pbproj
  23471. shell
  23472. shellsort
  23473. shellsort
  23474. shift
  23475. ships
  23476. ships
  23477. movie
  23478. movie
  23479. showalldrivequeueele
  23480. showalldrivequeueele
  23481. showallmountedvolume
  23482. showallmountedvolume
  23483. showballoon
  23484. showballoon
  23485. showballoon
  23486. showballoon
  23487. showballoon
  23488. showdialogboxes
  23489. showdialogboxes
  23490. showhidefolder
  23491. showhidefolder
  23492. showicon7
  23493. showicon7
  23494. 68695X
  23495. Oct 99^
  23496. g--set theItem to choose file -- uncomment to test in an AS editor
  23497.     tell application "Finder"
  23498.         open item "Dev.CD Oct 99 SSW:"
  23499.         activate
  23500.     end tell
  23501. on error errMsg number errNum
  23502.     --enter statements to perform when no records are found such as...
  23503.     display dialog "Sorry, the item you selected could not be found."
  23504.     return
  23505. end try
  23506. Mac OS 9q
  23507. Dev.CD Oct 99 SSW
  23508. qD(All Packages
  23509. Reference Library Edition
  23510. Mac OS Runtime ArchitecturesI
  23511. This book describes the Mac OS runtime architecture based upon the Code Fragment Manager (CFM) as well as the original classic 68K runtime architecture.JQDisplay Device Driver Guide
  23512. Mac OS Runtime Architectures
  23513. Read Me - Other SSW DocsK
  23514. Oct 97M
  23515. Adobe AcrobatN
  23516. Mac OS Runtime ArchitectureO@Dev.CD Dec 99 RL:Technical Documentation:More SSW Documentation:PEDev.CD Dec 99 RL
  23517.  - Technical Documentation
  23518.  - More SSW DocumentationV
  23519. 68696X
  23520. Dec 99^
  23521. #isk 1:Sample Code:Human Interface Toolbox:DateThing:
  23522. p--set theItem to choose file -- uncomment to test in an AS editor
  23523.     tell application "Finder"
  23524.         open item "Dev.CD May 94
  23525. Dev.CD Feb 94"
  23526.         activate
  23527.     end tell
  23528. on error errMsg number errNum
  23529.     --enter statements to perform when no records are found such as...
  23530.     display dialog "Sorry, the item you selected could not be found."
  23531.     return
  23532. end try
  23533. a special menu that will set the desktop on OS 9 and display full screen snapshots on OS X.
  23534. JqAEventStuff.c
  23535. CarbonPrefix.h
  23536. CarbonRes.rsrc
  23537. ReadMe
  23538. SnapShot(PPC)
  23539. Snapshot.c
  23540. Snapshot.h
  23541. SnapShot.mcp
  23542. Snapshot.rsrcK
  23543. Nov 00M
  23544. Color QuickDraw, CarbonLibN+Snapshot, screen shot, pixmap, Carbon, PICTO?Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Super Snapshot:PGDev.CD Nov 00 TC Disk 1
  23545.  - Sample Code
  23546.  - Graphics 2D
  23547.  - Super Snapshoteaps
  23548. debugging
  23549. allows
  23550. apple
  23551. grayscale
  23552. appearance
  23553. system
  23554. specif
  23555. summary
  23556. apple
  23557. international
  23558. glossaries
  23559. contains
  23560. translat
  23561. before[
  23562. begin
  23563. beginfullscreen
  23564. beginning
  23565. behalf
  23566. behave
  23567. behaves
  23568. behavior
  23569. behaviors
  23570. behaviour
  23571. behind
  23572. bezier
  23573. binary
  23574. binding
  23575. binhex
  23576. bitmap
  23577. bitmapped
  23578. bitmapsr
  23579. black
  23580. black-and-white
  23581. blackketter
  23582. blank
  23583. block
  23584. blockreader
  23585. blocks
  23586. blueprint{
  23587. board
  23588. boards
  23589. bodyz
  23590. bones
  23591. book`
  23592. books`
  23593. boost
  23594. booting
  23595. e    No Changef
  23596. Music movie
  23597. converterq
  23598. Dev.CD Nov 00 TC Disk 1
  23599. All Packages
  23600. MiniLauncher 1.3b5
  23601. @Summary: MiniLauncher can be used to launch applications by typing the name of the application into an edit text field (used mainly with Virtual User under 6.0.x).
  23602. Features: MiniLauncher can be set to launch an application directly, launch the application via a document, or launch the application and print a document.
  23603. Virtual User tools.imgK
  23604. Vol VIIL
  23605. Nov/Dec 92OJDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User tools:PRDev.CD Nov 00 TC Disk 1
  23606.  - Tool Chest
  23607.  - Testing & Debugging
  23608.  - Virtual User toolsV
  23609. 68749X
  23610. Nov 00^    TC Disk 1
  23611. e    No Change
  23612. nable indexing and summarization for files that were previously skipped.  With System 8.5, Adobe
  23613.  Portable Document Format (PDF) files were not indexed because the text within these document is encoded.  For System 8.6, Find by Content uses the 
  23614. PDF Text Extractor
  23615.  to index and summarize PDF files.  
  23616. dtscpluslibrary
  23617. mini-framework
  23618. small
  23619. simple
  23620. dudes
  23621. dummy
  23622. dumped
  23623. dumpnetworksetup
  23624. dumpnetworksetup
  23625. dumps
  23626. entire
  23627. contents
  23628. network
  23629. dumps
  23630. dumpsrec
  23631. dumpster
  23632. duplicate
  23633. during_
  23634. dutch
  23635. dvd-rom
  23636. dykstra-erickson
  23637. dylan
  23638. olboxKeychain:"
  23639.         activate
  23640.     end tell
  23641. on error errMsg number errNum
  23642.     --enter statements to perform when no records are found such as...
  23643.     display dialog "Sorry, the item you selected could not be found."
  23644.     return
  23645. end try
  23646. New Packagef3Apple events
  23647. AppleEvents
  23648. PPC Toolbox
  23649. AutoGuest INITo&http://developer.apple.com/samplecode/q
  23650. Dev.CD Nov 00 TC Disk 1
  23651. All Packages
  23652. Prefs
  23653. ATags
  23654. ATags Manual
  23655. ATags Manual.txt
  23656. CTags
  23657. Ctags Manual
  23658. Ctags Manual.txt
  23659. Findtag
  23660. Findtag Manual
  23661. Findtag Manual.txt
  23662. PopTag
  23663. PopTag Manual
  23664. PopTag Manual.txt
  23665. PTags
  23666. Ptags Manual
  23667. Ptags Manual.txt
  23668. READ ME
  23669. READ ME.txt
  23670. Sample Startup
  23671. Tags.Help
  23672. farther
  23673. fashion
  23674. fast{
  23675. faster{
  23676. fastest
  23677. fatbits
  23678. fault
  23679. favorite
  23680. sampleso
  23681. samplesndplay
  23682. saven
  23683. savemenu
  23684. saver
  23685. saves
  23686. saving{
  23687. savings
  23688. savory
  23689. savvy
  23690. sawitzki
  23691. says{
  23692. sbarcdef
  23693. scale
  23694. scaled
  23695. scannedx
  23696. scannerx
  23697. scanning
  23698. scansx
  23699. scheduleS
  23700. schedulesS
  23701. scheme
  23702. schemes
  23703. schneider
  23704. school
  23705. science
  23706. scoop
  23707. score
  23708. scoring
  23709. scott
  23710. scrambling
  23711. scrap
  23712. screenB
  23713. screen's
  23714. screens
  23715. scripty
  23716. scriptability
  23717. Summary:  SCSI Monitor and IOTracer are performance tools designed to record and report information on file system and SCSI performance in a Macintosh environment.  This release includes bug fixes for System Software 7.5.3 and PCI-based Macintosh systems.
  23718.      SCSI Monitor reports aggregate information on disk I/O. It reports the number of disk reads and write operations performed, the number of sectors involved and the time taken to complete the operations.
  23719.  IOTracer collects trace da
  23720. ta on file system and driver reads and writes and other I/O related calls. An analysis tool is provided which inputs an IOTracer trace and outputs a summary of the I/O performance. IOTracer can also collect data on resource calls, which can give insight into the effect of application/system resource requests and disk I/O performance. 
  23721.      The information provided by these tools can provide an understanding of an application's disk I/O behavior and interaction with the system. It is also 
  23722. f--set theItem to choose file -- uncomment to test in an AS editor
  23723.     tell application "Finder"
  23724.         open item "Dev.CD Jun 97 SSW"
  23725.         activate
  23726.     end tell
  23727. on error errMsg number errNum
  23728.     --enter statements to perform when no records are found such as...
  23729.     display dialog "Sorry, the item you selected could not be found."
  23730.     return
  23731. end try
  23732. drawsprocket
  23733. inputsprocket
  23734. netsprocket
  23735. sound
  23736. srccopy
  23737. srccopy
  23738. penmode
  23739. invert
  23740. carbon
  23741. srcxor
  23742. stack
  23743. stacks
  23744. standard
  23745. standard
  23746. customgetfile
  23747. choosing
  23748. aliases
  23749. standard
  23750. default
  23751. folder
  23752. standard
  23753. replace
  23754. standard
  23755. standardfile
  23756. choose
  23757. folder
  23758. standardfile
  23759. standards
  23760. starmax
  23761. state
  23762. statements
  23763. status
  23764. --set theItem to choose file -- uncomment to test in an AS editor
  23765.     tell application "Finder"
  23766.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTimeIntro:Graphic Import/Export:"
  23767.         activate
  23768.     end tell
  23769. on error errMsg number errNum
  23770.     --enter statements to perform when no records are found such as...
  23771.     display dialog "Sorry, the item you selected could not be found."
  23772.     return
  23773. end try
  23774. end try
  23775. Movedf&OpenTransport
  23776. Control Strip Moduleq
  23777. Dev.CD Nov 00 TC Disk 1
  23778. All Packages
  23779. OT/PPP Control Strip SampleIPThis sample demonstrates how to call the OT/PPP API from a Control Strip module.JaOpenTptPPP.h
  23780. OT/PPP Client Dev Note 1.0.pdf
  23781. PPP Control.cp
  23782. PPP Control.rsrc
  23783. PPP Control.
  23784. PPP CSMM#OT/PPP 1.0 or higher, Control StripN;OT/PPP API, Control Strip, CSM, OT/PPP Control Strip SampleOKDev.CD Nov 00 TC Disk 1:Sample Code:Networking:OT/PPP Control Strip Sample:V
  23785. 67215X
  23786. 1e    No Change
  23787.     Bqplified and Traditional),Dutch, English, Finnish, French, German, Italian, Japanese, Korean, Norwegian, Swedish.
  23788. A5Requires: Disk Copy 6.3.3, 300MB free hard disk space
  23789. Mac OS 9
  23790. Dev.CD Oct 99 SSW:P
  23791. Dev.CD Oct 99 SSWay dialog "Sorry, the item you selected could not be found."
  23792.     return
  23793. end try
  23794. All Packages
  23795. Japanese Language KitOEDev.CD May 94
  23796. Dev.CD Feb 94
  23797. Dev.CD Oct 93
  23798. Dev.CD Jun 93
  23799. Dev.CD May 93PDDev.CD May 94
  23800. Dev.CD Feb 94
  23801. Dev.CD Oct 93
  23802. Dev.CD Jun 93
  23803. Dev.CD May 9V
  23804. 67017X
  23805. May 94
  23806.  Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.
  23807. 65474X
  23808. 1e    No Change
  23809. Sample Code
  23810.  - Interapplication Comm
  23811.  - ODOCV
  23812. 62331X
  23813. Nov 00^    TC Disk 1
  23814. e    No Change
  23815. Disk Copy is a utility application that will mount disk images on your desktop, make exact copies of floppy disks from a disk image, convert disk images from one format to another, create a disk image from a mounted volume or individual folder, segment a disk image into separate files, create self-mounting disk images, and create a new blank disk image. Using DiskScripts, AppleScript, and self mounting images, it can be used to automate software installations and disk image manipulation.
  23816. This Quick Reference will explain the basic functions of Disk Copy. More detail is provided in the Disk Copy Manual and Balloon Help.
  23817. Changes from Disk Copy 6.3.2
  23818.  Added support for accessing disk images with the Macintosh Compatibility Application of Mac OS X Server.
  23819. Changes from Disk Copy 6.3.1
  23820.  An issue that prevented accessing AppleShare file servers via Navigation Services dialogs has been corrected.
  23821.  Added support for making floppies from certain USB floppy drives.
  23822.  Various i
  23823. --set theItem to choose file -- uncomment to test in an AS editor
  23824.     tell application "Finder"
  23825.         open item "Dev.CD Apr 94
  23826. Dev.CD Jan 94
  23827. Dev.CD Oct 93
  23828. Dev.CD Jul 93
  23829. Dev.CD Apr 93"
  23830.         activate
  23831.     end tell
  23832. on error errMsg number errNum
  23833.     --enter statements to perform when no records are found such as...
  23834.     display dialog "Sorry, the item you selected could not be found."
  23835.     return
  23836. end try
  23837. harness
  23838. harper
  23839. harry
  23840. Mar 92M-System 7, a DAL Server under VMS, MacOS, A/UXOsDev.CD Nov 00 TC Disk 1:Tool Chest:Interapplication Communication:Data Access Manager:Data Access Manager US Demo :P~Dev.CD Nov 00 TC Disk 1
  23841.  - Tool Chest
  23842.  - Interapplication Communication
  23843.  - Data Access Manager
  23844.  - Data Access Manager US Demo selected could not be found."
  23845.     return
  23846. end try
  23847. e    No Changeq
  23848. Dev.CD Nov 00 TC Disk 1
  23849. All Packages
  23850. SignalsV
  23851. 62802X
  23852. JVDemoText.MAMake
  23853. DemoText.r
  23854. DemoTextDump.h
  23855. MDemoText.cp
  23856. README
  23857. UDemoText.cp
  23858. UDemoText.hM
  23859. MacAppN,MacApp, Text Dump, Dump, Two Level Text DumpOSDev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:MacApp:Two Level Text Dump:P^Dev.CD Nov 00 TC Disk 2
  23860.  - Sample Code
  23861.  - Platforms and Tools
  23862.  - MacApp
  23863.  - Two Level Text DumpV
  23864. 69748X
  23865. Nov 00^    TC Disk 2
  23866. --set theItem to choose file -- uncomment to test in an AS editor
  23867.     tell application "Finder"
  23868.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:MacApp:Two Level Text Dump:"
  23869.         activate
  23870.     end tell
  23871. on error errMsg number errNum
  23872.     --enter statements to perform when no records are found such as...
  23873.     display dialog "Sorry, the item you selected could not be found."
  23874.     return
  23875. end try
  23876. e    No Changef)MacApp
  23877. Text Dump
  23878. Two Level Text Dumpq
  23879. Dev.CD Nov 00 TC Disk 2
  23880. All Packages
  23881. TwoColumn LDEF
  23882. 69749X
  23883. beasts
  23884. beautiful
  23885. became
  23886. setdeskcpato Change
  23887. makeN
  23888. makeeffectmovie
  23889. makeeffectmovie
  23890. makeeffectmovie
  23891. makeeffectmovie
  23892. makeeffectmovie
  23893. makeeffectmovie
  23894. makeeffectmovie
  23895. makeeffectmovie
  23896. makeeffectmovie
  23897. makeeffectmovie
  23898. makeeffectmovie
  23899. makeeffectshow
  23900. makeeffectshow
  23901. makeeffectshow
  23902. makeeffectshow
  23903. makeeffectslideshow
  23904. makeeffectslideshow
  23905. makeeffectslideshow
  23906. makeeffectslideshow
  23907. makeeffectslideshow
  23908. makeeffectslideshow
  23909. makeeffectslideshow
  23910. hange
  23911. Summary:  Three samples involving Standard File dialogs.
  23912. NOTE: StandardGetFolder replaces CustomGetFile
  23913.  StandardGetFolder: This demonstrates a CustomGetFile call, with additions to the dialog to allow selection of a folder or volume.  This sample is loosely based on the previous CustomGetFolder sample.  This fixes numerous bugs and is substantially better for localization, as it uses Script Manager calls to handle the strings.
  23914. CustomPutAppend:  This demonstrates a CustomPutDialog wit
  23915. h an Append button that does not ask the user if he/she wants to replace the existing file. the sample code in InsideMac:Files, and the Human Interface Guidelines. It also has Balloon Help strings for the Append button.
  23916. CustomPutSuffix:  This demonstrates a CustomPutDialog with an Save button that checks to see if several files (with the name filename+suffix) already exist. a dialog hook procedure is responsible for presenting separate "Replace?" dialogs.  When the Save button is hit and
  23917. convert
  23918. convert
  23919. projects
  23920. converter
  23921. converttext
  23922. converttext
  23923. converttextmovie
  23924. converttextmovie
  23925. converttextmovie
  23926. converttomovie
  23927. converttomovie
  23928. converttomovie
  23929. converttomovie
  23930. coolrequest
  23931. install
  23932. eedpalette
  23933. copybitsspeedpalette
  23934. copybitsspeedpalette
  23935. copybitsspeedpalette
  23936. copydeepmask
  23937. copydeepmask
  23938. copydeepmask
  23939. copydeepmask
  23940. copydeepmask
  23941. copying
  23942. copymask
  23943. copymask
  23944. copymask
  23945. copymask
  23946. coresampleb
  23947. coresample
  23948. coresample
  23949. coresample
  23950. coresample
  23951. coresample
  23952. coresample
  23953. coresample
  23954. terminology
  23955. coursesS
  23956. cpugestalt
  23957. cpugestalt
  23958. cpugestalt
  23959. cpugestalt
  23960. high-visibility
  23961. higher
  23962. higher-quality
  23963. highest
  23964. highlighting
  23965. highlights{
  23966. highlited
  23967. highly
  23968. highly-successful
  23969. hilighted
  23970. hilighting
  23971. hilite
  23972. hindi
  23973. ystem 8 or later
  23974.     - Macintosh Runtime for Java (MRJ) 2.1
  23975. - Windows 95, 98, or NT::
  23976.     - JRE/JDK from Sun Microsystems, Inc. recommended
  23977. QuickTime, Java, MRJONDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:Java Drawing:PYDev.CD Nov 00 TC Disk 2
  23978.  - Sample Code
  23979.  - QuickTime
  23980.  - QuickTime for Java
  23981.  - Java DrawingV
  23982. 67019X
  23983. Nov 00^    TC Disk 2
  23984. e    No Change
  23985. re found such as...
  23986.     display dialog "Sorry, the item you selected could not be found."
  23987.     return
  23988. end try
  23989. e    No Changef)Mail Suite
  23990. Apple Events
  23991. AppleScript
  23992. emailq
  23993. Dev.CD Sep 00 RL Disk 1
  23994. VRBackBuffer can open a QuickTime VR panorama movie and, using the BackBuffer menu, execute back buffer routines that assume the back buffer is vertical or horizontal.
  23995. The sample draws a picture resource into the back buffer at the current pan location. Note that two PICT resources are used in these examples: one that is pre-rotated 90 degrees counterclockwise and one that is not. The pre-rotated pict has a yellow dot in the center to distinguish it from the non-rotated pict.
  23996. Application Files
  23997. Building QT Samples
  23998. Common Files
  23999. README
  24000. VRBackBuffer 68k
  24001. VRBackBuffer 68k.mcp
  24002. VRBackBuffer PPC
  24003. VRBackBuffer PPC.mcp
  24004. VRBackBuffer Win.mcp
  24005. VRBackBuffer.c
  24006. VRBackBuffer.exe
  24007. VRBackBuffer.h
  24008. vrbackbuffer.makM
  24009. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.OHDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime VR:VRBackBuffer:
  24010. resources
  24011. e    No Changef:sound
  24012. double buffer
  24013. GiMeDaPalette
  24014. GiMeDaPalette with Soundq
  24015. Dev.CD Nov 00 TC Disk 2
  24016. All Packages
  24017. GlyphaIVI
  24018. This sample is a basic game implementation in the sprite of Joust.  It is meant as demonstation of the basics of Sprocket usage.
  24019. G4Enemy.c
  24020. G4Externs.h
  24021. G4Graphics.c
  24022. G4Interface.c
  24023. G4Lava.c
  24024. G4Main.c
  24025. G4Play.c
  24026. G4Prefs.c
  24027. G4Resources.rsrc
  24028. G4SetUpTakeDown.c
  24029. G4Sound.c
  24030. G4Utilities.c
  24031. Glypha IV
  24032. GlyphaIV.CW2.
  24033. GlyphaIV.CW5.
  24034. Feb 00MbPowerPC, System 8.1+, GameSprockets, and either Universal Interfaces 3.3 or The GameSprockets SDK
  24035. O3Dev.CD Nov 00 TC Disk 1:Sample Code:Games:GlyphaIV:P;Dev.CD Nov 00 TC Disk 1
  24036.  - Sample Code
  24037.  - Games
  24038.  - GlyphaIVV
  24039. 68566X
  24040. Nov 00^    TC Disk 1
  24041. e    No Change
  24042. mpPortRegistryV
  24043. 67219X
  24044. Nov 00^    TC Disk 1
  24045. e    No Change
  24046. l slow to a crawl.
  24047. DMM may report errors when using Chooser.
  24048. System Heap doesn't have as robust error checking as other heaps
  24049. Memory Management.imgK
  24050. Apr 95L
  24051. Jan 96M
  24052. Any Power Macintosh.
  24053. PGDev.CD Nov 00 TC Disk 1
  24054.  - Tool Chest
  24055.  - Devices
  24056.  - SCSI
  24057.  - Sedit 1.0b3V
  24058. 69272X
  24059. Nov 00^    TC Disk 1
  24060. --set theItem to choose file -- uncomment to test in an AS editor
  24061.     tell application "Finder"
  24062.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Devices:SCSI:Sedit 1.0b3:"
  24063.         activate
  24064.     end tell
  24065. on error errMsg number errNum
  24066.     --enter statements to perform when no records are found such as...
  24067.     display dialog "Sorry, the item you selected could not be found."
  24068.     return
  24069. end try
  24070. e    No Changeq
  24071. Dev.CD Nov 00 TC Disk 1
  24072. All Packages
  24073. New & RevisedF    SeedCFill
  24074. <This sample has been updated for the Carbon API.  This sample shows how to use the SeedCFill routine to create a mask given a source image. 
  24075. This routine computes a destination bitmap image with 1's only in the pixels where paint can not leak from the starting seed point. This is similar to the paint- bucket tool.
  24076. Updated
  24077. manualj
  24078. mappings
  24079. gly, which can greatly improve printing speed. Here
  24080. s what you need to know to take advantage of this ability.
  24081. The New Device Drivers: Memory Matters by Martin Minow. Using PrepareMemoryForIO to set up memory for data transfers to or from other devices is a complex 
  24082.  but very important 
  24083.  process. This walkthrough points out traps and pitfalls along the way.
  24084. JBdevelop Issue 24
  24085. develop Issue 24 code
  24086. develop Issue 24 referencesK
  24087. Dec 95L
  24088. Dec 95OIDev.CD Sep 00 RL Disk 1:Technical Documentation:Develop:develop Issue 24:PQDev.CD Sep 00 RL Disk 1
  24089.  - Technical Documentation
  24090.  - Develop
  24091.  - develop Issue 24rojector databases or as individual files. 
  24092. Issues:  These are beta-level tools and are unsupported. 
  24093. Jun 96M
  24094. These tools run on a Macintosh and require several megabytes of free memory -- the larger the files to be created, the more memory is required.   The code requires a Macintosh and an appropriate development environment.O#Dev.CD Oct 98 SDK:Development Kits:
  24095. All Packages
  24096. F    PowerTalkO
  24097. Dev.CD Apr 95
  24098. Dev.CD Jan 95P
  24099. Dev.CD Apr 95
  24100. Dev.CD Jan 9V
  24101. 68916X
  24102. Apr 95
  24103. p--set theItem to choose file -- uncomment to test in an AS editor
  24104.     tell application "Finder"
  24105.         open item "Dev.CD Apr 95
  24106. Dev.CD Jan 95"
  24107.         activate
  24108.     end tell
  24109. on error errMsg number errNum
  24110.     --enter statements to perform when no records are found such as...
  24111.     display dialog "Sorry, the item you selected could not be found."
  24112.     return
  24113. end try
  24114. All Packages
  24115. F    PowerTalkO
  24116. Dev.CD Apr 95
  24117. Dev.CD Jan 95P
  24118. Dev.CD Apr 95
  24119. Dev.CD Jan 9V
  24120. 68917X
  24121. Apr 95
  24122. p--set theItem to choose file -- uncomment to test in an AS editor
  24123.     tell application "Finder"
  24124.         open item "Dev.CD Apr 95
  24125. Dev.CD Jan 95"
  24126.         activate
  24127.     end tell
  24128. on error errMsg number errNum
  24129.     --enter statements to perform when no records are found such as...
  24130.     display dialog "Sorry, the item you selected could not be found."
  24131.     return
  24132. end try
  24133. All Packages
  24134. summary
  24135. contains
  24136. documentation
  24137. header
  24138. files
  24139. utiliti
  24140. summary
  24141. contains
  24142. documentation
  24143. header
  24144. files
  24145. tools
  24146. summary
  24147. contains
  24148. latest
  24149. appletalk
  24150. stack
  24151. version
  24152. macsn
  24153. summary
  24154. controlstrip
  24155. sample
  24156. program
  24157. shows
  24158. summary
  24159. convert
  24160. projects
  24161. utility
  24162. which
  24163. summary
  24164. generator
  24165. application
  24166. generate
  24167. summary
  24168. linear
  24169. feedback
  24170. shift
  24171. register
  24172. entered
  24173. summary
  24174. daystar
  24175. digital
  24176. apple
  24177. computer
  24178. designed
  24179. sample
  24180. designed
  24181. create
  24182. requir
  24183. sample
  24184. program
  24185. demonstrates
  24186. determine
  24187. sample
  24188. provides
  24189. interractive
  24190. demonstration
  24191. movie
  24192. makeeffectmovie
  24193. makeeffectmovie
  24194. makeeffectmovie
  24195. tslideshow
  24196. makeeffectslideshow
  24197. makeeffectslideshow
  24198. makeeffectslideshow
  24199. makeeffectslideshow
  24200. makeeffectslideshow
  24201. makeeffectslideshow
  24202. 68386X
  24203. Nov 00^    TC Disk 1
  24204. --set theItem to choose file -- uncomment to test in an AS editor
  24205.     tell application "Finder"
  24206.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Compressed PICT Info:"
  24207.         activate
  24208.     end tell
  24209. on error errMsg number errNum
  24210.     --enter statements to perform when no records are found such as...
  24211.     display dialog "Sorry, the item you selected could not be found."
  24212.     return
  24213. end try
  24214. e    No Changef4Compression
  24215. StdPic
  24216. StdBits
  24217. Compressed
  24218. PICT Infoq
  24219. Dev.CD Nov 00 TC Disk 1
  24220. All Packages
  24221. CompressMovies
  24222. 68387X
  24223.  dialog "Sorry, the item you selected could not be found."
  24224.     return
  24225. end try
  24226. e    No Changef
  24227. Network Managementq
  24228. Dev.CD Nov 00 TC Disk 1
  24229. All Packages
  24230. SoftVdig
  24231. 67712X
  24232. e    No Changef@Open Transport
  24233. OTOptionManagment
  24234. option management
  24235. GetSetOptionsq
  24236. Dev.CD Nov 00 TC Disk 1
  24237. All Packages
  24238. GiMeDaPalette with Sound
  24239. FThis is the original version of GiMeDaPalette with the change to it to make it possible to play a sound at the same time as the colors are being animated.  The method which is being used to play the sound is to use Double Buffering.  Whenever you select some form of Animation from the menu, there will be sound to go with it.
  24240. JYGiMeDaPalette&Sound(PPC)
  24241. GiMeDaPalette&Sound.c
  24242. GiMeDaPalette&Sound.mcp
  24243. GiMeDaPalette.rsrcM
  24244. Sound Manager 3.0 or laterN=sound, double buffer, GiMeDaPalette, GiMeDaPalette with SoundOCDev.CD Nov 00 TC Disk 2:Sample Code:Sound:GiMeDaPalette with Sound:PKDev.CD Nov 00 TC Disk 2
  24245.  - Sample Code
  24246.  - Sound
  24247.  - GiMeDaPalette with SoundV
  24248. 68565X
  24249. Nov 00^    TC Disk 2
  24250. e    No Change
  24251.  00^    TC Disk 1
  24252. e    No Change
  24253. stribution Guides:PHDev.CD May 98 TC
  24254.  - Programs & Marketing
  24255.  - Market & Distribution Guides
  24256. dialogbits
  24257. dialogsv
  24258. dialup
  24259. dictates
  24260. dictation
  24261. dictionaries
  24262. dictionary
  24263. didn't
  24264. dierks
  24265. differ
  24266. differences
  24267. differenta
  24268. differentiating
  24269. differently
  24270. differing
  24271. differs
  24272. difficult
  24273. v 00 TC Disk 1
  24274.  - Tool Chest
  24275.  - QuickDraw GX
  24276.  - GXOverrideToolV
  24277. 63698X
  24278. Nov 00^    TC Disk 1
  24279. e    No Change
  24280.  selected could not be found."
  24281.     return
  24282. end try
  24283. e    No Changeq
  24284. Dev.CD Nov 00 TC Disk 1
  24285.       - Profile path balloons
  24286.       - Profile descriptions in double byte languages
  24287.       - Profile First Aid
  24288. ColorSync Features
  24289.       - AppleScript support
  24290.       - JPEG and GIF support
  24291.       - Profile Cache File
  24292.       - Profiles Folder Location and Subfolders
  24293.       - Photoshop Plug-ins
  24294.       - Multiprocessing support
  24295.       - support for 16 bits per channel images
  24296.       - What gets installed with ColorSync
  24297. JNColorSync 3.0 Installer
  24298. Documentation
  24299. Goodies
  24300. Interfaces
  24301. Libraries
  24302. Sample CodeK
  24303. Mar 93L
  24304. Dec 99M]ColorSync 3.0 is designed to work on PowerPC (or newer) machines running System 8.5 or later.N@ColorSync, calibrator, scripting, 3.0, profile, gamma, tag colorOADev.CD Oct 00 SDK1:Development Kits:Mac OS:ColorSync 3.0 Mac SDK:PIDev.CD Oct 00 SDK1
  24305.  - Development Kits
  24306.  - Mac OS
  24307.  - ColorSync 3.0 Mac SDKmber
  24308. sample
  24309. rates
  24310. available
  24311. snippet
  24312. shows
  24313. access
  24314. desktop
  24315. pattern
  24316. snippet
  24317. shows
  24318. example
  24319. resource
  24320. PDDev.CD Nov 00 TC Disk 1
  24321.  - Sample Code
  24322.  - Help Systems
  24323.  - MyHelpMenuV
  24324. 68795X
  24325. Nov 00^    TC Disk 1
  24326. --set theItem to choose file -- uncomment to test in an AS editor
  24327.     tell application "Finder"
  24328.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Help Systems:MyHelpMenu:"
  24329.         activate
  24330.     end tell
  24331. on error errMsg number errNum
  24332.     --enter statements to perform when no records are found such as...
  24333.     display dialog "Sorry, the item you selected could not be found."
  24334.     return
  24335. end try
  24336. e    No Changef help
  24337. hierarchical
  24338. sub-menusq
  24339. Dev.CD Nov 00 TC Disk 1
  24340. All Packages
  24341. MyRegisterComponentI,A component that registers other components.Jr! README - Important
  24342. MyComponent.c
  24343. MyComponent.h
  24344. MyComponent.rsrc
  24345. MyRegisterComponent(PPC)
  24346. MyRegisterComponent.mcpM6Component Manager (System 7.1 or higher, or QuickTime)N
  24347. Component ManagerOIDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Codecs:MyRegisterComponent:V
  24348. 68796X
  24349. 1e    No Change
  24350. er suited to the task. This article 
  24351. windo
  24352. tains
  24353. worldwide
  24354. updates
  24355. hypercard
  24356. update
  24357. features
  24358. including
  24359. installs
  24360. complete
  24361. macapp
  24362. release
  24363. product
  24364. installs
  24365. complete
  24366. macapp
  24367. release
  24368. product
  24369. query
  24370. quick
  24371. quick
  24372. start
  24373. quicksort
  24374. quicksort
  24375. programs{
  24376. progress
  24377. progress
  24378. authentication
  24379. progressbars
  24380. progressbars
  24381. source
  24382. sample
  24383. illustrating
  24384. progresswindoid
  24385. prohibited
  24386. projectw
  24387. projectbuilder
  24388. projlistmenu
  24389. prominent
  24390. prominently
  24391. promised
  24392. promises
  24393. promotion
  24394. promotional
  24395. promotions
  24396. prompt
  24397. prompts^
  24398. proofreaders
  24399. propagates
  24400. proper
  24401. properly
  24402. properties
  24403. property
  24404. propertylist
  24405. proportional
  24406. propositin{
  24407. proprietary
  24408. prospective
  24409. protect
  24410. protected
  24411. proto
  24412. protocol
  24413. apocrypha
  24414. apoplexy
  24415. tantK
  24416. Vol IIIL
  24417. Sep 97M&Mac 512K or later, System 6.0 or laterO.Dev.CD Dec 99 RL:Utilities:Disinfectant 3.7.1:P3Dev.CD Dec 99 RL
  24418.  - Utilities
  24419.  - Disinfectant 3.7.1V
  24420. 66864X
  24421. Dec 99^
  24422. --set theItem to choose file -- uncomment to test in an AS editor
  24423.     tell application "Finder"
  24424.         open item "Dev.CD Dec 99 RL:Utilities:Disinfectant 3.7.1:"
  24425.         activate
  24426.     end tell
  24427. on error errMsg number errNum
  24428.     --enter statements to perform when no records are found such as...
  24429.     display dialog "Sorry, the item you selected could not be found."
  24430.     return
  24431. end try
  24432. Deletedq
  24433. Dev.CD Dec 99 RL
  24434. All Packages
  24435. F    Disk Copy
  24436. 66865X
  24437. format
  24438. identification
  24439. image
  24440. image
  24441. compression
  24442. image
  24443. decompressor
  24444. imagewriter
  24445. imaging
  24446. import
  24447. importer
  24448. The OTCheckNetForNBPName sample demonstrates the use of the Open Transport to search an AppleTalk network for an NBP entity using multiple simultaneous searches to reduce the lookup time.
  24449. This sample demonstrates how to
  24450. 1. find the number of AppleTalk zones present by dynamically increasing the buffer size until a kOTBufferOverflowErr is no longer returned.
  24451. 2. Use multiple lookup request and reply structures in order to reduce the amount of time required to search the network.
  24452. 3. Use asynB
  24453. chronous lookup requests so that other actions can be taken while performing the lookup.
  24454. 4. Turn on self send globally
  24455. 5. Register/deregister an entity with OT.
  24456. EnableSelfSendSample.c
  24457. OTCheckNetForName Readme
  24458. OTCheckNetForName.ppc
  24459. OTCheckNetForNBPName.c
  24460. OTCheckNetForNBPName.h
  24461. OTCheckNetForNBPName.projODDev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTCheckNetForNBPName:PLDev.CD Nov 00 TC Disk 1
  24462.  - Sample Code
  24463.  - Networking
  24464.  - OTCheckNetForNBPNameansport where possible.
  24465. Aug 93L
  24466. change
  24467. All Packages
  24468. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  24469. Dev.CD Jan 94
  24470. Dev.CD Oct 93
  24471. Dev.CD Jul 93
  24472. Dev.CD Apr 93PDDev.CD Apr 94
  24473. Dev.CD Jan 94
  24474. Dev.CD Oct 93
  24475. Dev.CD Jul 93
  24476. Dev.CD Apr 9V
  24477. 69642X
  24478. Apr 94
  24479. --set theItem to choose file -- uncomment to test in an AS editor
  24480.     tell application "Finder"
  24481.         open item "Dev.CD Apr 94
  24482. Dev.CD Jan 94
  24483. Dev.CD Oct 93
  24484. Dev.CD Jul 93
  24485. Dev.CD Apr 93"
  24486.         activate
  24487.     end tell
  24488. on error errMsg number errNum
  24489.     --enter statements to perform when no records are found such as...
  24490.     display dialog "Sorry, the item you selected could not be found."
  24491.     return
  24492. end try
  24493. All Packages
  24494. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  24495. Dev.CD Jan 94
  24496. Dev.CD Oct 93
  24497. Dev.CD Jul 93
  24498. Dev.CD Apr 93PDDev.CD Apr 94
  24499. Dev.CD Jan 94
  24500. Dev.CD Oct 93
  24501. Dev.CD Jul 93
  24502. Dev.CD Apr 9V
  24503. 69643X
  24504. Apr 94
  24505. icon_
  24506. icon's
  24507. Mac Logo
  24508. To support the sales of Mac products, Apple, in conjunction with our worldwide channel partners, is launching an aggressive campaign to ensure customers can easily locate Mac products on retail shelves through the prominent display of the NEW Mac platform logo. We know you
  24509. ll want to capitalize on this renewed interest in the Mac platform and make your products stand out to the millions of customers who want to buy Mac products. Getting involved is simple:
  24510.   1. Obtain the NEW Mac platform es Java file I/O to parse the fairly complex MPEG and ID3 data formats and do some macro substitutB
  24511. ion on HTML. 
  24512. JyDefaults
  24513. Documenation.html
  24514. Documentation
  24515. PlaylistTemplate.html
  24516. RadioStation
  24517. RadioStation.jar
  24518. Release
  24519. Source
  24520. StationsK
  24521. Nov 00MRMRJ 2.1 or later, Mac OS 8.1 or later, PowerPC-based Macintosh with 64 megs of Ram00 TC Disk 1:Sample Code:Java:JavaRadioStation:V
  24522. 67020X
  24523. New Packageo&http://developer.apple.com/samplecode/
  24524. e    No Change
  24525. somewhere
  24526. somobjects
  24527. sophisticated
  24528. sorry
  24529. sorted
  24530. sorting
  24531. sorts
  24532. soul{
  24533. soundQ
  24534. sound
  24535. hardware
  24536. output
  24537. component
  24538. samplek
  24539. sound-only
  24540. sound-producingl
  24541. sound-related
  24542. soundapp
  24543. soundapp
  24544. sample
  24545. application
  24546. source
  24547. demonstra
  24548. soundcallbackfcn
  24549. soundconvert
  24550. soundconvert
  24551. demonstrates
  24552. features
  24553. sound
  24554. soundconverter
  24555. soundconverter
  24556. simple
  24557. application
  24558. shows
  24559. soundconvertersetinf
  24560. source-code
  24561. sourcemenu
  24562. Application Files
  24563. Building QT Samples
  24564. Common Files
  24565. README
  24566. VRMovies 68k
  24567. VRMovies 68k.mcp
  24568. VRMovies PPC
  24569. VRMovies PPC.mcp
  24570. VRMovies Win.mcp
  24571. VRMovies.c
  24572. VRMovies.exe
  24573. VRMovies.exe.iSYM
  24574. VRMovies.h
  24575. VRMovies.makM
  24576. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.N*QuickTime, VR, Panoramic, Playing, Movies
  24577. ODDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime VR:VRMovies:PODev.CD Nov 00 TC Disk 2
  24578.  - Sample Code
  24579.  - QuickTime
  24580.  - QuickTime VR
  24581.  - VRMoviesV
  24582. 69783X
  24583. Nov 00^    TC Disk 2
  24584. e    No Change
  24585. qtshell
  24586. simple
  24587. quicktime
  24588. quicktime
  24589. viewer
  24590. framew
  24591. qtshortcut
  24592. qtshoweffect
  24593. qtsndtween
  24594. qtsndtween
  24595. defines
  24596. functions
  24597. illustrate
  24598. modify
  24599. qtstreamsplicer
  24600. qtstreamsplicer
  24601. sample
  24602. shows
  24603. splice
  24604. qttext
  24605. quandary
  24606. or) and server (spelling a
  24607. useritems
  24608. utilities
  24609. utilities
  24610. pstrcopy
  24611. topleft
  24612. botright
  24613. setpt
  24614. setrect
  24615. btstbo
  24616. utility
  24617. utility
  24618. zones
  24619. handles
  24620. resources
  24621. utility
  24622. space
  24623. utils
  24624. validation
  24625. variable
  24626. variables
  24627. vector
  24628. velocity
  24629. velocity
  24630. engine
  24631. alitvec
  24632. fourier
  24633. transform
  24634. velocity
  24635. engine
  24636. alitvec
  24637. multiprecision
  24638. arithmetic
  24639. arbitrary
  24640. velocity
  24641. engine
  24642. alitvec
  24643. wavelet
  24644. daubechies
  24645. version
  24646. video
  24647. Wpixmap2pixpat2ppat
  24648. pixmap2pixpat2ppat
  24649. pixmap2pixpat2ppat
  24650. pixmap2pixpat2ppat
  24651. pixmap2pixpat2ppat
  24652. place
  24653. place
  24654. extensions
  24655. folder
  24656. platformsQ
  24657. counter
  24658. counterabout
  24659. counterconsole
  24660. counterdialog
  24661. counterdocument
  24662. counterprint
  24663. counterwindow
  24664. coursesS
  24665. developing
  24666. drivers
  24667. sometimes
  24668. resedit@
  24669. whereas@
  24670. which
  24671. while@
  24672. wilderness@
  24673. window@
  24674. windows@
  24675. windows/dos@
  24676. customer
  24677. million
  24678. windo@
  24679. plug-in's
  24680. within@
  24681. woes@
  24682. workings@
  24683. world@
  24684. writer@
  24685. wwdc@
  24686. you'll@
  24687. you'll
  24688. access
  24689. documentation
  24690. software
  24691. technolo@
  24692. yours@
  24693. 04/95@
  24694. 1.0.1b1c2@
  24695. 1.5.1@
  24696. 2.1.1@
  24697. 9650@
  24698. d EPS formats.
  24699. This folder contains updated documents outlining strategies for embedding ICC Profiles in TIFF, PICT, GIF, JFIF and EPS formats. These documents are of interest to ColorSync-savvy applications.
  24700. e    No Change
  24701. Configuration
  24702. Setting
  24703. Preference
  24704. Switch
  24705. Module
  24706. Environmentq
  24707. Dev.CD Oct 00 SDK1
  24708. when no records are found such as...
  24709.     display dialog "Sorry, the item you selected could not be found."
  24710.     return
  24711. end try
  24712.    return
  24713. end try
  24714. e    No ChangefDJava
  24715. AppleScript
  24716. Scripting
  24717. AppleScript for Java
  24718. Magic Oracle
  24719. fortuneq
  24720. Dev.CD Nov 00 TC Disk 1
  24721. All Packages
  24722. Mail Suite 1.0
  24723. Summary:  The Mail Suite provides the framework and some tools for creating an Apple Event suite for mail within applications. This package contains Mail Suite documentation, a sample dictionary (ATET resource), a demo script, a .h header file and a dummy application (MailFoo).
  24724. Nov 96V
  24725. 65472X
  24726. 1e    No Change
  24727. E/JDK from Sun Microsystems, Inc. recommended
  24728. QuickTime, Java, MRJ
  24729. Network Setup SDK Bits
  24730. OTTCPWillDial
  24731. OTTCPWillDial.c
  24732. OTTCPWillDial.h
  24733. Read Me About OTTCPWillDial
  24734. TestOTTCPWillDial.c
  24735. TestOTTCPWillDial.
  24736. Why was this archived?K
  24737. Dec 98N0network, setup, configuration, AppleTalk, TCP/IPOEDev.CD Nov 00 TC Disk 1:Sample Code:Archive:Networking:OTTCPWillDial:PPDev.CD Nov 00 TC Disk 1
  24738.  - Sample Code
  24739.  - Archive
  24740.  - Networking
  24741.  - OTTCPWillDialV
  24742. 68857X
  24743. Nov 00^    TC Disk 1
  24744. --set theItem to choose file -- uncomment to test in an AS editor
  24745.     tell application "Finder"
  24746.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Archive:Networking:OTTCPWillDial:"
  24747.         activate
  24748.     end tell
  24749. on error errMsg number errNum
  24750.     --enter statements to perform when no records are found such as...
  24751.     display dialog "Sorry, the item you selected could not be found."
  24752.     return
  24753. end try
  24754. e    No Changef,network
  24755. setup
  24756. configuration
  24757. AppleTalk
  24758. TCP/IPq
  24759. Dev.CD Nov 00 TC Disk 1
  24760. All Packages
  24761. OTTraceRouteSample
  24762. 68858X
  24763.     return
  24764. end try
  24765. e    No Changef7QuickTime
  24766. Speech
  24767. Voice
  24768. Navigate
  24769. Panorama
  24770. Object
  24771. Nodeq
  24772. Dev.CD Nov 00 TC Disk 2
  24773. All Packages
  24774. VU Assist Modules for MacAppI
  24775. Summary: This folder contains the VU Assist C++ tool to increase Virtual User compatibility with MacApp applications.
  24776. Features: There is a different tool for MacApp 2.0.1 and MacApp 3.0.J
  24777. Virtual User tools.imgK
  24778. Aug 92L
  24779. Nov/Dec 92MiMPW 3.2, MacApp 2.0.1 or 3.0 application, Virtual User Host and target, VU Agent installed on Target CPU.N
  24780. VU, Virtual UserOJDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User tools:PRDev.CD Nov 00 TC Disk 1
  24781.  - Tool Chest
  24782.  - Testing & Debugging
  24783.  - Virtual User toolsV
  24784. 69786X
  24785. Nov 00^    TC Disk 1
  24786. e    No Change
  24787. angeq
  24788. Dev.CD Nov 00 TC Disk 1
  24789. All Packages
  24790. Magic Oracle
  24791. 65471X
  24792. ev.CD Nov 00 TC Disk 1
  24793.  - Sample Code
  24794.  - Graphics 2D
  24795.  - New NewGWorld
  24796. --set theItem to choose file -- uncomment to test in an AS editor
  24797.     tell application "Finder"
  24798.         open item "Dev.CD Aug 99 TC:What's New?:Development Kits:Mac OS:URL Access 1.0.1 SDK:"
  24799.         activate
  24800.     end tell
  24801. on error errMsg number errNum
  24802.     --enter statements to perform when no records are found such as...
  24803.     display dialog "Sorry, the item you selected could not be found."
  24804.     return
  24805. end try
  24806. sample
  24807. sample
  24808. traffic
  24809. light
  24810. samplemakeeffectmovi
  24811. sampler
  24812. samplerateavail
  24813. samples
  24814. print
  24815. record
  24816. saver
  24817. scalable
  24818. scalable
  24819. postscript
  24820. scanners
  24821. scomm
  24822. scrap
  24823. /scomQ
  24824. sdevk
  24825. selectors
  24826. y.  If it does attempt to perform a restricted activity, Java will display a security exception and block the action.     
  24827. NOTE: MRJ
  24828. s security database is separate from the database maintained by the browser.  In some cases it will be necessary to accept the signature twice: once for the browser to access the site and again for MRJ to run the applet without restrictions. 
  24829. NOTE: If you want to rescind a certificate you have previously accepted, you will need to delete the security databI
  24830. ase, 
  24831. identitydb.obj
  24832.  which is located in the Preferences folder in the active System Folder. Deleting "identitydb.obj" will delete all of your certificates, so you will have to re-accept any that you still want to use.  
  24833. MRJ 2.2.2 (install).smi.binK
  24834. Jul 98L
  24835. Aug 00
  24836. O9Dev.CD Oct 00 SDK1:Development Kits:Mac OS:MRJ:MRJ 2.2.2:eir board information in order to receive board ids and functional sResource values for their boards. Because this stack creates a file, YOU MUST FIRST COPY T
  24837. All Packages
  24838. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  24839. Dev.CD Jan 94
  24840. Dev.CD Oct 93
  24841. Dev.CD Jul 93P6Dev.CD Apr 94
  24842. Dev.CD Jan 94
  24843. Dev.CD Oct 93
  24844. Dev.CD Jul 9V
  24845. 69618X
  24846. Apr 94
  24847. --set theItem to choose file -- uncomment to test in an AS editor
  24848.     tell application "Finder"
  24849.         open item "Dev.CD Apr 94
  24850. Dev.CD Jan 94
  24851. Dev.CD Oct 93
  24852. Dev.CD Jul 93"
  24853.         activate
  24854.     end tell
  24855. on error errMsg number errNum
  24856.     --enter statements to perform when no records are found such as...
  24857.     display dialog "Sorry, the item you selected could not be found."
  24858.     return
  24859. end try
  24860. All Packages
  24861. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  24862. Dev.CD Jan 94
  24863. Dev.CD Oct 93
  24864. Dev.CD Jul 93P6Dev.CD Apr 94
  24865. Dev.CD Jan 94
  24866. Dev.CD Oct 93
  24867. Dev.CD Jul 9V
  24868. 69619X
  24869. Apr 94
  24870. ew-based
  24871. intoB
  24872. intricacies
  24873. summary
  24874. allows
  24875. developer
  24876. monitor
  24877. summary
  24878. makes
  24879. survey
  24880. people
  24881. electron
  24882. summary
  24883. updates
  24884. mactcp
  24885. driver
  24886. correct
  24887. summary
  24888. training
  24889. stack
  24890. gives
  24891. general
  24892. overview
  24893. summary
  24894. allows
  24895. hypertalk
  24896. scripter
  24897. display
  24898. summary
  24899. three
  24900. samples
  24901. involving
  24902. standard
  24903. dialogs
  24904. summary
  24905. three
  24906. tools
  24907. testing
  24908. performance
  24909. summary
  24910. supplementing
  24911. documentation
  24912. summary
  24913. toolbox
  24914. assistant
  24915. gives
  24916. rapid
  24917. access
  24918. up-to-da
  24919. summary
  24920. unmountit
  24921. easily
  24922. unmount
  24923. eject
  24924. sharable
  24925. summary
  24926. validator
  24927. utility
  24928. testing
  24929. sierra/i
  24930. summary
  24931. versionedit
  24932. software
  24933. development
  24934. which
  24935. summary
  24936. simple
  24937. macintosh
  24938. application
  24939. supports
  24940. summary
  24941. vucollect
  24942. virtual
  24943. summary
  24944. pleased
  24945. provide
  24946. version
  24947. 1.5.1
  24948. Dev.CD Jun 97 SSV
  24949. 68827X
  24950. Jun 97
  24951. f--set theItem to choose file -- uncomment to test in an AS editor
  24952.     tell application "Finder"
  24953.         open item "Dev.CD Jun 97 SSW"
  24954.         activate
  24955.     end tell
  24956. on error errMsg number errNum
  24957.     --enter statements to perform when no records are found such as...
  24958.     display dialog "Sorry, the item you selected could not be found."
  24959.     return
  24960. end try
  24961. D!All Packages
  24962. Mac OS SDK Edition
  24963. Open Transport DebugI~This disk image contains a debug version of OT 2.5.2, which is useful for developers of Open Transport client and kernel code.J
  24964. Open Transport Debug.imgK
  24965. Jan 00M
  24966. Mac OS 9.0N
  24967. Open Transport debugOSDev.CD Jul 00 SDK1:Development Kits:Mac OS:Open Transport 1.3:Open Transport Debug:P^Dev.CD Jul 00 SDK1
  24968.  - Development Kits
  24969.  - Mac OS
  24970.  - Open Transport 1.3
  24971.  - Open Transport DebugV
  24972. 68828X
  24973. Jul 00^
  24974. #ftp.apple.com/developer/Development_Kits/OpenTransport/OT2.5.2/
  24975. 68419X
  24976. Nov 00^    TC Disk 1
  24977. --set theItem to choose file -- uncomment to test in an AS editor
  24978.     tell application "Finder"
  24979.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:CustomIcon:"
  24980.         activate
  24981.     end tell
  24982. on error errMsg number errNum
  24983.     --enter statements to perform when no records are found such as...
  24984.     display dialog "Sorry, the item you selected could not be found."
  24985.     return
  24986. end try
  24987. e    No Changef
  24988. custom
  24989. iconso&http://developer.apple.com/samplecode/q
  24990. Dev.CD Nov 00 TC Disk 1
  24991. All Packages
  24992. CustomMediaIuThis demo program shows how to subclass the quicktime.std.movies.media.Media class to support any Custom media types.J2med.bat
  24993. README.txt
  24994. TestVRMedia
  24995. TestVRMedia.zipK
  24996. Feb 00
  24997. OWDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:CustomMedia:V
  24998. 68420X
  24999. 1e    No Changeo&http://developer.apple.com/samplecode/
  25000. suite
  25001. source
  25002. demoextractor
  25003. demotext
  25004. OTDev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Velocity Engine:VelEng FFT:P_Dev.CD Nov 00 TC Disk 1
  25005.  - Sample Code
  25006.  - Devices and Hardware
  25007.  - Velocity Engine
  25008.  - VelEng FFTV
  25009. 69765X
  25010. Nov 00^    TC Disk 1
  25011. --set theItem to choose file -- uncomment to test in an AS editor
  25012.     tell application "Finder"
  25013.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Velocity Engine:VelEng FFT:"
  25014.         activate
  25015.     end tell
  25016. on error errMsg number errNum
  25017.     --enter statements to perform when no records are found such as...
  25018.     display dialog "Sorry, the item you selected could not be found."
  25019.     return
  25020. end try
  25021. e    No Changef2Velocity Engine
  25022. AlitVec
  25023. Fast Fourier Transformq
  25024. Dev.CD Nov 00 TC Disk 1
  25025. All Packages
  25026. VelEng Multiprecision
  25027. 69766X
  25028. omprocs:PRDev.CD Nov 00 TC Disk 2
  25029.  - Sample Code
  25030.  - QuickTime
  25031.  - Goodies
  25032.  - qtmoviefromprocsV
  25033. 65737X
  25034. Nov 00^    TC Disk 2
  25035. e    No Change
  25036. gworld
  25037. gworld's
  25038. gworldst
  25039. gx-aware
  25040. gx-compatible
  25041. gxgraphics
  25042. gxifier
  25043. gxoverridetool
  25044. hacked
  25045. hackers
  25046. hacks
  25047. hacktv
  25048. hacktv
  25049. illustrates
  25050. video
  25051. digitizing
  25052. under
  25053. hairlines
  25054. hairlines
  25055. pascal
  25056. sample
  25057. demonstrates
  25058. hairy
  25059. half-way
  25060. halves
  25061. hammerhead-based
  25062. handlersf
  25063. handles
  25064. handling
  25065. handoff
  25066. simpleprefs
  25067. simpleprefs
  25068. simpleprefs
  25069. simpletext
  25070. simpletext
  25071. simpletext
  25072. simpletext
  25073. simpletext
  25074. simpletext
  25075. simpletext
  25076. simpletext
  25077. sample
  25078. simplevideoout
  25079. simplevideoout
  25080. simplevideoout
  25081. simplevideoout
  25082. prefix
  25083. simplevideoout
  25084. simplevideoout
  25085. simplified
  25086. simplified
  25087. stream
  25088. audio
  25089. sin440
  25090. sin440
  25091. siteinfo
  25092. skcpat
  25093. setdevicegammarampxx
  25094. setdialogcancelitem
  25095. setdialogdefaultitem
  25096. setenv
  25097. setflock
  25098. setgworld
  25099. sethideonswitch
  25100. setindstring
  25101. setled
  25102. setled
  25103. sample
  25104. program
  25105. demonstrate
  25106. setlinewidth
  25107. setmarkers
  25108. setmfsize
  25109. setmoviegworld
  25110. setpdimc
  25111. setproject
  25112. a/rose
  25113. macintosh
  25114. coprocessor
  25115. platform
  25116. ethernet
  25117. powerpR
  25118. about
  25119. acceleration
  25120. access
  25121. acrobat_
  25122. action
  25123. actionsZ
  25124. active
  25125. control
  25126. patch
  25127. controlkeypatch
  25128. addresmenu[
  25129. address
  25130. addsearch
  25131. adlib]
  25132. adlib
  25133. macapp]
  25134. administrator
  25135. adobe_
  25136. adobe
  25137. acrobat
  25138. reader
  25139. adopting
  25140. adorner
  25141. apple
  25142. events
  25143. appleeventsc
  25144. aegizmosg
  25145. aeinteractwithusera
  25146. aesuspendthecurrente
  25147. afterN
  25148. fishtank
  25149. picts
  25150. fkeys
  25151. fkeys
  25152. clipboard
  25153. magican
  25154. floatingwindow
  25155. floatingwindow
  25156. floatingwindow
  25157. floatingwindow
  25158. pbproj
  25159. floattolong
  25160. 69002X
  25161. Nov 00^    TC Disk 2
  25162. --set theItem to choose file -- uncomment to test in an AS editor
  25163.     tell application "Finder"
  25164.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Wired Movies and Sprites:QTSprites:"
  25165.         activate
  25166.     end tell
  25167. on error errMsg number errNum
  25168.     --enter statements to perform when no records are found such as...
  25169.     display dialog "Sorry, the item you selected could not be found."
  25170.     return
  25171. end try
  25172. e    No Changef
  25173. QuickTime
  25174. Sprite
  25175. Trackq
  25176. Dev.CD Nov 00 TC Disk 2
  25177. All Packages
  25178. qtstdcompr
  25179. 69003X
  25180. reality
  25181. reassembler
  25182. receive
  25183. receives
  25184. recognition
  25185. reconfiguration
  25186. record
  25187. record
  25188. sound
  25189. sample
  25190. illustrates
  25191. quicktime's
  25192. answers
  25193. anti-viral
  25194. antialias
  25195. antlr
  25196. reliable
  25197. reliably
  25198. reliance
  25199. relief
  25200. relies
  25201. religiously
  25202. relish
  25203. relocation
  25204. relstring
  25205. remain
  25206. remaining
  25207. remains
  25208. remap
  25209. remedies
  25210. remember
  25211. ProjectDrag Applets:
  25212. ProjectDrag User Manual.txt
  25213. Sources:K
  25214. Sep 95L
  25215. Nov 95OPBookmark CD 26:develop:develop Issue 23:develop Issue 23 code:ProjectDrag 1.1b8:P[Bookmark CD 26
  25216.  - develop
  25217.  - develop Issue 23
  25218.  - develop Issue 23 code
  25219.  - ProjectDrag 1.1b8V
  25220. 67340X
  25221. k CD 2
  25222. --set theItem to choose file -- uncomment to test in an AS editor
  25223.     tell application "Finder"
  25224.         open item "Bookmark CD 26:develop:develop Issue 23:develop Issue 23 code:ProjectDrag 1.1b8:"
  25225.         activate
  25226.     end tell
  25227. on error errMsg number errNum
  25228.     --enter statements to perform when no records are found such as...
  25229.     display dialog "Sorry, the item you selected could not be found."
  25230.     return
  25231. end try
  25232. e    No Changeq
  25233. Bookmark CD 26
  25234. All Packages
  25235. ProtoViewsI
  25236. These examples are based on some code I wrote to fill up the screens in a prototype application. In addition to showing how to do list and grid views, they also show how to read a text file and create lists of data objects. V
  25237. eventa
  25238. event-awarec
  25239. event-driven
  25240. eventsb
  25241. eventually
  25242. ever{
  25243. everest
  25244. every
  25245. everybody
  25246. everyday
  25247. everyone
  25248. explain
  25249. explained
  25250. explaining
  25251. explains
  25252. explanatory
  25253. explicit
  25254. exploded
  25255. exploit
  25256. expo{
  25257. export
  25258. exposed
  25259. express{
  25260. expressionsy
  25261. extending
  25262. extensibley
  25263. extensionR
  25264. extensions
  25265. extensiveu
  25266. Demo:  This sample code demonstrates how to use the AppleTalk Transaction Protocol (ATP) to send data back and forth between two machines on the network.
  25267. ENET Sample:  This snippet demonstrates how one can use the Ethernet routines described in Inside Macintosh volume VI.  The program demonstrates the basic use of the various Control calls to the ENET driver.
  25268. Get Ethernet Address:  Demonstrates both the use of the LAP Manager to get the current AppleTalk connection device and a call to E
  25269. GetInfo to obtain the burned in Ethernet address.
  25270. Get LAP Connection:  Sample code to demonstrate use of the LAP Manager call to determine the current connection type i.e LocalTalk, EtherTalk phase 1/2, or TokenTalk phase 2.
  25271. GetADEVType:  Sample code to demonstrate use of the LAP Manager call to determine the current connection type i.e LocalTalk, EtherTalk phase 1/2, or TokenTalk phase 2.
  25272. Neighborhood Watch:  Neighborhood Watch is a MultiFinder friendly application which allows people 
  25273. 68610X
  25274. Nov 00^    TC Disk 1
  25275. --set theItem to choose file -- uncomment to test in an AS editor
  25276.     tell application "Finder"
  25277.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:ictbSample:"
  25278.         activate
  25279.     end tell
  25280. on error errMsg number errNum
  25281.     --enter statements to perform when no records are found such as...
  25282.     display dialog "Sorry, the item you selected could not be found."
  25283.     return
  25284. end try
  25285. e    No Changef
  25286. Dialog Managerq
  25287. Dev.CD Nov 00 TC Disk 1
  25288. All Packages
  25289. ImageCompositingI
  25290. This demo program shows how to composit a presentation out of disparate media sources, applying compositing effects such as blend and transparency. Recording a movie from the activities of the Compositor is also shown.J4ic.bat
  25291. ImageComp
  25292. ImageCompositing.zip
  25293. README.txt
  25294. Feb 00
  25295. O\Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:ImageCompositing:V
  25296. 68611X
  25297. 1e    No Change
  25298. Dev.CD Aug 96 TCP
  25299. Dev.CD Aug 96 TV
  25300. 64218X
  25301. =OMDev.CD Feb 98 TC:Programs & Marketing:Apple Directions:Apple Directions 1997:PUDev.CD Feb 98 TC
  25302.  - Programs & Marketing
  25303.  - Apple Directions
  25304.  - Apple Directions 1997V
  25305. 68260X
  25306. Feb 98^
  25307. --set theItem to choose file -- uncomment to test in an AS editor
  25308.     tell application "Finder"
  25309.         open item "Dev.CD Feb 98 TC:Programs & Marketing:Apple Directions:Apple Directions 1997:"
  25310.         activate
  25311.     end tell
  25312. on error errMsg number errNum
  25313.     --enter statements to perform when no records are found such as...
  25314.     display dialog "Sorry, the item you selected could not be found."
  25315.     return
  25316. end try
  25317. Deletedq
  25318. Dev.CD Feb 98 TC
  25319. All Packages
  25320. Apple Event Registry & SuitesIySummary: This folder contains the Apple Event Registry and information about Apple Event Suites from the AppleScript SDK.J
  25321. Apple Event Registry
  25322. Apple Event Registry Errata v3
  25323. AppleScript Suite
  25324. Database Suite
  25325. Mail Suite 1.0
  25326. Suites Under Development
  25327. Telephony SuiteK
  25328. Feb 92L
  25329. Apr 93M
  25330. Adobe Acrobat Reader.
  25331. norway
  25332. norway
  25333. distributors/localiz
  25334. nosound
  25335. nosound
  25336. nosound
  25337. nosound
  25338. apple
  25339. product
  25340. example
  25341. notation
  25342. notation
  25343. noteX
  25344. note-register
  25345. note-register
  25346. variables
  25347. notes
  25348. notestonetest
  25349. notestonetest
  25350. notification
  25351. notification
  25352. 1.5.1
  25353. first
  25354. library
  25355. plugins
  25356. nubus
  25357. nubus
  25358. board
  25359. registration
  25360. nubuslist
  25361. object
  25362. object
  25363. pascal
  25364. objectcode
  25365. objecthelpers
  25366. objecthelpers
  25367. objecthelpers
  25368. objectppc
  25369. objects
  25370. +e    No Changef,debugging
  25371. performance
  25372. POWER
  25373. PowerPC
  25374. emulatorq
  25375. Dev.CD Nov 00 TC Disk 1
  25376. All Packages
  25377. PGPuam
  25378. PGPuam  is an enhancement to the standard AppleShare IP User Access Methods (UAM) that enables a user to perform two-way strongly authenticated logins to an AppleShare IP server from a Mac OS client. The PGPuam system consists of two major components, a client and a server plug-in.
  25379. - - Since the same key and passphrase used to sign e-mail messages is also used for server access, the user need only remember one passphrase.   This is done without the risks associated with passphrase  caches
  25380. - -  Strong user authentication is provided by cryptographic digital signatures.
  25381. - -  Since the user maintains the only secret material in the system, compromising a server
  25382. s user database results in limited damage.
  25383. NOTE: This is beta SW.  For sample use only
  25384. Dec 98V
  25385. 68883X
  25386. 1e    No Change
  25387. General tools.imgK
  25388. Feb 94N
  25389. testing, debugginge
  25390. z as possible on PowerPC -- that is, whenever possible every read and every write is done on an aligned boundary, and data is moved in as big a chunks as possible.
  25391. This version runs only in 8-bit mode, although DrawSprocket should set this mode automatically.  By default, debugging code is compiled into the project, so you should have MacsBug installed when you run this code.
  25392. J$MoofEncoder
  25393. MoofWars
  25394. Tim's LibrariesK
  25395. Oct 96L
  25396. Nov 98M
  25397. PowerPC, DrawSprocketN>game, sprockets, sprite, blit, blitter, DrawSprocket, MoofWarsO3Dev.CD Nov 00 TC Disk 1:Sample Code:Games:MoofWars:P;Dev.CD Nov 00 TC Disk 1
  25398.  - Sample Code
  25399.  - Games
  25400.  - MoofWarse:"
  25401.         activate
  25402.     end tell
  25403. on error errMsg number errNum
  25404.     --enter statements to perform when no records are found such as...
  25405.     display dialog "Sorry, the item you selected could not be found."
  25406.     return
  25407. end try
  25408. e    No Changeq
  25409. Dev.CD Nov 00 TC Disk 1
  25410. All Packages
  25411. F)Enhanced Macintosh PB 1400 Developer NoteV
  25412. 66903X
  25413. All Packages
  25414. QuickDraw GXO
  25415. Dev.CD Jan 96 SDK1P
  25416. Dev.CD Jan 96 SDKV
  25417. 69047X
  25418. Jan 96
  25419. g--set theItem to choose file -- uncomment to test in an AS editor
  25420.     tell application "Finder"
  25421.         open item "Dev.CD Jan 96 SDK1"
  25422.         activate
  25423.     end tell
  25424. on error errMsg number errNum
  25425.     --enter statements to perform when no records are found such as...
  25426.     display dialog "Sorry, the item you selected could not be found."
  25427.     return
  25428. end try
  25429. All Packages
  25430. QuickDraw GXO Dev.CD Jan 96 SDK1
  25431. Dev.CD Jul 95P
  25432. Dev.CD Jan 96 SDK1
  25433. Dev.CD Jul 9V
  25434. 69048X
  25435. Jan 96
  25436. u--set theItem to choose file -- uncomment to test in an AS editor
  25437.     tell application "Finder"
  25438.         open item "Dev.CD Jan 96 SDK1
  25439. Dev.CD Jul 95"
  25440.         activate
  25441.     end tell
  25442. on error errMsg number errNum
  25443.     --enter statements to perform when no records are found such as...
  25444.     display dialog "Sorry, the item you selected could not be found."
  25445.     return
  25446. end try
  25447. All Packages
  25448. 69049
  25449. 68819X
  25450. Jan 97^
  25451. --set theItem to choose file -- uncomment to test in an AS editor
  25452.     tell application "Finder"
  25453.         open item "Dev.CD Jan 97 SDK1:Development Kits (Disc 1):Interfaces&Libraries:RuntimeLibraries:ObjectSupportLib:"
  25454.         activate
  25455.     end tell
  25456. on error errMsg number errNum
  25457.     --enter statements to perform when no records are found such as...
  25458.     display dialog "Sorry, the item you selected could not be found."
  25459.     return
  25460. end try
  25461. Deletedq
  25462. Dev.CD Jan 97 SDK1
  25463. All Packages
  25464. ODOCIiThis sample illustrates how to send an open document ('odoc') Apple event to another application process.J
  25465. ODoc(PPC)
  25466. odoc.c
  25467. Odoc.mcpM
  25468. System 7.0N%'odoc' Apple Event, opening documentsO?Dev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:ODOC:PGDev.CD Nov 00 TC Disk 1
  25469.  - Sample Code
  25470.  - Interapplication Comm
  25471.  - ODOCV
  25472. 68820X
  25473. Nov 00^    TC Disk 1
  25474. e    No Change
  25475.  at our web site at http://www.apple.com/sherlock/plugindev.html
  25476. Jan 99L
  25477. Feb 99
  25478. --set theItem to choose file -- uncomment to test in an AS editor
  25479.     tell application "Finder"
  25480.         open item "Dev.CD Apr 94
  25481. Dev.CD Jan 94
  25482. Dev.CD Oct 93
  25483. Dev.CD Jul 93
  25484. Dev.CD Apr 93"
  25485.         activate
  25486.     end tell
  25487. on error errMsg number errNum
  25488.     --enter statements to perform when no records are found such as...
  25489.     display dialog "Sorry, the item you selected could not be found."
  25490.     return
  25491. end try
  25492. coming@
  25493. communications@
  25494. compatibility
  25495. issues@
  25496. complete@
  25497. completed@
  25498. compressimage@
  25499. computing@
  25500. concurrently@
  25501. conjuntion@
  25502. connections@
  25503. connectivity@
  25504. contacting@
  25505. containing@
  25506. contains
  25507. contains
  25508. demonstrating
  25509. write
  25510. engine@
  25511. content
  25512. contents@
  25513. Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacTCP:P9Dev.CD Apr 98 SDK1
  25514.  - Development Kits (Disc 1)
  25515.  - MacTCPred AppleTalk calls are used.B
  25516.   Under DMZ, the program demonstrates the use of placing the DDP node, used to send the Echo protocol packet, into raw mode, so that the return packet contains the long DDP header information.
  25517. JbDMZ.68k
  25518. DMZ.fat
  25519. dmz.make
  25520. .ppc.sc
  25521. .rsrc
  25522. Objects
  25523. sources
  25524. Think DMZ.ppcK
  25525. Sep 92L
  25526. Jul 96OGDev.CD Nov 00 TC Disk 1:Tool Chest:Networking:Network Watch (DMZ) v1.5:
  25527. This SDK contains the information you need to take advantage of or extend the functionality of Network Services Location (NSL) 1.1.   NSL technology brings the easy of use of browsing through Internet services, such as ftp, http via TCP/IP similarly to the way users traditional browse for AppleTalk services using the Chooser.  Adoption of this technology would provide a solution for users looking for network services.  NSL 1.1 is a feature of Mac OS 9.
  25528. NSL 1.1 SDK Read Me
  25529. NSL 1.1 Manager B
  25530. library, DNS, SLP, LDAP, and NBP plug-ins
  25531. UI library
  25532. Detailed NSL 1.1 Developer Documentation
  25533. NSL Network Administrator's Guide (second edition)
  25534. Connect To... test tool
  25535. Sample code
  25536. Header files
  25537. JYConnect To...
  25538. Documentation
  25539. Headers
  25540. NSL 1.1 SDK Read Me
  25541. NSL Library & Plugins
  25542. Sample CodeK
  25543. Nov 98L
  25544. Dec 99MeFor development purposes, this software requires a PowerPC running system software Mac OS 9 or later.O7Dev.CD Oct 00 SDK1:Development Kits:Mac OS:NSL 1.1 SDK:estarbitraryallocat
  25545. applet
  25546. demonstrates
  25547. stream
  25548. movie
  25549. application
  25550. demonstrates
  25551. create
  25552. check
  25553. sample
  25554. answers
  25555. question
  25556. apple@
  25557. collection
  25558. contains
  25559. hundreds
  25560. samples
  25561. program
  25562. shows
  25563. capture
  25564. results
  25565. program
  25566. shows
  25567. display
  25568. quicktime
  25569. drawing@
  25570. und such as...
  25571.     display dialog "Sorry, the item you selected could not be found."
  25572.     return
  25573. end try
  25574. Deletedq
  25575. Dev.CD Dec 99 RL
  25576. All Packages
  25577. Programmer's Key 1.4.2
  25578. ISummary: Programmer's Key is a small INIT that allows the use of the 'power-on' key of an Apple Desktop Bus keyboard as a substitute for the Programmer's Switch. To install Programmer's Key; simply drag it into your System Folder and reboot.
  25579. Features: Allows reset and interrupt from keyboard.
  25580. This package is 7.0 compatible.  
  25581. General tools.imgK
  25582. Vol IIIL
  25583. Mar 92V
  25584. 67337X
  25585. 1e    No Change
  25586. . It presents a dialog where you can enter any Creator and File Type, then it searches for one (1) file with that creator and type. When it finds it, it will show you the file name.
  25587. PBDTGetAppl:  This snippet shows how to access the desktop database to get information about an application based on its creator.  See the code in SlimFunctions.c for how to make the calls.
  25588. PutAwayVolumes 1.1:  This snippet demonstrates several techniques for unmounting a volume:
  25589.    [1] UnmountVol (via MoreFi
  25590.    [2] sending an AppleEvent to Finder
  25591.    [3] a combination of emptying the trash and MoreFiles
  25592. A successful unmounting algorithm might choose to use more than one of these techniques.
  25593. resolveRelativeAlias:  resolveRelativeAlias is an MPW tool which demonstrates use of a relative alias for locating a file in a known folder on an unknown volume.
  25594. Select Folder w/ Gray files:  This is an example of twisted abuse of user interface in order to achieve a noble purpose: as better "Select F
  25595. This sample has been updated for the Carbon API.  This snippet shows how to do "Finder" style zooming between two rectangles. 
  25596. The boolean flag "kZoomLarger" controls the proportional direction of the zooming. To get the two rectangles, you drag them out rubberbanded, and the zoom occurs between them.  To quit, click the close box. If you want to do zooms between windows, open up a port with the dimensions of the desktop (from GetGrayRgn()). DON'T use this as a sample of how to do rubberbBcand drawing!!!  It's sort of hacked together bypassing the event mechanism and just using Button().
  25597. JPCarbonPrefix.h
  25598. CarbonRes.rsrc
  25599. ReadMe
  25600. ZoomRecter(PPC)
  25601. ZoomRecter.c
  25602. ZoomRecter.mcpL
  25603. Nov 00M
  25604. QuickDraw, CarbonLibN
  25605. Zoom Rect, CarbonO;Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:ZoomRecter:PCDev.CD Nov 00 TC Disk 1
  25606.  - Sample Code
  25607.  - Graphics 2D
  25608.  - ZoomRecteriptable
  25609. script@
  25610. backscrap@
  25611. foreground
  25612. color@
  25613.  handle errors and other unexpe
  25614. applies.
  25615. New features in MRJ 2.2
  25616. MRJ 2.2 is significantly smaller than MRJ 2.1.4.  Two major changes contribute to this reduction in size.  First, MRJ 2.2 no longer installs the Text Encoding Converter (TEC) and Text Encodings because they are now standard components of all versions of Mac OS supported by MRJ 2.2.   Secondly, we
  25617. ve moved rarely used classes out of MRJ into the MRJ SDK, which contains software primarily of interest to developers.  See Apple
  25618. s MRJ developer pages at http
  25619. ://developer.apple.com/java/ if you need more information about these classes or the MRJ SDK. 
  25620.  Apple Applet Runner
  25621. MRJ 2.2 includes the Apple Applet Runner.  See 
  25622. Using MRJ with Apple Applet Runner
  25623.  below, for more information.  
  25624.  Signed applets
  25625. MRJ 2.2 enhances support for signed applets.  In general, applets are not permitted to access your hard drive, to print, or to connect to sites other than their own.  Java enforces these limitations and others to protect you from code that may
  25626. --set theItem to choose file -- uncomment to test in an AS editor
  25627.     tell application "Finder"
  25628.         open item "Dev.CD Apr 94
  25629. Dev.CD Jan 94
  25630. Dev.CD Oct 93
  25631. Dev.CD Jul 93"
  25632.         activate
  25633.     end tell
  25634. on error errMsg number errNum
  25635.     --enter statements to perform when no records are found such as...
  25636.     display dialog "Sorry, the item you selected could not be found."
  25637.     return
  25638. end try
  25639. acies
  25640. intrinsic
  25641. Dev.CD Nov 00 TC Disk 1
  25642. All Packages
  25643. SCSI Find Devices
  25644. SCSI Find Devices contains a very simple "wrapper" main program and a rather complex subroutine that illustrates
  25645.  how to iterate over all attached SCSI devices. It can be used by SCSI utility programs - such as formatters - that need to locate all SCSI devices.
  25646. JiSCSI Find Devices(PPC)
  25647. SCSI Find Devices.mcp
  25648. SCSIFindDevices.h
  25649. SCSIFindDevicesMain.c
  25650. SCSIFindNextDevice.cM
  25651. SCSI ManagerN8SCSI, SCSI Manager, bus scan, inquiry, SCSI Find DevicesOPDev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:SCSI:SCSI Find Devices:P[Dev.CD Nov 00 TC Disk 1
  25652.  - Sample Code
  25653.  - Devices and Hardware
  25654.  - SCSI
  25655.  - SCSI Find DevicesV
  25656. 69264X
  25657. Nov 00^    TC Disk 1
  25658. e    No Change
  25659. styleguide00
  25660. stylemap
  25661. stylemap
  25662. stylemap
  25663. stylemap
  25664. submission
  25665. success
  25666. suite~
  25667. suites~
  25668. suites
  25669. under
  25670. development~
  25671. support
  25672. toolwindow
  25673. toolwindow
  25674. toolwindow
  25675. topicsS
  25676. --set theItem to choose file -- uncomment to test in an AS editor
  25677.     tell application "Finder"
  25678.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTFindSerialPorts:"
  25679.         activate
  25680.     end tell
  25681. on error errMsg number errNum
  25682.     --enter statements to perform when no records are found such as...
  25683.     display dialog "Sorry, the item you selected could not be found."
  25684.     return
  25685. end try
  25686.     tell application "Finder"
  25687.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:CollectPictColors:"
  25688.         activate
  25689.     end tell
  25690. on error errMsg number errNum
  25691.     --enter statements to perform when no records are found such as...
  25692.     display dialog "Sorry, the item you selected could not be found."
  25693.     return
  25694. end try
  25695. e    No Changef!CollectColors
  25696. KnowsPICT
  25697. CLUTq
  25698. Dev.CD Nov 00 TC Disk 1
  25699. All Packages
  25700. Color Locator DA
  25701. 66747X
  25702. --set theItem to choose file -- uncomment to test in an AS editor
  25703.     tell application "Finder"
  25704.         open item "Dev.CD Apr 94
  25705. Dev.CD Jan 94
  25706. Dev.CD Oct 93
  25707. Dev.CD Jul 93
  25708. Dev.CD Apr 93"
  25709.         activate
  25710.     end tell
  25711. on error errMsg number errNum
  25712.     --enter statements to perform when no records are found such as...
  25713.     display dialog "Sorry, the item you selected could not be found."
  25714.     return
  25715. end try
  25716. summary
  25717. software
  25718. apple
  25719. macintosh
  25720. displayP
  25721. summary
  25722. latest
  25723. version
  25724. shimmermate
  25725. names
  25726. summary
  25727. package
  25728. contains
  25729. summary
  25730. package
  25731. contains
  25732. debugging
  25733. version
  25734. summary
  25735. package
  25736. contains
  25737. application
  25738. demonstrat
  25739. summary
  25740. package
  25741. includes
  25742. draft
  25743. specifications
  25744. summary
  25745. package
  25746. apple
  25747. summary
  25748. package
  25749. provides
  25750. summary
  25751. package
  25752. provides
  25753. english
  25754. error
  25755. messages
  25756. ummary
  25757. sample
  25758. extracts
  25759. finder
  25760. strings
  25761. summary
  25762. software
  25763. improves
  25764. float-to-int
  25765. conversion
  25766. summary
  25767. stack
  25768. contains
  25769. collection
  25770. apple
  25771. event
  25772. summary
  25773. stack
  25774. allow
  25775. users
  25776. register
  25777. creator
  25778. summary
  25779. submission
  25780. contains
  25781. virtual
  25782. external
  25783. summary
  25784. application
  25785. demonstrates
  25786. J6SimpleInit
  25787. SimpleInit.c
  25788. SimpleInit.mcp
  25789. SimpleInit.rsrcM
  25790. noneN+INIT, 'sysz', system heap, system extensionO6Dev.CD Nov 00 TC Disk 1:Sample Code:Memory:SimpleInit:P>Dev.CD Nov 00 TC Disk 1
  25791.  - Sample Code
  25792.  - Memory
  25793.  - SimpleInitns
  25794. suite
  25795. source
  25796. demoextractor
  25797. demotext
  25798. demotext
  25799. mamake
  25800. demotext
  25801. demotextdump
  25802. demotextdump
  25803. denmark
  25804. denmark
  25805. distributors/localiz
  25806. design
  25807. design
  25808. reuse
  25809. designforrobustness
  25810. designforrobustness
  25811. deskpat
  25812. deskpat
  25813. deskpat
  25814. deskpat
  25815. deskpat
  25816. desktop
  25817. desktop
  25818. folder
  25819. desktopsprites
  25820. desktopsprites
  25821. desktopsprites
  25822. desktopsprites
  25823. desktopsprites
  25824. packages
  25825. trees
  25826. triangle
  25827. triangles
  25828. triangular
  25829. trick
  25830. tricksT
  25831. tricky
  25832. tried
  25833. tries
  25834. triggerU
  25835. tripped
  25836. trivial
  25837. trueN
  25838. truetype
  25839. truffles
  25840. truncate
  25841. trust
  25842. truth
  25843. trying
  25844. tsmte
  25845. ttextgridview
  25846. ttextlistview
  25847. tubetest
  25848. urtle
  25849. tutorial
  25850. tview
  25851. twice
  25852. twiddle
  25853. twisted
  25854. twists
  25855. two-byte
  25856. two-part
  25857. two-phase
  25858. CWDefines.h
  25859. debugf.c
  25860. debugf.h
  25861. MakeFile
  25862. MakeStartupAliasToMe
  25863. MakeStartupAliasToMe.c
  25864. MakeStartupAliasToMe.prj
  25865. MakeStartupAliasToMe.r
  25866. MakeStartupAliasToMe.rsrc
  25867. PackageExample
  25868. ReadMe
  25869. ScriptsM    CarbonLibN AppleScript, Calling AppleScriptOODev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:MakeStartupAliasToMe:PWDev.CD Nov 00 TC Disk 1
  25870.  - Sample Code
  25871.  - Interapplication Comm
  25872.  - MakeStartupAliasToMeV
  25873. 68731X
  25874. Nov 00^    TC Disk 1
  25875. --set theItem to choose file -- uncomment to test in an AS editor
  25876.     tell application "Finder"
  25877.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:MakeStartupAliasToMe:"
  25878.         activate
  25879.     end tell
  25880. on error errMsg number errNum
  25881.     --enter statements to perform when no records are found such as...
  25882.     display dialog "Sorry, the item you selected could not be found."
  25883.     return
  25884. end try
  25885. e    No Changef
  25886. AppleScript
  25887. Calling AppleScriptq
  25888. Dev.CD Nov 00 TC Disk 1
  25889. D!All Packages
  25890. Tool Chest Edition
  25891. Manalyzer 2.0d3
  25892.     o Change
  25893. --set theItem to choose file -- uncomment to test in an AS editor
  25894.     tell application "Finder"
  25895.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:FindPrinter:"
  25896.         activate
  25897.     end tell
  25898. on error errMsg number errNum
  25899.     --enter statements to perform when no records are found such as...
  25900.     display dialog "Sorry, the item you selected could not be found."
  25901.     return
  25902. end try
  25903. ber errNum
  25904.     --enter statements to perform when no records are found such as...
  25905.     display dialog "Sorry, the item you selected could not be found."
  25906.     return
  25907. end try
  25908. e    No Changef9Sound Input Driver
  25909. PCI driver
  25910. PCI Sound Input driverq
  25911. Dev.CD Nov 00 TC Disk 2
  25912. All Packages
  25913. PDlog ExpandI6This example shows how to add items to print dialogs. JCPDlog Expand(PPC)
  25914. PDlog Expand.c
  25915. PDlog Expand.mcp
  25916. PDlog Expand.rsrcK
  25917. Dec 96L
  25918. May 97N
  25919. print, dialog, item, addO:Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:PDlog Expand:V
  25920. 67248X
  25921. 1e    No Change
  25922. PSDev.CD Nov 00 TC Disk 2
  25923.  - Sample Code
  25924.  - QuickTime
  25925.  - Streaming
  25926.  - QTStreamSplicertosh product or on the E
  25927. O CDN#TCP/IP, networking, standards basedctivate
  25928.     end tell
  25929. on error errMsg number errNum
  25930.     --enter statements to perform when no records are found such as...
  25931.     display dialog "Sorry, the item you selected could not be found."
  25932.     return
  25933. end try
  25934. vide a solution for users looking for network services.  NSL 1.1 is a feature of Mac OS 9.
  25935. NSL 1.1 SDK Read Me
  25936. NSL 1.1 Manager B
  25937. library, DNS, SLP, LDAP, and NBP plug-ins
  25938. UI library
  25939. Detailed NSL 1.1 Developer Documentation
  25940. NSL Network Administrator's Guide (second edition)
  25941. Connect To... test tool
  25942. Sample code
  25943. Header files
  25944. JYConnect To...
  25945. Documentation
  25946. Headers
  25947. NSL 1.1 SDK Read Me
  25948. NSL Library & Plugins
  25949. Sample CodeK
  25950. Nov 98L
  25951. Dec 99MeFor development purposes, this software requires a PowerPC running system software Mac OS 9 or later.O7Dev.CD Oct 00 SDK1:Development Kits:Mac OS:NSL 1.1 SDK:orkaround code.
  25952. Print Hint
  25953. ODDev.CD Dec 99 RL Disk 1:Technical Documentation:ABS Technical Notes:PIDev.CD Dec 99 RL Disk 1
  25954.  - Technical Documentation
  25955.  - ABS Technical NotesV
  25956. 68219X
  25957. Dec 99^    RL Disk 1
  25958. --set theItem to choose file -- uncomment to test in an AS editor
  25959.     tell application "Finder"
  25960.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:ABS Technical Notes:"
  25961.         activate
  25962.     end tell
  25963. on error errMsg number errNum
  25964.     --enter statements to perform when no records are found such as...
  25965.     display dialog "Sorry, the item you selected could not be found."
  25966.     return
  25967. end try
  25968. Deletedf-ESD
  25969. AppleSearch
  25970. AppleShare
  25971. IP Gatewayq
  25972. Dev.CD Dec 99 RL Disk 1
  25973. All Packages
  25974. ADB Analyzer 1.0D6
  25975. 68220X
  25976. elves.  A simple XCMD is needed to initiate the spellchecking session, which is provided by the Web page.
  25977. The updated SDK includes bug fixes to Writeswell Jr.'s scrolling, plus the Spellswell Plus 2.1 Demo.
  25978. A list of client (word processor) and server (spelling a
  25979.  will need to manually change your code.
  25980. Issues:  This is NOT AN APPLE PRODUCT. It is provided on an AS-IS basis. Apple is not responsible for any problems you may encounter in its use.  If you have questions or problems with Convert
  25981. Projects, please contact the authors by one of the following means:
  25982.   Internet: bbedit@world.std.com
  25983.   CIS: 73051,3255
  25984.   AppleLink: BARE.BONES
  25985.   Fax: (508) 651-7584
  25986.   Phone: (508) 651-3561
  25987.   Mail:  Bare Bones Software
  25988.       c/o R. Siegel
  25989.       1 Larkspur WC
  25990. ay #4
  25991.       Natick, MA 01760
  25992. J?!NOT AN APPLE PRODUCT!:
  25993. About Convert
  25994. Projects
  25995. Convert
  25996. ProjectsK
  25997. May 94L
  25998. Aug 94OVDev.CD Nov 99 TC:Tool Chest:Development Kits:
  25999.  Other Platforms:Convert
  26000. Projects 1.0b5:PaDev.CD Nov 99 TC
  26001.  - Tool Chest
  26002.  - Development Kits
  26003.  Other Platforms
  26004.  - Convert
  26005. Projects 1.0b5mply creates a palette, attaches it to a window, then calls color picker routines whenever a user clicks in the window to change a color
  26006. ColorizePict:  Snippet to illustrate how to use CopyB
  26007. lPQDev.CD Nov 00 TC Disk 2
  26008.  - Sample Code
  26009.  - Platforms and Tools
  26010.  - DebuggerPresenceV
  26011. 68435X
  26012. Nov 00^    TC Disk 2
  26013. --set theItem to choose file -- uncomment to test in an AS editor
  26014.     tell application "Finder"
  26015.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:DebuggerPresence:"
  26016.         activate
  26017.     end tell
  26018. on error errMsg number errNum
  26019.     --enter statements to perform when no records are found such as...
  26020.     display dialog "Sorry, the item you selected could not be found."
  26021.     return
  26022. end try
  26023. e    No Changef9debugger
  26024. MacsBug
  26025. debugger detection
  26026. DebuggerPresenceq
  26027. Dev.CD Nov 00 TC Disk 2
  26028. All Packages
  26029. Debugging Modern Memory Manager
  26030. 68436X
  26031. arance Manager is not running.
  26032. JVSetWindBackColor READ ME
  26033. SetWindBackColor(PPC)
  26034. SetWindBackColor.c
  26035. SetWindBackColor.mcpK
  26036. Aug 97N
  26037. background, color, WDEF, windowOMDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:SetWindBackColor:V
  26038. 67659X
  26039. 1e    No Change
  26040.  Alexander.  MessageWatcher let
  26041. logo and NEW guidelines for its use. 
  26042.   2. Identify all your retail products with this small, yet powerful icon.
  26043. Developer commitment to providing the new Mac logo with wide scale, high profile visibility in combination with aggressive Apple-sponsored channel programs will increase overall sales of Macintosh products. Apple is working with our channel partners to ensure that packages with the Mac logo are prominently displayed and effectively merchandised. The goal of this campaign is to 
  26044. build a stronger, more financially secure Mac community that will continue to thrive for many years.
  26045. Some of the planned activities to support this campaign include:
  26046.  Retail End Caps, POP, ROP and Pre-Print Exposure 
  26047.  In-Store Merchandising Programs and Promotion
  26048.  Wholesale Distribution Programs
  26049.  Magazine Advertising Campaigns
  26050.  Mail-Order Catalog Programs and Promotions
  26051.  Apple Online Store Programs and Promotions 
  26052. To be considered for inclusion in these exciting, high-v
  26053. es our software developers to build more powerful, higher-quality software in less time than it took to develop traditional monolithic applications.
  26054. Contains OpenDoc
  26055.  1.1, documentation, and development essentials.
  26056. Cyberdog 1.1:
  26057. Developer Documentation:
  26058. Installing OpenDoc
  26059. Introduction to Component SW:
  26060. Licensing:
  26061. OpenDoc Development:
  26062. OpenDoc Development Framework
  26063. OpenDoc DR6 ReadMe
  26064. OpenDoc
  26065.  Source CodeK
  26066. Apr 96L
  26067. Jan 97M
  26068. Any Macintosh with 68030 or greater, or Power Macintosh.
  26069. Suggested 8MB RAM or more.
  26070.  OS Version 7.1.1 or later for 68K Macintosh
  26071. Mac OS Version 7.1.2 or later for Power MacintoshNVOpenDoc, Component Software, Compound Document Architecture, Objects, SOM, DSOM, CORBAO5Dev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc:P:Dev.CD Jan 97 SDK2
  26072.  - Development Kits (Disc 2)
  26073.  - OpenDocisk 2
  26074. e    No Change
  26075. creditsbox
  26076. crsrdev
  26077. crsrdev
  26078. cslidercontrol
  26079. cslidercontrol
  26080. cslidercontrol
  26081. cslidercontrol
  26082. 68832X
  26083. Jan 97^
  26084. --set theItem to choose file -- uncomment to test in an AS editor
  26085.     tell application "Finder"
  26086.         open item "Dev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc Development Framework:"
  26087.         activate
  26088.     end tell
  26089. on error errMsg number errNum
  26090.     --enter statements to perform when no records are found such as...
  26091.     display dialog "Sorry, the item you selected could not be found."
  26092.     return
  26093. end try
  26094. Deletedq
  26095. Dev.CD Jan 97 SDK2
  26096. D!All Packages
  26097. Mac OS SDK Edition
  26098. OpenDoc International
  26099. Summary:  OpenDoc J-1.1 GM is a localized version of OpenDoc for Japan. This version supports Japanese system software version 7.5.3 or later. 
  26100. Included in the OpenDoc International folder are Recipes and Development folders along with the OpenDoc J-1.1 installer. These items supplement the OpenDoc SDK and help developers understand how to use TSM and TSMTE in programming OpenDoc parts.
  26101. 68833X
  26102. Deleted
  26103. + files!),les (80+ files!),
  26104. PpDev.CD Nov 00 TC Disk 1
  26105.  - Tool Chest
  26106.  - Development Kits
  26107.  - HyperCard Related
  26108.  - XCMDs & XFCNs
  26109.  - Help XFCN 1.4V
  26110. 68587X
  26111. Nov 00^    TC Disk 1
  26112. --set theItem to choose file -- uncomment to test in an AS editor
  26113.     tell application "Finder"
  26114.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Help XFCN 1.4:"
  26115.         activate
  26116.     end tell
  26117. on error errMsg number errNum
  26118.     --enter statements to perform when no records are found such as...
  26119.     display dialog "Sorry, the item you selected could not be found."
  26120.     return
  26121. end try
  26122. e    No Changef
  26123. HyperCard
  26124. Balloonsq
  26125. Dev.CD Nov 00 TC Disk 1
  26126. All Packages
  26127. helpful MPW scripts
  26128. 68588X
  26129. isk 1
  26130.  - Sample Code
  26131.  - Human Interface Toolbox
  26132.  - NoSoundV
  26133. 67189X
  26134. Nov 00^    TC Disk 1
  26135. e    No Change
  26136. e    No Changef
  26137. QuickTime
  26138. compressionq
  26139. Dev.CD Nov 00 TC Disk 2
  26140. All Packages
  26141. DeepScreen Picker
  26142. 65186X
  26143. ox:SetIndString:V
  26144. 64403X
  26145. 1e    No Change
  26146. tuneplayer
  26147. tunes
  26148. tuning
  26149. tunnel
  26150. tupledumper
  26151. tuples
  26152. turbo
  26153. turkish
  26154. turnedA
  26155. turning
  26156. turns
  26157. turtle
  26158. tutorial
  26159. tview
  26160. tween
  26161. tweening
  26162. twice
  26163. twiddle
  26164. twindow
  26165. twindows
  26166. twisted
  26167. twists
  26168. two-byte
  26169. two-column
  26170. two-column
  26171. resource
  26172. looks
  26173. comma
  26174. two-dimensional
  26175. two-level
  26176. two-part
  26177. two-phase
  26178. two-source
  26179. shouldn't
  26180. shoutcast
  26181. show[
  26182. show/hide
  26183. showballoon
  26184. showcase
  26185. showdraghilite
  26186. showingO
  26187. shown
  26188. similar
  26189. similarities
  26190. similarly
  26191. simone
  26192. simpleb
  26193. New Packagef
  26194. Floating Window
  26195. nibo&http://developer.apple.com/samplecode/q
  26196. Dev.CD Nov 00 TC Disk 1
  26197. All Packages
  26198. FMAT Editor
  26199. Summary:    This ResEdit editor lets you prepare localized number format descriptions that you can use in conjunction with the number formatting routines provided by the Macintosh Text Utilities. Using localized number format descriptions doesn't give you all the flexibility provided by the approach in "International Number Formatting" in Develop 16, but if you know that your application will only have to work with system software localized for the same language, it's usually adequate. And
  26200. R this ResEdit editor is certainly the nicest way to create the localized resources.
  26201. Features:
  26202.  creates new FMAT resources from a format string.
  26203.  lets you pick characters for format string from a palette.
  26204.  works with any script system.
  26205.  displays sample numbers to give you immediate feedback.
  26206. Issues:  Provided by Michael Hecht, SAS.
  26207. Jan 94V
  26208. 68549X
  26209. This Extension patches Open Firmware (OF) on certain Macintoshes to fix an OF bug.
  26210. On the family of machines named Tanzania, Zanzibar, Motorola StarMax, and PowerMac 4400, plugging in certain PCI cards containing PCI-PCI bridges will cause a hang upon power on before gray screen.
  26211. This Extension works by checking if it is running on one of the above machines, and if so, it unconditionally patches OF by replacing the entire OF part of Non-Volatile-RAM (NVRAM; also called PRAM or Parameter 
  26212. RAM) with an image contained in the Extension.
  26213. You can see if the Extension is taking effect by seeing if its icon appears in the Extension icon parade that shows up during boot.
  26214. This OF NVRAM image that is written is that of factory-default OF settings except with "use-nvramrc?" set to "true" and "nvramrc" set to Forth text.
  26215. The Forth text in "nvramrc" is executed by OF after its initialization but before the Device Tree probing process.
  26216. In the Device Tree probing process, OF builds a
  26217. SO9Dev.CD Apr 98 SDK1:Development Kits (Disc 1):AppleSearch:P>Dev.CD Apr 98 SDK1
  26218.  - Development Kits (Disc 1)
  26219.  - AppleSearchV
  26220. 68282X
  26221. Apr 98^
  26222. --set theItem to choose file -- uncomment to test in an AS editor
  26223.     tell application "Finder"
  26224.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):AppleSearch:"
  26225.         activate
  26226.     end tell
  26227. on error errMsg number errNum
  26228.     --enter statements to perform when no records are found such as...
  26229.     display dialog "Sorry, the item you selected could not be found."
  26230.     return
  26231. end try
  26232. e    No Changeq
  26233. Dev.CD Apr 98 SDK1
  26234. TD!All Packages
  26235. Mac OS SDK Edition
  26236. AppleShare Client API SDK
  26237. The AppleShare Client API SDK consists of routines for creating and parsing AFP URLs and a set of routines for working with shared volumes.  This SDK provides developer documentation, header files, and libraries for taking advantage of the AppleShare Client API.
  26238. 68283X
  26239. 1e    No Change
  26240. Summary:  The Apple ScriptX Interactive Multimedia Platform
  26241. With the delivery of Version 1.5, the ScriptX Multimedia Platform is taking the first steps towards establishing a premier platform for the development and delivery of the next generation of multimedia applications and tools.
  26242. The platform consists of three elements:  The ScriptX Media Player, the ScriptX Language and Class Library, and the ScriptX application development and authoring tools.
  26243. The ScriptX Language Kit Version 1.5
  26244.  contains over 250 "core classes" for multimedia development.  They include facilities for Title Management for creating and managing ScriptX applications, Composition Facilities, Graphics, Timed Behavior facilities for handling time-based streams and sequences, Interaction facilities for creating user interface elements, Data Management facilities, and Language Support Facilities.
  26245. See the document "About ScriptX" for details.
  26246. Apr 96L
  26247. Jul 96g
  26248. programming
  26249. information
  26250. t:  Show
  26251. 68694X
  26252. Jan 99^
  26253. q--set theItem to choose file -- uncomment to test in an AS editor
  26254.     tell application "Finder"
  26255.         open item "Dev.CD Jan 99 SDK1:Mac Logo:"
  26256.         activate
  26257.     end tell
  26258. on error errMsg number errNum
  26259.     --enter statements to perform when no records are found such as...
  26260.     display dialog "Sorry, the item you selected could not be found."
  26261.     return
  26262. end try
  26263. Deletedf
  26264. Apple
  26265. Dev.CD Jan 99 SDK1
  26266. pD&All Packages
  26267. System Software Edition
  26268. te upgrade for anyone on the Internet or anyone who wants to be. With more than 50 powerful new features, Mac OS 9 offers a full suite of capabilities for new and advanced users. Technologies  include  Sherlock 2, AppleScript, QuickTime, ColorSync, DVD, Digital Video, USB, FireWire, Open GL, Game Sprockets and more.
  26269. Localized releases of Mac OS 9 may be found on the October, November, and December 1999 System Software Editions in the following languages: Chinese (Simges: Chinese (Sim
  26270. 68695X
  26271. non-portable
  26272. non-rotated
  26273. non-scsi
  26274. non-system
  26275. non-text
  26276. non-us
  26277. non-volatile-ram
  26278. nontrivial
  26279. nopoweroffkey
  26280. nopoweroffkey
  26281. sample
  26282. extension
  26283. disable
  26284. power-off
  26285. norbert
  26286. noresdialog
  26287. noresdialog
  26288. source
  26289. sample
  26290. illustrating
  26291. dialo
  26292. note_
  26293. apple
  26294. guide
  26295. intended
  26296. those
  26297. developers
  26298. noted
  26299. ~--set theItem to choose file -- uncomment to test in an AS editor
  26300.     tell application "Finder"
  26301.         open item "Dev.CD Oct 93
  26302. Dev.CD Jul 93
  26303. Dev.CD Apr 93"
  26304.         activate
  26305.     end tell
  26306. on error errMsg number errNum
  26307.     --enter statements to perform when no records are found such as...
  26308.     display dialog "Sorry, the item you selected could not be found."
  26309.     return
  26310. end try
  26311. All Packages
  26312. F    QuickTimeO
  26313. Dev.CD Oct 93
  26314. Dev.CD Jul 93P
  26315. Dev.CD Oct 93
  26316. Dev.CD Jul 9V
  26317. 69164X
  26318. Oct 93
  26319. p--set theItem to choose file -- uncomment to test in an AS editor
  26320.     tell application "Finder"
  26321.         open item "Dev.CD Oct 93
  26322. Dev.CD Jul 93"
  26323.         activate
  26324.     end tell
  26325. on error errMsg number errNum
  26326.     --enter statements to perform when no records are found such as...
  26327.     display dialog "Sorry, the item you selected could not be found."
  26328.     return
  26329. end try
  26330. All Packages
  26331. F    QuickTimeO
  26332. Dev.CD Oct 93
  26333. Dev.CD Jul 93P
  26334. Dev.CD Oct 93
  26335. Dev.CD Jul 9V
  26336. 69165X
  26337. Oct 93
  26338. can't[
  26339. cancel
  26340. cancelwindowcheckout
  26341. cannot
  26342. capabilites
  26343. capabilities`
  26344. capability
  26345. capable
  26346. capacity
  26347. capitalize
  26348. capped
  26349. captureU
  26350. captured
  26351. tem 7.0 or laterNCFile System Manager, FSM, External File System, Foreign File SystemO?Dev.CD Oct 00 SDK1:Development Kits:Mac OS:File System Manager:PGDev.CD Oct 00 SDK1
  26352.  - Development Kits
  26353.  - Mac OS
  26354.  - File System Manager' alignment set to centre it in the display space).
  26355. J-PlayMovie
  26356. PlayMovie.zip
  26357. pm.bat
  26358. README.txt
  26359. Feb 00
  26360. OKDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:PlayMovie:V
  26361. 65639X
  26362. 1e    No Change
  26363. scanning
  26364. scansx
  26365. scenario
  26366. scene
  26367. scheduleS
  26368. scheduled
  26369. schedulesS
  26370. scheme
  26371. schemes
  26372. schneider
  26373. school
  26374. science
  26375. scoop
  26376. score
  26377. scoring
  26378. scott
  26379. scrambling
  26380. scrap
  26381. scrapbook
  26382. screenB
  26383. screen's
  26384. screen-based
  26385. screencompare
  26386. screendump
  26387. screens
  26388. screenshots
  26389. scripty
  26390. scriptability
  26391. stem exceeds 350,000.
  26392.  A phrase adding feature allows you to customize CDK's vocabulary.  Add names of f
  26393. handles
  26394. handoff
  26395. handwriting
  26396. handy
  26397. handyman
  26398. hardware
  26399. hardware
  26400. address
  26401. hardware
  26402. developer
  26403. documentation
  26404. hardware
  26405. documentation
  26406. zones
  26407. heaps
  26408. hebrew
  26409. center
  26410. systems
  26411. helper
  26412. class
  26413. driver
  26414. hierarchical
  26415. level
  26416. hinting
  26417. hooper
  26418. hotspot
  26419. hp-ux
  26420. rendering
  26421. htmlrenderinglib
  26422. human
  26423. human
  26424. interface
  26425. human
  26426. interface
  26427. guidelines
  26428. hwindowide
  26429. hypercard
  26430. hypercard
  26431. player
  26432. cardbus
  26433. ibook
  26434. --set theItem to choose file -- uncomment to test in an AS editor
  26435.     tell application "Finder"
  26436.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:OtherResInfo-MungeDeamon:"
  26437.         activate
  26438.     end tell
  26439. on error errMsg number errNum
  26440.     --enter statements to perform when no records are found such as...
  26441.     display dialog "Sorry, the item you selected could not be found."
  26442.     return
  26443. end try
  26444. m "Dev.CD Nov 00 TC Disk 1:Tool Chest:Toolbox:Clipboard Magician 0.76:"
  26445.         activate
  26446.     end tell
  26447. on error errMsg number errNum
  26448.     --enter statements to perform when no records are found such as...
  26449.     display dialog "Sorry, the item you selected could not be found."
  26450.     return
  26451. end try
  26452. e    No Changef,data conversion
  26453. Apple Event server
  26454. scriptingq
  26455. Dev.CD Nov 00 TC Disk 1
  26456. All Packages
  26457. CODE Editor for ResEdit 2.1
  26458. 66745X
  26459. log hook procedure is responsible for presenting separate "Replace?" dialogs.  When the Save button is hit and
  26460. update-based
  26461. updatedr
  26462. updated
  26463. conceptual
  26464. reference
  26465. documentation
  26466. updatemovies
  26467. updater
  26468. updateresfile
  26469. updatesv
  26470. s freeware, provided by Bare Bones Software.
  26471. J-!NOT AN APPLE PRODUCT!:
  26472. About Drop
  26473. Nov 94L
  26474. Sep 95M
  26475. PS requires System 7.0 or later, and is compatible with System 7.5, 68040 and PowerPC-based Macs, 32-bit addressing, and virtual memory.O>Dev.CD Nov 99 TC:Tool Chest:Developer Utilities:Drop
  26476. PS 1.1.3:PFDev.CD Nov 99 TC
  26477.  - Tool Chest
  26478.  - Developer Utilities
  26479.  - Drop
  26480. PS 1.1.3WDEFColorSample.rsrc
  26481. WDEFColorSampleWDEF.c
  26482. Aug 00M?CodeWarrior Pro 5, Universal Headers 3.3.2, CarbonLib SDK 1.0.4N2dialog, window, control, aunt, auntie, replacementOIDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:AuntieDialog:PQDev.CD Nov 00 TC Disk 1
  26483.  - Sample Code
  26484.  - Human Interface Toolbox
  26485.  - AuntieDialogy dialog "Sorry, the item you selected could not be found."
  26486.     return
  26487. end try
  26488. 1.0.1
  26489. 1.0.1b1c2
  26490. 1.0.1b3V
  26491. 1.0.2u
  26492. 1.0.3
  26493. 1.0.4v
  26494. This sample is designed to show you how to create the required QuickTime atom and send it to the IMA decompression codecs so that you can decompress IMA compressed WAVE files using the Sound Manager's SoundConvert routines and the QuickTime IMA codecs.
  26495. This sample also shows a tecnique of playing a sound that doesn't rely on doing any work, other than setting a flag, at interrupt time.  Use this tecnique if you want to be a friendly application, but not if you can't stand to have sound drB
  26496. opouts.
  26497. The interesting bits are in PlaySound, DoIdle, and SoundCallBackFcn.
  26498. While this code has a basic knowledge of the structure of a WAVE file, I would not use this code as a sample showing the most correct and complete way to parse a WAVE file.
  26499. JBheaders
  26500. IMADecom readme
  26501. IMADecompression
  26502. IMADecompression.
  26503. sourceOQDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Music and Sound:QTimadecompression:
  26504. All Packages
  26505. System 7.5 Update 1.0O
  26506. Dev.CD Jul 95P
  26507. Dev.CD Jul 9V
  26508. 64554X
  26509. 68918X
  26510. Apr 95
  26511. b--set theItem to choose file -- uncomment to test in an AS editor
  26512.     tell application "Finder"
  26513.         open item "Dev.CD Apr 95"
  26514.         activate
  26515.     end tell
  26516. on error errMsg number errNum
  26517.     --enter statements to perform when no records are found such as...
  26518.     display dialog "Sorry, the item you selected could not be found."
  26519.     return
  26520. end try
  26521. All Packages
  26522. F    PowerTalkO
  26523. Dev.CD Apr 95
  26524. Dev.CD Jan 95P
  26525. Dev.CD Apr 95
  26526. Dev.CD Jan 9V
  26527. 68919X
  26528. Apr 95
  26529. p--set theItem to choose file -- uncomment to test in an AS editor
  26530.     tell application "Finder"
  26531.         open item "Dev.CD Apr 95
  26532. Dev.CD Jan 95"
  26533.         activate
  26534.     end tell
  26535. on error errMsg number errNum
  26536.     --enter statements to perform when no records are found such as...
  26537.     display dialog "Sorry, the item you selected could not be found."
  26538.     return
  26539. end try
  26540. All Packages
  26541. F    PowerTalkO
  26542. Dev.CD Apr 95
  26543. Dev.CD Jan 95P
  26544. Dev.CD Apr 95
  26545. Dev.CD Jan 9V
  26546. 68920X
  26547. Apr 95
  26548. ignore
  26549. ignores
  26550. ignoring
  26551. csoundboardapp
  26552. csoundboardwindow
  26553. csoundboardwindow
  26554. csoundboardwindow
  26555. ct-009-4433
  26556. ct-009-4433
  26557. install
  26558. ct-009-4434
  26559. ct-009-4434
  26560. install
  26561. ct-009-4435
  26562. ct-009-4435
  26563. install
  26564. ct-009-4436
  26565. ct-009-4436
  26566. ct-009-4437
  26567. ct-009-4437
  26568. time-based
  26569. time-consuming
  26570. timebase
  26571. timecode
  26572. timed
  26573. timers
  26574. timertst
  26575. composers{
  26576. composit
  26577. composite
  26578. composited
  26579. compositepictures
  26580. compositing
  26581. composition
  26582. compositor
  26583. compound
  26584. compound-document
  26585. comprehensive
  26586. compress
  26587. compressed
  26588. --set theItem to choose file -- uncomment to test in an AS editor
  26589.     tell application "Finder"
  26590.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:TimeCodes:QTTimeCode:"
  26591.         activate
  26592.     end tell
  26593. on error errMsg number errNum
  26594.     --enter statements to perform when no records are found such as...
  26595.     display dialog "Sorry, the item you selected could not be found."
  26596.     return
  26597. end try
  26598. labels
  26599. language
  26600. language
  26601. analysis
  26602. architecture
  26603. language
  26604. updater
  26605. arabic
  26606. chinese
  26607. cyrillic
  26608. hebrew
  26609. language
  26610. manager
  26611. languageid
  26612. laserwriter
  26613. laserwriter
  26614. laserwriter
  26615. driver
  26616. printer
  26617. 8.5.1
  26618. localization
  26619. localized
  26620. localized
  26621. strings
  26622. location
  26623. location
  26624. manager
  26625. space
  26626. lproj
  26627. macapp
  26628. machine
  26629. machine
  26630. identification
  26631. macintoshR
  26632. bisibility programs, your products must have the Mac logo appropriately displayed on your products
  26633.  packaging as outlined on the guidelines. The Mac logo guidelines are included on this Developer CD. For more information, please see our web site at <http://developer.apple.com/mkt/maclogo.html> or contact our Licensing department at sw.license@apple.com.
  26634. JJClent Richardson Message.pdf
  26635. Mac Logo Art:
  26636. Mac Logo Guidelines:
  26637. NewMacLogoK
  26638. Jan 99N
  26639. Apple, Logo, MacO
  26640. Dev.CD Jan 99 SDK1:Mac Logo:P
  26641. Dev.CD Jan 99 SDK1
  26642.  - Mac Logoava:JavaSprites:PXDev.CD Nov 00 TC Disk 2
  26643.  - Sample Code
  26644.  - QuickTime
  26645.  - QuickTime for Java
  26646.  - JavaSpritesV
  26647. 67021X
  26648. Nov 00^    TC Disk 2
  26649. e    No Change
  26650. :  User license required for MacTCP. Redistribution license required from Apple if you want to ship the MacTCP driver to your customers
  26651. J]802 LAP:
  26652. HyperCard MacTCP Toolkit 1.0:
  26653. MacTCP LAP Tech Note
  26654. Universal Interfaces:
  26655. ZapTCP 1.1:K
  26656. Aug 93nge
  26657. ode:Games:NetSprocketTest:V
  26658. 62315X
  26659. 1e    No Change
  26660. Jan 96
  26661. g--set theItem to choose file -- uncomment to test in an AS editor
  26662.     tell application "Finder"
  26663.         open item "Dev.CD Jan 96 SDK1"
  26664.         activate
  26665.     end tell
  26666. on error errMsg number errNum
  26667.     --enter statements to perform when no records are found such as...
  26668.     display dialog "Sorry, the item you selected could not be found."
  26669.     return
  26670. end try
  26671. All Packages
  26672. QuickDraw GXO
  26673. Dev.CD Jan 96 SDK1P
  26674. Dev.CD Jan 96 SDKV
  26675. 69050X
  26676. Jan 96
  26677. g--set theItem to choose file -- uncomment to test in an AS editor
  26678.     tell application "Finder"
  26679.         open item "Dev.CD Jan 96 SDK1"
  26680.         activate
  26681.     end tell
  26682. on error errMsg number errNum
  26683.     --enter statements to perform when no records are found such as...
  26684.     display dialog "Sorry, the item you selected could not be found."
  26685.     return
  26686. end try
  26687. All Packages
  26688. QuickDraw GXO
  26689. Dev.CD Jan 96 SDK1P
  26690. Dev.CD Jan 96 SDKV
  26691. 69051X
  26692. Jan 96
  26693. --set theItem to choose file -- uncomment to test in an AS editor
  26694.     tell application "Finder"
  26695.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:ColorizePict:"
  26696.         activate
  26697.     end tell
  26698. on error errMsg number errNum
  26699.     --enter statements to perform when no records are found such as...
  26700.     display dialog "Sorry, the item you selected could not be found."
  26701.     return
  26702. end try
  26703. d not be found."
  26704.     return
  26705. end try
  26706. e    No ChangefEQuickTime
  26707. Sound
  26708. Utilities
  26709. Track
  26710. Audio
  26711. Buffer
  26712. Volumes
  26713. Compressionq
  26714. Dev.CD Nov 00 TC Disk 2
  26715. All Packages
  26716. SoundSprocketTestI
  26717. This sample is a demonstration and test of the SoundSprocket API with QuickDraw 3D.  If allows the user to config various options of SoundSprocket to show how effects work and their interactions.
  26718. Feb 00V
  26719. 67725X
  26720. 1e    No Change
  26721. no-copy
  26722. receives
  26723. under
  26724. sample
  26725. demonstrates
  26726. palette
  26727. color
  26728. tables
  26729. opers
  26730. create
  26731. theme@
  26732. e    No ChangefEMPW
  26733. compilers
  26734. assemblers
  26735. linkers
  26736. tools
  26737. debuggers
  26738. performance analysisq
  26739. Dev.CD Nov 00 TC Disk 1
  26740. All Packages
  26741. MPW Script Tips 1.1.1
  26742. )Summary: Tips supplementing the MPW 3.0 documentation for MPW scripting
  26743. Features: The sample scripts are heavily commented so that the concepts on which they are based can be easily transferred to other scripts. Also includes tips documents on putting commands together to write useful scripts.  
  26744. J6Documents
  26745. READMEFIRST!
  26746. Sample Makefiles
  26747. Sample ScriptsK
  26748. Mar 92M
  26749. MPW 3.2 or laterOVDev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:MPW Script Tips 1.1.1:PaDev.CD Nov 00 TC Disk 1
  26750.  - Tool Chest
  26751.  - Development Kits
  26752.  - MPW Related
  26753.  - MPW Script Tips 1.1.1V
  26754. 68780X
  26755. Nov 00^    TC Disk 1
  26756. e    No Change
  26757. form when no records are found such as...
  26758.     display dialog "Sorry, the item you selected could not be found."
  26759.     return
  26760. end try
  26761. e    No Changeq
  26762. Dev.CD Nov 00 TC Disk 1
  26763. All Packages
  26764. Dialog popupsV
  26765. 66858X
  26766. system
  26767. folder
  26768. system
  26769. folder
  26770. 8.5.1
  26771. suite
  26772. toolc
  26773. configs
  26774. toolboxQ
  26775. toolbox
  26776. assistant
  26777. multiple
  26778. toolbox
  26779. toolbox
  26780. framework
  26781. toolframework
  26782. toolkit
  26783. toolsQ
  26784. tools
  26785. goodies
  26786. tools
  26787. toolwindow
  26788. toolwindow
  26789. toolwindow
  26790. topicsS
  26791.     Ctwn replacement to the standard MDEF in case you need just a bit more functionality than the standard MDEF provides.
  26792. ChooseTkl.c
  26793. ChooseTkl.h
  26794. Concordia Info
  26795. Concordia(PPC)
  26796. Concordia.c
  26797. Concordia.h
  26798. Concordia.mcp
  26799. Concordia.r
  26800. DrawTkl.c
  26801. DrawTkl.h
  26802. PopUpTkl.c
  26803. PopUpTkl.h
  26804. SizeTkl.c
  26805. SizeTkl.hN
  26806. MDEF, proportional, scrollingOFDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Concordia:PNDev.CD Nov 00 TC Disk 1
  26807.  - Sample Code
  26808.  - Human Interface Toolbox
  26809.  - ConcordiaerPC and 68K code.
  26810. olorCDEF:  This working sample defproc emulates the features of the standard button control for system software 7.0 on the macintosh.
  26811. ColoredCheckBox:  This app demonstrates how to create a check box on a gray window background. The key to this is making sure that the background color for the window is set.
  26812. CustomIcon:  This snippet shows how to use custom document icons in an application. The correct procedure for doing this is to add the Icon family to the document and set bit 10 of th
  26813. 160/180
  26814. installment
  26815. installsf
  26816. instance
  26817. instances
  26818. instantiated
  26819. instantly
  26820. instead
  26821. instruction
  26822. instructional
  26823. instructions_
  26824. instrumentation
  26825. instrumented
  26826. instruments
  26827. instuctions
  26828. insulate
  26829. insure
  26830. int'l
  26831. intact
  26832. integer
  26833. integers
  26834. integrated
  26835. integrates
  26836. integrating
  26837. integrating
  26838. computer-based
  26839. media
  26840. broadcast
  26841. environment
  26842. integration
  26843. integrator
  26844. serversT
  26845. servervols
  26846. servervols
  26847. services
  26848. folder
  26849. windows
  26850. movie
  26851. setdefaultdtp
  26852. setdefaultdtp
  26853. setdefaultdtp
  26854. setdeskcpat
  26855. setdeskcpat
  26856. setdeskcpat
  26857. setdeskcpat
  26858. setdeskcpat
  26859. setdeskcpatdemo
  26860. setdeskcpatdemo
  26861. setfileflag
  26862. setfileflag
  26863. setfinderlock
  26864. setfinderlock
  26865. setfinfo
  26866. setfinfo
  26867. setfolderflag
  26868. setfolderflag
  26869. setindstring
  26870. setindstring
  26871. setled
  26872. setled
  26873. setled
  26874. setled
  26875. setlockbit
  26876. setlockbit
  26877. setlockbitatomsample
  26878. s can be saved to hold the user-defined critieria and actions that users create.
  26879. The Snarfer can run on Internet Routers and handle multiple ports.
  26880. Issues: The Snarfer is currently being considered for a patent filed by Apple.  So far, it is a low priority patent.
  26881.  riority patent.
  26882. apple
  26883. shared
  26884. library
  26885. manager
  26886. dynamic
  26887. library
  26888. profiler
  26889. apple
  26890. system
  26891. installer
  26892. assemblers
  26893. assembly
  26894. assistant
  26895. async
  26896. async
  26897. asynchronous
  26898. driver
  26899. table
  26900. async
  26901. device
  26902. driver
  26903. asyncdriversample
  26904. asyncdriversample
  26905. asynchronous
  26906. asyncronous
  26907. atapi
  26908. cd-rom
  26909. powerbook
  26910. ataerrordetector
  26911. ataerrordetector
  26912. atapi
  26913. atmark
  26914. atsui
  26915. attachability
  26916. attributes
  26917. atworld
  26918. audio
  26919. authentication
  26920. autoguest
  26921. automated
  26922. automation
  26923. autopush
  26924. aware
  26925. backcolor
  26926. background
  26927. background-only
  26928. background-only
  26929. applications
  26930. pbcatsearch
  26931. applescript
  26932. subrout
  26933. carbonsndplaydb@
  26934. carbonsndplaydb
  26935. readme@
  26936. cfoverview@
  26937. choosetkl@
  26938. clearbutton@
  26939. editor
  26940. resedit
  26941. coercions
  26942. colormarquee@
  26943. common
  26944. common
  26945. files
  26946. common
  26947. compbasedmediabroadc@
  26948. compression@
  26949. connect@
  26950. contributed@
  26951. convert@
  26952. copybits@
  26953. counter@
  26954. createcopy@
  26955. creator@
  26956. csmp-digest-readme@
  26957. csmp-digest-v3-027@
  26958. csmp-digest-v3-070@
  26959. csmp-digest-v3-113@
  26960. csoundboardapp@
  26961. ct-009-4438@
  26962. cursordevices@
  26963. customputappend
  26964. .CD Nov 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:DetachedController:PlDev.CD Nov 00 TC Disk 2
  26965.  - Sample Code
  26966.  - QuickTime
  26967.  -  All Java
  26968.  - QuickTime for Java
  26969.  - DetachedControllerV
  26970. 66820X
  26971. Nov 00^    TC Disk 2
  26972. e    No Change
  26973. myquicktakeapp
  26974. 1.0.2
  26975. myregistercomponent
  26976. myregistercomponent
  26977. system
  26978. enabler
  26979. --set theItem to choose file -- uncomment to test in an AS editor
  26980.     tell application "Finder"
  26981.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Importers and Exporters:GraphicImporter.win:"
  26982.         activate
  26983.     end tell
  26984. on error errMsg number errNum
  26985.     --enter statements to perform when no records are found such as...
  26986.     display dialog "Sorry, the item you selected could not be found."
  26987.     return
  26988. end try
  26989. ckages
  26990. New & RevisedF
  26991. OT Virtual Server
  26992. The Virtual Server is an attempt to provide a piece of sample code which uses the native Open Transport API and is complex enough to demonstrate real issues an application developer will need to deal with.   It also demonstrates the speed of Open Transport when used properly.
  26993. J6About OTVirtual Server
  26994. OTVirtualClient
  26995. OTVirtualServerL
  26996. Nov 00M
  26997. Open Transport 1.1.100 TC Disk 1:Sample Code:Networking:OT Virtual Server:V
  26998. 67213X
  26999. Updatedo&http://developer.apple.com/samplecode/
  27000. Headers.
  27001. e    No Changef2AppleShare
  27002. File Sharing
  27003. File Manager
  27004. Drag and Dropq
  27005. Dev.CD Nov 00 TC Disk 1
  27006. D!All Packages
  27007. Tool Chest Edition
  27008. URL Access 1.0.1 SDK
  27009. URL Access - A collection of functions allowing easy access to files on network systems using URLs to reference the remote sources. Support is provided for ftp, http,  and file URLs.
  27010. Download data from a given URL
  27011. Upload data to a given URL (FTP only)
  27012. Post an HTML form
  27013. Download a directory listing (FTP only)
  27014. Download/Upload an entire directory (FTP only)
  27015. Progress and authentication UI
  27016. The SSL code in URL Access uses 40-bit encryption.  This is exportable.
  27017. JrURL Access
  27018. URL Access Scripting
  27019. URLAccess.h
  27020. URLAccess.p
  27021. URLAccess.pdf
  27022. URLAccess68K.lib
  27023. URLAccessLib
  27024. URLAccessLib.oK
  27025. Aug 99M    MacOS 8.6N
  27026. URL Access, Internet, IPOJDev.CD Aug 99 TC:What's New?:Development Kits:Mac OS:URL Access 1.0.1 SDK:PUDev.CD Aug 99 TC
  27027.  - What's New?
  27028.  - Development Kits
  27029.  - Mac OS
  27030.  - URL Access 1.0.1 SDKV
  27031. 69758X
  27032. Aug 99^
  27033. 69777X
  27034. Nov 00^    TC Disk 2
  27035. --set theItem to choose file -- uncomment to test in an AS editor
  27036.     tell application "Finder"
  27037.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:vox recording:"
  27038.         activate
  27039.     end tell
  27040. on error errMsg number errNum
  27041.     --enter statements to perform when no records are found such as...
  27042.     display dialog "Sorry, the item you selected could not be found."
  27043.     return
  27044. end try
  27045. e    No Changef
  27046. sound
  27047. buffer
  27048. vox recordingq
  27049. Dev.CD Nov 00 TC Disk 2
  27050. All Packages
  27051. VRAM & bit-depth explainedI
  27052. Summary: This is a graphical representation of the maximum number of colors (bit-depth) that can be achieved (by monitor) under certain video memory/video card configurations.
  27053. Issues: Details only released productsJ-VRAM & bit-depth explnd
  27054.  Read Me, pleaseK
  27055. Jun 92O`Dev.CD Nov 00 TC Disk 1:Tool Chest:Hardware:Display & Video Hardware:VRAM & bit-depth explained:V
  27056. 69778X
  27057. 1e    No Change
  27058. compositedeffects
  27059. compressed
  27060. compressed
  27061. compression
  27062. ressmovies
  27063. computer-based
  27064. computer-based
  27065. media
  27066. broadcast
  27067. concordia
  27068. conferencing
  27069. config
  27070. config&interleave
  27071. contacts
  27072. content
  27073. context
  27074. contextualmenumanage
  27075. contextualmenumanage
  27076. 1.0.3
  27077. control
  27078. control
  27079. strip
  27080. controlbackground
  27081. controlkeypatch
  27082. controlrgn
  27083. controlstrip
  27084. controlstrip
  27085. controlstripsample
  27086. convert
  27087. convert
  27088. projects
  27089. 1.0b5
  27090. converttomovie
  27091. converttomovie
  27092. copybits
  27093. copybits
  27094. copymask
  27095. copybitsspeedpalette
  27096. copydeepmask
  27097. copying
  27098. copymask
  27099. corefoundation
  27100. coresample
  27101. cplustesample
  27102. cpugestalt
  27103. createdirwcusticon
  27104. createmovie
  27105. createpictfile
  27106. creator
  27107. creator
  27108. changer
  27109. ~OJDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:TimeCode:PUDev.CD Nov 00 TC Disk 2
  27110.  - Sample Code
  27111.  - QuickTime
  27112.  - QuickTime for Java
  27113.  - TimeCodeV
  27114. 69733X
  27115. Nov 00^    TC Disk 2
  27116. --set theItem to choose file -- uncomment to test in an AS editor
  27117.     tell application "Finder"
  27118.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:TimeCode:"
  27119.         activate
  27120.     end tell
  27121. on error errMsg number errNum
  27122.     --enter statements to perform when no records are found such as...
  27123.     display dialog "Sorry, the item you selected could not be found."
  27124.     return
  27125. end try
  27126. e    No Changef
  27127. QuickTime
  27128. Dev.CD Nov 00 TC Disk 2
  27129. All Packages
  27130. TimeSlavingI
  27131. This demo program shows how the effects of using timing information to control the Scrolling Java Text object and how slaving its TimeBase to a movie alters the behaviour.J1README.txt
  27132. TimeSlaving
  27133. TimeSlaving.zip
  27134. ts.batK
  27135. Feb 00
  27136. 9734X
  27137. 1e    No Change
  27138. |This sample has been updated for the Carbon API.  A device loop procedure searches all active screen devices, calling a drawing procedure whenever it encounters a screen that intersects the drawing region.  In this app the drawing region is the app's window bounds and the chosen drawing procedure simply displays the screen's colors for every device the window bounds intersect.
  27139. JVCarbonPrefix.h
  27140. CarbonRes.rsrc
  27141. MyDeviceLoop(PPC)
  27142. MyDeviceLoop.c
  27143. MyDeviceLoop.mcp
  27144. ReadMeL
  27145. Nov 00M
  27146. CarbonLib
  27147. N.ClipRect, GetNextDevice, GetDeviceList, CarbonO=Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:MyDeviceLoop:PEDev.CD Nov 00 TC Disk 1
  27148.  - Sample Code
  27149.  - Graphics 2D
  27150.  - MyDeviceLoopek
  27151. Lots of applications send PostScript files directly to LaserWriters, but many of them do it the wrong way. Here
  27152. s the right way.
  27153. ACCORDING TO SCRIPT: User Interactions in Apple Event
  27154. Driven Applications 
  27155. How and when to interact with the user in response to Apple Events can be tricky, but there
  27156. s a method t
  27157. seedbuilder
  27158. seedcfill
  27159.  is a simple example of how to use Apple's JDirect technology to access APIs imported from code fragments, the Macintosh implemention of shared libraries. This example uses Apple's Speech Manager to provide text-to-speech capabilities inside a Java application.
  27160. JUAbout JDirect and JDirectTalker
  27161. JDirectTalker.java
  27162. JDirectTalker.prj
  27163. MRJTalkTest.javaM
  27164. MRJ 2.1 or later.N
  27165. JDirect Speach Manager MRJ JavaO?Dev.CD Nov 00 TC Disk 1:Sample Code:Java:JDirectTalker Example:PGDev.CD Nov 00 TC Disk 1
  27166.  - Sample Code
  27167.  - Java
  27168.  - JDirectTalker ExampleV
  27169. 67023X
  27170. Nov 00^    TC Disk 1
  27171. e    No Change
  27172. No Changef#Mac OS 8
  27173. Human Interface Guidelinesq
  27174. Dev.CD Sep 00 RL Disk 1
  27175. All Packages
  27176. MacsBug 6.6
  27177. 65465X
  27178. nd speed up document access, including:
  27179. - outline view (icon, name, date modified, sorting, etc)
  27180. - simultaneous opening of multiple documents, including on different volumes
  27181. - recent documents tracking
  27182. - favorite folders and do
  27183. PXDev.CD Nov 00 TC Disk 1
  27184.  - Tool Chest
  27185.  - Localization
  27186.  - HC Stack Localization NavigatorV
  27187. 68582X
  27188. Nov 00^    TC Disk 1
  27189. --set theItem to choose file -- uncomment to test in an AS editor
  27190.     tell application "Finder"
  27191.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Localization:HC Stack Localization Navigator:"
  27192.         activate
  27193.     end tell
  27194. on error errMsg number errNum
  27195.     --enter statements to perform when no records are found such as...
  27196.     display dialog "Sorry, the item you selected could not be found."
  27197.     return
  27198. end try
  27199. e    No Changeq
  27200. Dev.CD Nov 00 TC Disk 1
  27201. All Packages
  27202. Hebrew Language KitO
  27203. Dev.CD May 96 TCP
  27204. Dev.CD May 96 TV
  27205. 68583X
  27206. May 96
  27207. r Appearance.J
  27208. OffscreenControl(PPC)
  27209. OffScreenControlUpdate READ ME
  27210. OffScreenControlUpdate.c
  27211. OffscreenControlUpdate.mcp
  27212. OffScreenControlUpdate.rsrcK
  27213. Aug 97N
  27214. appearance, gworld, off-screenOGDev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:OffScreenControlUpdate:V
  27215. 67195X
  27216. 1e    No Change
  27217. 68809X
  27218. Nov 00^    TC Disk 1
  27219. --set theItem to choose file -- uncomment to test in an AS editor
  27220.     tell application "Finder"
  27221.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Networking:Network Watch (DMZ) v1.5:"
  27222.         activate
  27223.     end tell
  27224. on error errMsg number errNum
  27225.     --enter statements to perform when no records are found such as...
  27226.     display dialog "Sorry, the item you selected could not be found."
  27227.     return
  27228. end try
  27229. e    No ChangefIOpen Transport
  27230. AppleTalk
  27231. rawmode
  27232. NBPLookup
  27233. OTLookup
  27234. Echo Protocolq
  27235. Dev.CD Nov 00 TC Disk 1
  27236. All Packages
  27237. New Audio Features QT3
  27238. 68810X
  27239. Sample Code.imgK
  27240. Vol IVL
  27241. Aug 00M.Mac OS 8.1 or later. MPW, THINK C, CodeWarriorN
  27242. Sample, Code, DTSO
  27243. Dev.CD May 00 TC:Sample Code:P
  27244. Dev.CD May 00 TC
  27245.  - Sample Code
  27246. sample
  27247. nov/dec
  27248. nov/dec
  27249. 802.3
  27250. a/roseR
  27251. DIMPORTANT INFORMATION ABOUT THIS SDK
  27252. This package has been removed from the Developer CD. For the latest information on QuickTime development and products, please see the QuickTime web site at
  27253. http://www.apple.com/quicktime/.
  27254. QuickTake software for Windows developers.  Also see QuickTake Digital Camera SDK for more info.
  27255. untitled (DOS 1.4MB format)K
  27256. Sep 97N"QuickTake, Windows, Digital cameraOGDev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTake for Windows 1.5:PLDev.CD Apr 98 SDK2
  27257.  - Development Kits (Disc 2)
  27258.  - QuickTake for Windows 1.5e
  27259. services
  27260. setcontrolmaximum
  27261. setcontrolminimum
  27262. setcontrolvalue
  27263. setdefaultdtp
  27264. setdeskcpat
  27265. setentrycolor
  27266. sethideonswitch
  27267. setled
  27268. setlinewidth
  27269. setpalette
  27270. setpt
  27271. setrect
  27272. setting
  27273. setup
  27274. setwakeuptimer
  27275. share
  27276. shared
  27277. opengl
  27278. f-PostScript
  27279. print
  27280. rotate
  27281. object
  27282. PrGeneralq
  27283. Dev.CD Nov 00 TC Disk 2
  27284. All Packages
  27285. New & RevisedF
  27286. RotateString
  27287. gThis sample has been updated for the Carbon API.  This contains the code for rotating a string 90 degrees counter clockwise.  This one is easy to use.  Just call  RotateString("\pRotate Me",&rotatedBitMap), and you will get back a BitMap the size of the text that you can CopyBits anywhere you like.  RotateString will allocate the destination BitMap for you.
  27288. JxCarbonPrefix.h
  27289. CarbonRes.rsrc
  27290. ReadMe
  27291. rotateSampleMain.c
  27292. RotateString(PPC)
  27293. RotateString.c
  27294. RotateString.h
  27295. RotateString.mcpL
  27296. Nov 00M
  27297. QuickDraw, CarbonLibN
  27298. RotateString, rotate, CarbonO=Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:RotateString:PEDev.CD Nov 00 TC Disk 1
  27299.  - Sample Code
  27300.  - Graphics 2D
  27301.  - RotateStringV
  27302. 69241X
  27303. Nov 00^    TC Disk 1b
  27304. Revised
  27305. #ttp://developer.apple.com/samplecode/
  27306. scsidriver
  27307. scsifinddevices
  27308. scsifinddevices
  27309. scsifinddevicesmain
  27310. picker
  27311. pictdialog
  27312. pippin
  27313. pippin
  27314. technical
  27315. notes
  27316. pixel
  27317. pixmap2pixpat2ppat
  27318. movie
  27319. movie
  27320. w/controller
  27321. video
  27322. sample
  27323. player
  27324. playmovie
  27325. playtune
  27326. plug-ins
  27327. plugins
  27328. popupcdef
  27329. popupfuncs
  27330. popupfuncs
  27331. 2.6.1
  27332. popupmenuwithcurfont
  27333. popups
  27334. porting
  27335. porting
  27336. objective-c
  27337. posers
  27338. postscript
  27339. postscript
  27340. output
  27341. filters
  27342. postscript
  27343. utilities
  27344. postscripthandledemo
  27345. power
  27346. power
  27347. debugger
  27348. power
  27349. macintosh
  27350. artwork
  27351. power
  27352. manager
  27353. publications
  27354. quadra
  27355. qualified
  27356. quickdraw
  27357. r13u5
  27358. r15d1
  27359. reader_
  27360. receive
  27361. redistribution
  27362. registration
  27363. registry~
  27364. release
  27365. reporting
  27366. reports
  27367. requests
  27368. resedit
  27369. resources
  27370. quicktime
  27371. image
  27372. compression
  27373. manager
  27374. quicktime's
  27375. quicktime-enabled
  27376. quicktime-readable
  27377. quicktime/mac
  27378. quicktimes
  27379. quicktimesdk
  27380. quicktimevr
  27381. quickview
  27382. quiets
  27383. quinn
  27384. quitapps
  27385. quite
  27386. quits
  27387. quitting
  27388. quoted
  27389. quoting
  27390. qwerty
  27391. qwertytunes
  27392. qwertytunes
  27393. small
  27394. application
  27395. which
  27396. races
  27397. radcliffe
  27398. radically
  27399. radio
  27400. radio-button
  27401. radiostation
  27402. radiostation
  27403. small
  27404. functional
  27405. streaming
  27406. server
  27407. raises
  27408. random
  27409. randomly
  27410. range
  27411. rangingw
  27412. enablerC
  27413. in-house
  27414. in-memory
  27415. in-store
  27416. in/out
  27417. ncomment to test in an AS editor
  27418.     tell application "Finder"
  27419.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Files:PutAwayVolumes:"
  27420.         activate
  27421.     end tell
  27422. on error errMsg number errNum
  27423.     --enter statements to perform when no records are found such as...
  27424.     display dialog "Sorry, the item you selected could not be found."
  27425.     return
  27426. end try
  27427. e    No Changef.unmount
  27428. put away
  27429. Finder Apple Events
  27430. MoreFilesq
  27431. Dev.CD Nov 00 TC Disk 1
  27432. All Packages
  27433. QDGX Spooler Patch 1.0.2
  27434. 67344X
  27435. on error errMsg number errNum
  27436.     --enter statements to perform when no records are found such as...
  27437.     display dialog "Sorry, the item you selected could not be found."
  27438.     return
  27439. end try
  27440. e    No Changef7VUMeter
  27441. sound level meters
  27442. ARTA sample code
  27443. volume unitq
  27444. Dev.CD Nov 00 TC Disk 1
  27445. All Packages
  27446. Wake100V
  27447. 64912X
  27448. lications
  27449. demonstrate
  27450. write
  27451. background
  27452. think@
  27453. unexpe
  27454. access
  27455. 1.0.1
  27456. distribution
  27457. guide
  27458. 1.4.6f4
  27459. userd
  27460. userfunction
  27461. userfunction
  27462. gestalt
  27463. utilities
  27464. v1.0.1
  27465. v1.1.1
  27466. validator
  27467. variables
  27468. vblsnippet
  27469. vectorgraphics
  27470. veleng
  27471. veleng
  27472. veleng
  27473. multiprecision
  27474. veleng
  27475. wavelet
  27476. verifier
  27477. verifier
  27478. verilog
  27479. version
  27480. versionedit
  27481. versionedit
  27482. vertest
  27483. video
  27484. videoframetogworld
  27485. enable/disable
  27486. viewer
  27487. virtual
  27488. virtual
  27489. sphere
  27490. 1.0.1
  27491. virtual
  27492. virtual
  27493. tools
  27494. vmsify
  27495. recording
  27496. controller
  27497. watch
  27498. watching
  27499. wavelet
  27500. webobjects
  27501. white
  27502. windowsq
  27503. 68527X
  27504. Nov 99^
  27505. r--set theItem to choose file -- uncomment to test in an AS editor
  27506.     tell application "Finder"
  27507.         open item "Dev.CD Nov 99 TC:Sample Code:"
  27508.         activate
  27509.     end tell
  27510. on error errMsg number errNum
  27511.     --enter statements to perform when no records are found such as...
  27512.     display dialog "Sorry, the item you selected could not be found."
  27513.     return
  27514. end try
  27515. Deletedf0PC Card 3.0
  27516. Location Manager
  27517. Eject
  27518. Action moduleq
  27519. Dev.CD Nov 99 TC
  27520. D!All Packages
  27521. Mac OS SDK Edition
  27522. Embedding Profile Documentation
  27523. CThis folder contains updated documents outlining strategies for embedding ICC Profiles in TIFF, PICT, GIF, JFIF and EPS formats.
  27524. This folder contains updated documents outlining strategies for embedding ICC Profiles in TIFF, PICT, GIF, JFIF and EPS formats. These documents are of interest to ColorSync-savvy applications.
  27525. e    No Change
  27526. Dev.CD Apr 95
  27527. Dev.CD Jan 95P
  27528. Dev.CD Apr 95
  27529. Dev.CD Jan 9V
  27530. 67283X
  27531. Apr 95
  27532. May 97L
  27533. Dec 98
  27534. characteristics
  27535. characters
  27536. charge
  27537. charges
  27538. chars
  27539. cheap
  27540. check
  27541. chess
  27542. chest
  27543. chinese
  27544. chiropractic
  27545. choice
  27546. choices
  27547. choose
  27548. chooser
  27549. choosesy
  27550. choosing
  27551. christine
  27552. chromakey
  27553. chromakey
  27554. movie
  27555. simple
  27556. application
  27557. which
  27558. designed
  27559. chromakeying
  27560. chrominance
  27561. chrp{
  27562. chunk
  27563. chunks
  27564. claim{
  27565. claims
  27566. claris
  27567. clarisworks
  27568. clark
  27569. clash{
  27570. class
  27571. classes{
  27572. classicu
  27573. classroomS
  27574. clause
  27575. clauses
  27576. clean
  27577. cleaner
  27578. clearly
  27579. --set theItem to choose file -- uncomment to test in an AS editor
  27580.     tell application "Finder"
  27581.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:PaletteAnimation gray:"
  27582.         activate
  27583.     end tell
  27584. on error errMsg number errNum
  27585.     --enter statements to perform when no records are found such as...
  27586.     display dialog "Sorry, the item you selected could not be found."
  27587.     return
  27588. end try
  27589.     --enter statements to perform when no records are found such as...
  27590.     display dialog "Sorry, the item you selected could not be found."
  27591.     return
  27592. end try
  27593. All Packages
  27594. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  27595. Dev.CD Jan 94
  27596. Dev.CD Oct 93
  27597. Dev.CD Jul 93
  27598. Dev.CD Apr 93PDDev.CD Apr 94
  27599. Dev.CD Jan 94
  27600. Dev.CD Oct 93
  27601. Dev.CD Jul 93
  27602. Dev.CD Apr 9V
  27603. 66229X
  27604. Apr 94
  27605. ectwithc
  27606. demonstrates
  27607. which
  27608. memory
  27609. globals
  27610. popupmenuwithcurfont
  27611. popups
  27612. portU
  27613. g4enemy
  27614. g4enemy
  27615. g4externs
  27616. g4externs
  27617. g4graphics
  27618. g4graphics
  27619. g4interface
  27620. g4interface
  27621. g4lava
  27622. g4lava
  27623. g4main
  27624. g4main
  27625. g4play
  27626. g4play
  27627. g4prefs
  27628. g4prefs
  27629. g4resources
  27630. g4resources
  27631. g4setuptakedown
  27632. g4setuptakedown
  27633. g4sound
  27634. g4sound
  27635. g4utilities
  27636. g4utilities
  27637. times
  27638. timestamps
  27639. timezone
  27640. timing
  27641. timings
  27642. tipsT
  27643. tiresome
  27644. title
  27645. titled
  27646. titles
  27647. tmon's
  27648. tmtask
  27649. tn1102
  27650. tnetworkbuf
  27651. tnetworkiostream
  27652. tnetworkistream
  27653. tnetworkostream
  27654. Wata folder
  27655. tjs commK
  27656. Oct 92L
  27657. Aug 95M
  27658. MPW10X
  27659. 1e    No Change
  27660. sresource
  27661. srlanguagemodeler
  27662. exampleO
  27663. criptsO
  27664. example
  27665. examplecodec
  27666. examplecodec
  27667. examplecodec
  27668. examplecodec
  27669. examplecodec
  27670. examples
  27671. exceptions
  27672. exceptions
  27673. exceptions
  27674. exceptions
  27675. expand
  27676. experimental
  27677. experimental
  27678. interfacelib
  27679. experimental
  27680. stuff
  27681. export
  27682. exportersp
  27683. exrom-1func
  27684. exrom-1func
  27685. sresource
  27686. extendprintrecord
  27687. extendprintrecord
  27688. extendprintrecord
  27689. extensionv
  27690. extension
  27691. extension
  27692. extensions
  27693. extractitems
  27694. extractitems
  27695. extractors
  27696. fadescreen
  27697. fadescreen
  27698. fadescreen
  27699. failure
  27700. failure
  27701. fastdither
  27702. fastdither
  27703. All Packages
  27704. System Enabler 001 (IIvx, IIvi)O7Dev.CD Apr 94
  27705. Dev.CD Jan 94
  27706. Dev.CD Oct 93
  27707. Dev.CD Jul 93P6Dev.CD Apr 94
  27708. Dev.CD Jan 94
  27709. Dev.CD Oct 93
  27710. Dev.CD Jul 9V
  27711. 69481X
  27712. Apr 94
  27713. --set theItem to choose file -- uncomment to test in an AS editor
  27714.     tell application "Finder"
  27715.         open item "Dev.CD Apr 94
  27716. Dev.CD Jan 94
  27717. Dev.CD Oct 93
  27718. Dev.CD Jul 93"
  27719.         activate
  27720.     end tell
  27721. on error errMsg number errNum
  27722.     --enter statements to perform when no records are found such as...
  27723.     display dialog "Sorry, the item you selected could not be found."
  27724.     return
  27725. end try
  27726. All Packages
  27727. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  27728. Dev.CD Jan 94
  27729. Dev.CD Oct 93
  27730. Dev.CD Jul 93
  27731. Dev.CD Apr 93PDDev.CD Apr 94
  27732. Dev.CD Jan 94
  27733. Dev.CD Oct 93
  27734. Dev.CD Jul 93
  27735. Dev.CD Apr 9V
  27736. 69482X
  27737. Apr 94
  27738. detectors
  27739. detectorsy
  27740. developerz
  27741. developer
  27742. documentation
  27743. publications
  27744. technical
  27745. document
  27746. Apr 92V
  27747. 62310X
  27748. 1e    No Change
  27749. y--set theItem to choose file -- uncomment to test in an AS editor
  27750.     tell application "Finder"
  27751.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:"
  27752.         activate
  27753.     end tell
  27754. on error errMsg number errNum
  27755.     --enter statements to perform when no records are found such as...
  27756.     display dialog "Sorry, the item you selected could not be found."
  27757.     return
  27758. end try
  27759. nce boost by increasing the execution speed of memory-intensive programs. How much faster depends on a progr
  27760. am's software architecture and how often the processor accesses cache (L1 & L2) versus main memory.
  27761. Displays the memory size (amount of RAM) of each DIMM installed in each of the DIMM slots of a Hammerhead-based PCI PowerMac, such as 7300, 7500, 7600, 8500, 8600, 9500, and 9600 computers. Also indicates if any pairs have been installed properly to enable interleaving.
  27762. Includes source code so that Developers can incorporate the code into their own program.
  27763. Issues: This program only runs 
  27764. PeDev.CD Nov 00 TC Disk 2
  27765.  - Sample Code
  27766.  - QuickTime
  27767.  -  All Macintosh
  27768.  - QuickTime VR
  27769.  - AddVRActionscult tasks facing WebObjects and OPENSTEP programmers is correctly implementing memory management techniques in their applications.  This guide, sponsored by Apple Computer, Inc. Apple Developer Relations Group for the Apple Media Program, is designed to cover the issues relating to memory management, and to explain the correct procedure for implementing memory management techniques.
  27770. Advanced Web Site Technique.pdf
  27771. Avoid Audio Pitfalls Guide.pdf
  27772. CompbasedMediaBroadcastEnv
  27773. Creating MIDI for the Web3.pdf
  27774. DeBabelizer 3.0.pdf
  27775. Design For Reuse.pdf
  27776. DesignForRobustness
  27777. Digital Asset Management.pdf
  27778. Digital Storyboard.pdf 
  27779. DVD Development.pdf
  27780. DVD_Primer.pdf
  27781. Enhanced CD Survival Guide.pdf
  27782. EOModeler
  27783. Frameworks.pdf
  27784. Gender-Based Title Creation.pdf
  27785. Int_Media_Writer_Resources.pdf
  27786. Java Survival Guide.pdf
  27787. Making Cool QD3D Apps.pdf
  27788. Music on the Net.pdf
  27789. New Audio Features QT3.pdf
  27790. Porting
  27791. example
  27792. shows
  27793. additional
  27794. frame
  27795. example
  27796. shows
  27797. items
  27798. print
  27799. dialogs
  27800. example
  27801. shows
  27802. automate
  27803. printing
  27804. while
  27805. still
  27806. example
  27807. shows
  27808. convert
  27809. version
  27810. example
  27811. shows
  27812. encoded
  27813. sound
  27814. example
  27815. simpletext
  27816. 1.4d16
  27817. sample
  27818. contains
  27819. illustrates
  27820. determine
  27821. folder
  27822. includes
  27823. folder
  27824. contains
  27825. example
  27826. illustrating
  27827. folder
  27828. contains
  27829. apple
  27830. source
  27831. folder
  27832. contains
  27833. archives
  27834. format
  27835. apple
  27836. folder
  27837. contains
  27838. updated
  27839. documents
  27840. outlining
  27841. strategies
  27842. hypercard
  27843. update
  27844. features
  27845. including
  27846. installs
  27847. complete
  27848. macapp
  27849. release
  27850. product
  27851. installs
  27852. complete
  27853. macapp
  27854. release
  27855. product
  27856. writing
  27857. codecs
  27858. f2ColorSync
  27859. Profile Embed
  27860. Dev.CD Apr 98 SDK1
  27861. All Packages
  27862. Empty EngineI7Contains code demonstrating how to write a RAVE engine.JSEmpty Engine
  27863. Empty Engine Code
  27864. EmptyEngine.prefix.h
  27865. EmptyEngine.
  27866. EmptyEngine.
  27867. .expOMDev.CD Nov 00 TC Disk 1:Sample Code:Graphics 3D:RAVE 1.5 DevKit:Empty Engine:PXDev.CD Nov 00 TC Disk 1
  27868.  - Sample Code
  27869.  - Graphics 3D
  27870.  - RAVE 1.5 DevKit
  27871.  - Empty EngineV
  27872. 68529X
  27873. Nov 00^    TC Disk 1
  27874. --set theItem to choose file -- uncomment to test in an AS editor
  27875.     tell application "Finder"
  27876.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 3D:RAVE 1.5 DevKit:Empty Engine:"
  27877.         activate
  27878.     end tell
  27879. on error errMsg number errNum
  27880.     --enter statements to perform when no records are found such as...
  27881.     display dialog "Sorry, the item you selected could not be found."
  27882.     return
  27883. end try
  27884. e    No Changeq
  27885. Dev.CD Nov 00 TC Disk 1
  27886. All Packages
  27887. F)Enhanced Macintosh PB 1400 Developer NoteV
  27888. 68530X
  27889. 3-076
  27890. csmp-digest-v3-077
  27891. csmp-digest-v3-078
  27892. csmp-digest-v3-079
  27893. csmp-digest-v3-080
  27894. csmp-digest-v3-081
  27895. csmp-digest-v3-082
  27896. csmp-digest-v3-083
  27897. csmp-digest-v3-084
  27898. csmp-digest-v3-085
  27899. csmp-digest-v3-086
  27900. csmp-digest-v3-087
  27901. csmp-digest-v3-088
  27902. csmp-digest-v3-089
  27903. csmp-digest-v3-090
  27904. csmp-digest-v3-091
  27905. csmp-digest-v3-092
  27906. csmp-digest-v3-093
  27907. csmp-digest-v3-094
  27908. csmp-digest-v3-095
  27909. csmp-digest-v3-096
  27910. csmp-digest-v3-097
  27911. csmp-digest-v3-098
  27912. csmp-digest-v3-099
  27913. csmp-digest-v3-100
  27914. csmp-digest-v3-101
  27915. csmp-digest-v
  27916. 3-102
  27917. csmp-digest-v3-103
  27918. csmp-digest-v3-104
  27919. csmp-digest-v3-105
  27920. csmp-digest-v3-106
  27921. csmp-digest-v3-107
  27922. csmp-digest-v3-108
  27923. csmp-digest-v3-109
  27924. csmp-digest-v3-110
  27925. csmp-digest-v3-111
  27926. csmp-digest-v3-112
  27927. csmp-digest-v3-113
  27928. csmp-digest-v3-114
  27929. csmp-digest-v3-115
  27930. csmp-digest-v3-116
  27931. csmp-digest-v3-117
  27932. csmp-digest-v3-118
  27933. csmp-digest-v3-119
  27934. csmp-digest-v3-120
  27935. csmp-digest-v3-121
  27936. csmp-digest-v3-122
  27937. csmp-digest-v3-123
  27938. csmp-digest-v3-125
  27939. csmp-digest-v3-126
  27940. csmp-digest-v3-127
  27941. csmp-digest-v3-128
  27942. csmp-digest-v
  27943. luminance
  27944. lupdate
  27945. lurkers
  27946. lurkers
  27947. examine
  27948. projector
  27949. macapp
  27950. macapp-based]
  27951. macbug
  27952. maccalendar
  27953. machineh
  27954. machinesZ
  27955. macintoshP
  27956. macintosh
  27957. powerbook
  27958. series
  27959. developer
  27960. 68834X
  27961. Nov 00^    TC Disk 1
  27962. --set theItem to choose file -- uncomment to test in an AS editor
  27963.     tell application "Finder"
  27964.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Hardware:OpenFWBridgeFixJul97:"
  27965.         activate
  27966.     end tell
  27967. on error errMsg number errNum
  27968.     --enter statements to perform when no records are found such as...
  27969.     display dialog "Sorry, the item you selected could not be found."
  27970.     return
  27971. end try
  27972. e    No ChangefVTanzania
  27973. Zanzibar
  27974. StarMax
  27975. Open Firmware
  27976. Bridge
  27977. PCI-PCI Bridge
  27978. Riserq
  27979. Dev.CD Nov 00 TC Disk 1
  27980. All Packages
  27981. OpenGL DrawSprocket
  27982. 68835X
  27983. nsform it into 'getOpen'. This causes the dialog to behave as if the user had clicked the open button. Also, we intercept the item number of a check box we have added to the dialog item template in order to allow the user to choose whether to resolve aliases. Finally, when CustomGetFile returns, we call DebugStr to let the user (you, the programmer, not end users -
  27984. carbonprintingmgr
  27985. carbonresr
  27986. carbonres
  27987. rsrcr
  27988.  - Sample Code
  27989.  - Human Interface Toolbox
  27990.  - Prefs
  27991. bares
  27992. basey
  27993. base-2
  27994. base-class
  27995. basedR
  27996. 68994X
  27997. Nov 00^    TC Disk 2
  27998. --set theItem to choose file -- uncomment to test in an AS editor
  27999.     tell application "Finder"
  28000.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Music and Sound:QTMusicToo:"
  28001.         activate
  28002.     end tell
  28003. on error errMsg number errNum
  28004.     --enter statements to perform when no records are found such as...
  28005.     display dialog "Sorry, the item you selected could not be found."
  28006.     return
  28007. end try
  28008. e    No Changef
  28009. QuickTime
  28010. musicq
  28011. Dev.CD Nov 00 TC Disk 2
  28012. All Packages
  28013. qtreadwritejpeg
  28014. 68995X
  28015. p--set theItem to choose file -- uncomment to test in an AS editor
  28016.     tell application "Finder"
  28017.         open item "Dev.CD Apr 92
  28018. Dev.CD Mar 92"
  28019.         activate
  28020.     end tell
  28021. on error errMsg number errNum
  28022.     --enter statements to perform when no records are found such as...
  28023.     display dialog "Sorry, the item you selected could not be found."
  28024.     return
  28025. end try
  28026. 68600X
  28027. Nov 00^    TC Disk 1
  28028. --set theItem to choose file -- uncomment to test in an AS editor
  28029.     tell application "Finder"
  28030.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:HyperCard Related:HyperCard Instance Variables:"
  28031.         activate
  28032.     end tell
  28033. on error errMsg number errNum
  28034.     --enter statements to perform when no records are found such as...
  28035.     display dialog "Sorry, the item you selected could not be found."
  28036.     return
  28037. end try
  28038. e    No ChangefFHyperCard
  28039. variable
  28040. button
  28041. field
  28042. instance variables
  28043. global
  28044. saving stateq
  28045. Dev.CD Nov 00 TC Disk 1
  28046. All Packages
  28047. HyperCard Player 2.4
  28048. 68601X
  28049. AppleTalk.  The templates and macros simplify trapping on AppleTalk calls and provide templates for viewing the parameter blocks and associated data structures used by these calls.
  28050. Features: TMON Pro User Area for AppleTalk plus source code for the resource fork of the user area, and listing of macros.
  28051. Apr 92V
  28052. 67171X
  28053. 1e    No Change
  28054. u^    TC Disk 1
  28055. --set theItem to choose file -- uncomment to test in an AS editor
  28056.     tell application "Finder"
  28057.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:DeskPat:"
  28058.         activate
  28059.     end tell
  28060. on error errMsg number errNum
  28061.     --enter statements to perform when no records are found such as...
  28062.     display dialog "Sorry, the item you selected could not be found."
  28063.     return
  28064. end try
  28065. e    No Changeq
  28066. Dev.CD Nov 00 TC Disk 1
  28067. All Packages
  28068. New & RevisedF
  28069. DesktopSpritesIuThis sample code demonstrates how to use the QuickTime Sprite Toolbox APIs to create and animate sprites in a window.J
  28070. DesktopSprites
  28071. DesktopSprites.mcp
  28072. DeskTopSprites.rsrc
  28073. ImageCompressionUtilities.c
  28074. ImageCompressionUtilities.h
  28075. MacPrefix.h
  28076. main.c
  28077. main.h
  28078. QTSprites.c
  28079. QTSprites.h
  28080. READMEK
  28081. Nov 00M
  28082. QuickTime 3.0 or later00 TC Disk 2:Sample Code:QuickTime:Wired Movies and Sprites:DesktopSprites:V
  28083. 68445X
  28084. New Packageo&http://developer.apple.com/samplecode/
  28085. 1e    No Change
  28086. Summary: This graphics primer contains information and concepts that can aid in the understanding of Macintosh graphics.  
  28087. Features: It includes such things as understanding color and the differences between how computers generate colors versus how we see them.
  28088. Although this primer is not directly a prerequisite; it is recommended as a prerequisite for any other course involved in the study of graphics; such as the Apple Training Support courses for Macintosh Video Display Cards.
  28089. Mac Graphics Primer 2K
  28090. Vol IIIL
  28091. Vol VIIO;Dev.CD Nov 99 TC:Tool Chest:QuickDraw:Mac Graphics Primer 2PCDev.CD Nov 99 TC
  28092.  - Tool Chest
  28093.  - QuickDraw
  28094.  - Mac Graphics Primer uidelines will help developers take advantage of Mac OS 8 and beyond. Get the inside information on the Appearance Manager, new and upgraded controls, dialog box layout guidelines and much more!
  28095. MacOS8 HIGuidelines.pdf
  28096. READMEK
  28097. Oct 97N$Mac OS 8, Human Interface Guidelines
  28098. aiff/aifc
  28099. aiffwriterl
  28100. aiffwriter
  28101. sample
  28102. sound
  28103. output
  28104. device
  28105. component
  28106. aimedu
  28107. aincludes
  28108. airport
  28109. aladdin
  28110. alert{
  28111. alerting
  28112. alerts
  28113. alexander
  28114. algebra
  28115. dTF from theta group and many more )
  28116. PleaB3se report bugs and problems to kodom@visigenic.com.
  28117. J\Documentation:
  28118. ODBC Install.image
  28119. ODBC Sample Bins.image
  28120. ODBC Tools.image
  28121. Readme - InstallerK
  28122. Sep 93L
  28123. Sep 96M
  28124. MacOS System 7.5NNODBC, MacODBC, Database, Connectivity, Drivers, Network, Middleware, VisigenicO5Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacODBC:P:Dev.CD Apr 98 SDK1
  28125.  - Development Kits (Disc 1)
  28126.  - MacODBClugIn68K
  28127. ProjectXPlugIn68KNFPU
  28128. ProjectXPlugInPPC
  28129. Standalone App Quick StartK
  28130. Nov 96imple tools presented here wil
  28131. --set theItem to choose file -- uncomment to test in an AS editor
  28132.     tell application "Finder"
  28133.         open item "Dev.CD Apr 94
  28134. Dev.CD Jan 94
  28135. Dev.CD Oct 93
  28136. Dev.CD Jul 93
  28137. Dev.CD Apr 93"
  28138.         activate
  28139.     end tell
  28140. on error errMsg number errNum
  28141.     --enter statements to perform when no records are found such as...
  28142.     display dialog "Sorry, the item you selected could not be found."
  28143.     return
  28144. end try
  28145. Item to choose file -- uncomment to test in an AS editor
  28146.     tell application "Finder"
  28147.         open item "Dev.CD Apr 92
  28148. Dev.CD Mar 92"
  28149.         activate
  28150.     end tell
  28151. on error errMsg number errNum
  28152.     --enter statements to perform when no records are found such as...
  28153.     display dialog "Sorry, the item you selected could not be found."
  28154.     return
  28155. end try
  28156. waste
  28157. watch
  28158. watcher
  28159. watches
  28160. watchme
  28161. wavetable
  28162. wavetablesynth
  28163. waving
  28164. enabler
  28165. enablersample
  28166. enablersample
  28167. enablersample
  28168. enablersmpl
  28169. enablersmpl
  28170. enablersmpl
  28171. enablersmpl
  28172. engine
  28173. engineering
  28174. engines
  28175. english
  28176. english
  28177. lproj
  28178. englishmiscellaneousd
  28179. englishmiscellaneous
  28180. englishmiscellaneous
  28181. rsrcd
  28182. englishterminologyd
  28183. englishterminology
  28184. englishterminology
  28185. rsrcd
  28186. enhanced
  28187. enhanced
  28188. survival
  28189. guide
  28190. enterbutton
  28191. enterbutton
  28192. enterbutton
  28193. environment
  28194. eomodeler
  28195. eomodeler
  28196. errata~
  28197. error
  28198. errormsg
  28199. errormsg
  28200. errormsg
  28201. errors
  28202. ethernet
  28203. event~
  28204. eventloop
  28205. eventloop
  28206. events
  28207. events
  28208. apple
  28209. ethernet
  28210. apple
  28211. video
  28212. --set theItem to choose file -- uncomment to test in an AS editor
  28213.     tell application "Finder"
  28214.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW etc.:"
  28215.         activate
  28216.     end tell
  28217. on error errMsg number errNum
  28218.     --enter statements to perform when no records are found such as...
  28219.     display dialog "Sorry, the item you selected could not be found."
  28220.     return
  28221. end try
  28222. omment to test in an AS editor
  28223.     tell application "Finder"
  28224.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:QuickDraw FX:"
  28225.         activate
  28226.     end tell
  28227. on error errMsg number errNum
  28228.     --enter statements to perform when no records are found such as...
  28229.     display dialog "Sorry, the item you selected could not be found."
  28230.     return
  28231. end try
  28232. Updatedo&http://developer.apple.com/samplecode/
  28233. ound-only
  28234. applications
  28235. chained
  28236. chained
  28237. completion
  28238. routines
  28239. cheap
  28240. cheap
  28241. studio
  28242. checkbox
  28243. chinese
  28244. --set theItem to choose file -- uncomment to test in an AS editor
  28245.     tell application "Finder"
  28246.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:FinderEvents 1.2:"
  28247.         activate
  28248.     end tell
  28249. on error errMsg number errNum
  28250.     --enter statements to perform when no records are found such as...
  28251.     display dialog "Sorry, the item you selected could not be found."
  28252.     return
  28253. end try
  28254. be found."
  28255.     return
  28256. end try
  28257. All Packages
  28258. Performa 7.1P6O
  28259. Dev.CD Jun 94
  28260. Dev.CD Jul 94P
  28261. Dev.CD Jun 94
  28262. Dev.CD Jul 9V
  28263. 67254X
  28264. Jun 94
  28265. p--set theItem to choose file -- uncomment to test in an AS editor
  28266.     tell application "Finder"
  28267.         open item "Dev.CD Jun 94
  28268. Dev.CD Jul 94"
  28269.         activate
  28270.     end tell
  28271. on error errMsg number errNum
  28272.     --enter statements to perform when no records are found such as...
  28273.     display dialog "Sorry, the item you selected could not be found."
  28274.     return
  28275. end try
  28276. --set theItem to choose file -- uncomment to test in an AS editor
  28277.     tell application "Finder"
  28278.         open item "Dev.CD Apr 94
  28279. Dev.CD Jan 94
  28280. Dev.CD Oct 93
  28281. Dev.CD Jul 93
  28282. Dev.CD Apr 93"
  28283.         activate
  28284.     end tell
  28285. on error errMsg number errNum
  28286.     --enter statements to perform when no records are found such as...
  28287.     display dialog "Sorry, the item you selected could not be found."
  28288.     return
  28289. end try
  28290. nameandaddress
  28291. nameandaddress
  28292. single
  28293. window
  28294. utility
  28295. named
  28296. namely
  28297. names[
  28298. namespace
  28299. namingtable
  28300. namingtableaccess
  28301. nastier
  28302. replacementV
  28303. replaces
  28304. replaces
  28305. postscript
  28306. sample
  28307. replacing
  28308. repliese
  28309. reply
  28310. report{
  28311. reported
  28312. reporter
  28313. reporting
  28314. reports
  28315. repositories
  28316. repository
  28317. represent
  28318. representation
  28319. representations
  28320. representative
  28321. represented
  28322. representing
  28323. represents
  28324. reprinting{
  28325. reproduce
  28326. reproduced
  28327. reproduction
  28328. request
  28329. lities:Acrobat Reader 4.0.1: a fully registered complimentary copy of the final product.
  28330. For the complete story, please read the Distribution & Licensing section of the WASTE Documentation.
  28331. Dec 95L
  28332. Feb 98V
  28333. 66538X
  28334. 1e    No Change
  28335. Debug Extensions:
  28336. Documentation:
  28337. Mac Interfaces:
  28338. Mac SampleCode New for 1.6:
  28339. Mac SampleCode Previous:
  28340. Release Extensions:
  28341. Release Installer:
  28342. Stub Libraries:
  28343. Unsupported Libraries:K
  28344. Jun 95L
  28345. Jul 99M'PowerPC CPUs with system 7.5 or greaterN
  28346. QD3D 1.6O?Dev.CD Oct 99 SDK1:Development Kits:Mac OS:QuickDraw3D 1.6 SDK:PGDev.CD Oct 99 SDK1
  28347.  - Development Kits
  28348.  - Mac OS
  28349.  - QuickDraw3D 1.6 SDKV
  28350. 69115X
  28351. Oct 99^
  28352. --set theItem to choose file -- uncomment to test in an AS editor
  28353.     tell application "Finder"
  28354.         open item "Dev.CD Oct 99 SDK1:Development Kits:Mac OS:QuickDraw3D 1.6 SDK:"
  28355.         activate
  28356.     end tell
  28357. on error errMsg number errNum
  28358.     --enter statements to perform when no records are found such as...
  28359.     display dialog "Sorry, the item you selected could not be found."
  28360.     return
  28361. end try
  28362. Deletedf
  28363. QD3D 1.6q
  28364. Dev.CD Oct 99 SDK1
  28365. D!All Packages
  28366. Mac OS SDK Edition
  28367. QuickTake Digital CameraICSummary:  This SDK will support the QuickTake 150 or QuickTake 100.d
  28368. caller
  28369. callhyper
  28370. calling
  28371. callsh
  28372. calvacom
  28373. camera
  28374. cameras
  28375. cameron
  28376. campaign
  28377. campaigns
  28378. campfire
  28379. leEventsO[Dev.CD Nov 00 TC Disk 1:Tool Chest:Interapplication Communication:AE User Terminology 3/92:PcDev.CD Nov 00 TC Disk 1
  28380.  - Tool Chest
  28381.  - Interapplication Communication
  28382.  - AE User Terminology 3/92V
  28383. 66608X
  28384. Nov 00^    TC Disk 1
  28385. e    No Change
  28386. VRScript Win.mcp
  28387. VRScript.c
  28388. VRScript.exe
  28389. VRScript.h
  28390. VRScript.makODDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime VR:VRScript:V
  28391. 66531X
  28392. 1e    No Change
  28393. imran's
  28394. virtual
  28395. keycodes
  28396.     C"kage is System 7.0 compatible.
  28397. JWdcmd aliases
  28398. Discipline 2.0.2
  28399. MacsBug 6.6
  28400. Macsbug Ref & Debugging Guide
  28401. Robix & sourcesK
  28402. Vol IXL
  28403. Jan 93OIDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Debuggers & dcmds:PQDev.CD Nov 00 TC Disk 1
  28404.  - Tool Chest
  28405.  - Testing & Debugging
  28406.  - Debuggers & dcmdsablepicture
  28407. sortablepicture
  28408. sortpicts
  28409. sortpicts
  28410. sortpicts
  28411. sortpicts
  28412. sortpictsapp
  28413. sortpictsapp
  28414. sortpictsthreads
  28415. sortpictsthreads
  28416. sorts
  28417. converted
  28418. convertery
  28419. converting
  28420. convertmovie
  28421. convertmovie
  28422. makes
  28423. movie
  28424. converting
  28425. converts
  28426. converttomovie
  28427. converttomovie
  28428. example
  28429. application
  28430. recompress
  28431. convolution
  28432. convolution/correlat
  28433. cookbook
  28434. about
  28435. OZDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:SGCapture2Disk:PhDev.CD Nov 00 TC Disk 2
  28436.  - Sample Code
  28437.  - QuickTime
  28438.  -  All Java
  28439.  - QuickTime for Java
  28440.  - SGCapture2DiskV
  28441. 69288X
  28442. Nov 00^    TC Disk 2
  28443. --set theItem to choose file -- uncomment to test in an AS editor
  28444.     tell application "Finder"
  28445.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:SGCapture2Disk:"
  28446.         activate
  28447.     end tell
  28448. on error errMsg number errNum
  28449.     --enter statements to perform when no records are found such as...
  28450.     display dialog "Sorry, the item you selected could not be found."
  28451.     return
  28452. end try
  28453. e    No Changef
  28454. QuickTime
  28455. Dev.CD Nov 00 TC Disk 2
  28456. All Packages
  28457. ShadingWinds
  28458. 69289X
  28459. keyboard
  28460. libraries
  28461. libraryA
  28462. licensing
  28463. linked
  28464. linked
  28465. files
  28466. encodings
  28467. macbinary
  28468. macdebugprefixl
  28469. macdebugprefix
  28470. macprefixl
  28471. PICT file
  28472. save PICTo&http://developer.apple.com/samplecode/q
  28473. Dev.CD Nov 00 TC Disk 1
  28474. All Packages
  28475. Save Print Record
  28476. ]Save a Print Record:  Walks you through the style and job dialogs to create a print record ready-to-print-with, and then saves it to a resource file with resource type 'YO!!' and ID 128.  The first step towards saving print records for multiple printers so you can set your favorite parameters before printing, since there's no API to do most of it.
  28477. JeMy Print Record
  28478. Save Print Record(PPC)
  28479. Save Print Record.mcp
  28480. SaveAPrintRecord.p
  28481. SaveAPrintRecord.rsrcN
  28482. print, record, saveO?Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:Save Print Record:PGDev.CD Nov 00 TC Disk 2
  28483.  - Sample Code
  28484.  - Printing
  28485.  - Save Print RecordV
  28486. 69250X
  28487. Nov 00^    TC Disk 2
  28488. e    No Change
  28489. Wual User 2.0.1OJDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User tools:V
  28490. 64478X
  28491. 1e    No Change
  28492. designing
  28493. printer
  28494. default
  28495. setdefaultdtp
  28496. quickdraw
  28497. desktop
  28498. detection
  28499. detectory
  28500. detector
  28501. contextual
  28502. apple
  28503. detectors
  28504. detectorsy
  28505. developerz
  28506. developer
  28507. documentation
  28508. publications
  28509. technical
  28510. document
  28511. developers
  28512. development
  28513. devicel
  28514. device
  28515. driver
  28516. block
  28517. storage
  28518. driver
  28519. gestalt
  28520. cd-rom
  28521. devices
  28522. devnotes
  28523. dialog
  28524. dialog
  28525. manager
  28526. dimming
  28527. useritems
  28528. dialog
  28529. window
  28530. control
  28531. auntie
  28532. replacement
  28533. dictation
  28534. dictionary
  28535. digital
  28536. digitizer
  28537. digitizing
  28538. interleaving
  28539. memory
  28540. configuration
  28541. dimmed
  28542. dimming
  28543. direct
  28544. dirid
  28545. disable
  28546. disabled
  28547. disassembler
  28548. disassembly
  28549. graphics
  28550. graphics
  28551. import
  28552. export
  28553. graphicsimport
  28554. graphicsimportdispat
  28555. graphicsimporter68k
  28556. graphicsimportversio
  28557. grayishoutline
  28558. grayishoutline
  28559. grayishoutline
  28560. grayishoutline
  28561. grayscale
  28562. graytext
  28563. graytext
  28564. graytext
  28565. graytext
  28566. graytext
  28567. gridwindowgrow
  28568. gridwindowgrow
  28569. gridwindowgrow
  28570. gridwindowgrow
  28571. groupdrawing
  28572. groupdrawing
  28573. growtogrid
  28574. growtogrid
  28575. easyview
  28576. parser
  28577. 5.0.7W
  28578. parser
  28579. parser
  28580. adbksV
  28581. adbks
  28582. adbreinit
  28583. New?:Technical Documentation:Macintosh Technotes and Q&As:pdatedo.http://developer.apple.com/techpubs/index.html
  28584. nagers, illustrated by a look at a simple te
  28585. snazzy
  28586. sndforever
  28587. sndplay
  28588. sndplaydoublebuffer
  28589. sndplaydoublebuffera
  28590. sndplaydoublebufferc
  28591. sndstartfileplay
  28592. sneak3view
  28593. sneak3view
  28594. debugging
  28595. testing
  28596. drawing
  28597. snippet
  28598. control
  28599. snippets
  28600. snively
  28601. Summary: This is the electronic version of develop magazine.
  28602.  Issue 2 highlights:
  28603. Using C++ Objects in a Handle-Based World.  Avoiding headaches when you use C++ objects in the Macintosh world.
  28604. Using Objects Safely in Object Pascal.  Guidelines to take the worry out of using objects so you can relax and enjoy their advantages.
  28605. The Secret Life of the Memory Manager.  Memory Manager behavior and how it affects your applications.
  28606. Speed Your Software Development with MacApp.  Let MacApp 
  28607. take care of the user so you can focus on writing
  28608. and reusing
  28609. code.
  28610. How to Design an Object-Based Application.  A step-by-step two-phase process for designing an object-bases application.
  28611. Unofficial C++ Style Guide.  How to harness C++
  28612. s power without getting tripped up by some of its less savory features.
  28613. Demystifying the GS/OS Cache.  Taking the mystery and confusion out of caching algorithms. 
  28614. J(develop Issue  2:
  28615. develop Issue  2 code:K
  28616. Vol IIIL
  28617. Jun 95
  28618. content
  28619. workbook
  28620. sponsored
  28621. apple
  28622. comput@
  28623. theme@
  28624. then@
  28625. they're@
  28626. this@
  28627. specified
  28628. specifiers
  28629. specifies
  28630. specifyU
  28631. specifying
  28632. speech
  28633. speedh
  28634. speed-critical
  28635. speeding
  28636. speeds
  28637. speedup
  28638. speedups
  28639. speedy
  28640. spellcheck
  28641. spellchecking
  28642. speller
  28643. spelling
  28644. spells
  28645. spellswell
  28646. spend
  28647. sphere
  28648. splash
  28649. splasher
  28650. splice
  28651. split
  28652. sponsored
  28653. spooled
  28654. spooler
  28655. spoolers
  28656. spoolingx
  28657. sports
  28658. spot\
  28659. spots
  28660. spreadsheet
  28661. spreadsheets
  28662. spritet
  28663. sprites
  28664. sprocket
  28665. postscript
  28666. print
  28667. capped
  28668. postscript
  28669. print
  28670. scale
  28671. postscript
  28672. print
  28673. rotate
  28674. object
  28675. prgeneral
  28676. postscript
  28677. printer
  28678. postscripthandle
  28679. postscripthandle
  28680. power
  28681. power
  28682. kiosk
  28683. nopoweroffkey
  28684. power
  28685. macintosh
  28686. debugger
  28687. power
  28688. manager
  28689. power
  28690. manager
  28691. sleep
  28692. queue
  28693. setwakeuptimer
  28694. powerbook
  28695. wake100
  28696. powerbook
  28697. powerbook
  28698. powerpcA
  28699. powerplant
  28700. toolboxe
  28701. ppcbrowser
  28702. pre-mixer
  28703. pre-mixer
  28704. component
  28705. vu-meter
  28706. sound
  28707. premixer
  28708. effect
  28709. precision
  28710. preference
  28711. preferences
  28712. premixer
  28713. previews
  28714. prgeneral
  28715. print
  28716. transport
  28717. transport
  28718. debug
  28719. transport
  28720. module
  28721. opendoc
  28722. openfirmware
  28723. opengl
  28724. opening
  28725. opening
  28726. documents
  28727. openpicture
  28728. openstep
  28729. opentransport
  28730. optimization
  28731. optimization
  28732. demos
  28733. optimizing
  28734. option
  28735. option
  28736. management
  28737. oracle
  28738. ordered
  28739. ordered
  28740. collection
  28741. oriented
  28742. virtual
  28743. server
  28744. ot/ppp
  28745. ot/ppp
  28746. ot/ppp
  28747. control
  28748. strip
  28749. sample
  28750. ot/ppp
  28751. otbuffer
  28752. otbufferinfo
  28753. otdumpinternetstatus
  28754. otdumpportregistry
  28755. otendpointinfo
  28756. otfifo
  28757. otfindserialports
  28758. otgetendpointinfo
  28759. otgetindexedport
  28760. otgetuserportnamefro
  28761. otlifo
  28762. otlink
  28763. pan/tilt
  28764. pan/tilt
  28765. movies
  28766. learn
  28767. learning{
  28768. learning
  28769. eomodeler
  28770. learning
  28771. effectively
  28772. eomodeler
  28773. application
  28774. learning/testing
  28775. least
  28776. leave
  28777. leaving
  28778. ledapp
  28779. legacy
  28780. legal
  28781. length
  28782. length-2
  28783. lengths
  28784. less{
  28785. lesser
  28786. lessons
  28787. letter
  28788. letters
  28789. letting_
  28790. levela
  28791. W Packages
  28792. System 7.5 Update 2.0O
  28793. Dev.CD Jul 96 SSWP
  28794. Dev.CD Jul 96 SSV
  28795. 62943X
  28796. Jul 96
  28797. GetFInfo & GetVInfo:  MPW Tools that simply parse command-line options and print the value of the parameter blocks returned from Toolbox calls.
  28798. GetOwnerGroup:  Shows how to get the owner and group of a directory using routines from MoreFiles.
  28799. Is PC Exchange Installed:  This snippet demonstrates the check for the existence of PC Exchange. The FSMGlueLib.o file is available on the MacOS SDK CD in the File System Manager Libraries folder.
  28800. Keith's CatSearch:  This snippet provides a
  28801.  high-level interface to PBCatSearch and allows you to limit the search to a specific subdirectory (after the fact, of course - see the read me for the details).
  28802. ParseFullPathname:  ParseFullPathname takes a full pathname (which can be longer than 255 chars, and walks down it, converting it to dirID's along the way. This is the opposite of the procedure described in TN #68 (more or less). DTS does not condone this.
  28803. PBCatSearch:  This small sample shows how to use the PBCatSearch function
  28804. 68693X
  28805. Nov 99^
  28806. --set theItem to choose file -- uncomment to test in an AS editor
  28807.     tell application "Finder"
  28808.         open item "Dev.CD Nov 99 TC:Tool Chest:QuickDraw:Mac Graphics Primer 2"
  28809.         activate
  28810.     end tell
  28811. on error errMsg number errNum
  28812.     --enter statements to perform when no records are found such as...
  28813.     display dialog "Sorry, the item you selected could not be found."
  28814.     return
  28815. end try
  28816. Deletedq
  28817. Dev.CD Nov 99 TC
  28818. oD!All Packages
  28819. Mac OS SDK Edition
  28820. s of Mac products, Apple, in conjunction with our worldwide channel partners, is launching an aggressive campaign to ensure customers can easily locate Mac products on retail shelves through the prominent display of the NEW Mac platform logo. We know you
  28821. ll want to capitalize on this renewed interest in the Mac platform and make your products stand out to the millions of customers who want to buy Mac products. Getting involved is simple:
  28822.   1. Obtain the NEW Mac platform NEW Mac platform 
  28823. courseware
  28824. cover
  28825. covered
  28826. covers
  28827. cpu's
  28828. craig
  28829. crashX
  28830. crashed
  28831. crashesW
  28832. crashing
  28833. crawl
  28834. crawls
  28835. create]
  28836. create
  28837. needs
  28838. DTSCPlusLibrary:  This folder is chock full of useful C++ samples (80+ files!),les (80+ files!),
  28839. OCDev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:PHDev.CD May 98 TC
  28840.  - Programs & Marketing
  28841.  - Market & Distribution GuidesV
  28842. 68333X
  28843. May 98^
  28844. --set theItem to choose file -- uncomment to test in an AS editor
  28845.     tell application "Finder"
  28846.         open item "Dev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:"
  28847.         activate
  28848.     end tell
  28849. on error errMsg number errNum
  28850.     --enter statements to perform when no records are found such as...
  28851.     display dialog "Sorry, the item you selected could not be found."
  28852.     return
  28853. end try
  28854. e    No Changeq
  28855. Dev.CD May 98 TC
  28856. All Packages
  28857. Byrne's XCMDs & XFCNs
  28858. Summary: This is a set of 20 XCMDs and XFCNs that perform a wide variety of tasks, from finding the selected printer to simple string manipulation.  Includes all MPW C source code too.
  28859. Features: HyperCard XFCNs and XCMDs.
  28860. This package is System 7.0 compatible. 
  28861. Vol VL
  28862. Vol VIIV
  28863. 68334X
  28864. 1e    No Change
  28865. --set theItem to choose file -- uncomment to test in an AS editor
  28866.     tell application "Finder"
  28867.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Processes:VBLSnippet:"
  28868.         activate
  28869.     end tell
  28870. on error errMsg number errNum
  28871.     --enter statements to perform when no records are found such as...
  28872.     display dialog "Sorry, the item you selected could not be found."
  28873.     return
  28874. end try
  28875. 2.2.3
  28876. redistribution
  28877. above
  28878. absolute
  28879. absolutely
  28880. abstract
  28881. abstraction
  28882. abstractions
  28883. abstracts
  28884. abuse
  28885. accelerated
  28886. Summary:  The DMZ program demonstrates NBP Lookup calls under both Open Transport and Classic AppleTalk to obtain a list of all NBP entities by zone.  User can specify the lookup for specific objects and types.  Program also demonstrates how one sends AppleTalk Echo protocol packets to a specified system, and to receive the return Echo protocol response.
  28887. DMZ checks for the presence of Open Transport and uses it to perform network lookups, otherwise, the Preferred AppleTalk calls are used.B
  28888.   Under DMZ, the program demonstrates the use of placing the DDP node, used to send the Echo protocol packet, into raw mode, so that the return packet contains the long DDP header information.
  28889. JbDMZ.68k
  28890. DMZ.fat
  28891. dmz.make
  28892. .ppc.sc
  28893. .rsrc
  28894. Objects
  28895. sources
  28896. Think DMZ.ppcK
  28897. Sep 92L
  28898. Jul 96OGDev.CD Nov 00 TC Disk 1:Tool Chest:Networking:Network Watch (DMZ) v1.5:  by John Wang.   All about ColorSync, Apple
  28899. s color matching technology.
  28900. Graphical Truffles: Four Common
  28901. info@
  28902. infoid@
  28903. install
  28904. english@
  28905. install
  28906. installer
  28907. 4.0.8@
  28908. interaction@
  28909. interleave@
  28910. interleave
  28911. ipcp@
  28912. isptestmain
  28913. japanese@
  28914. survival
  28915. guide
  28916. jman2.0@
  28917. keyboardcontroller@
  28918. keychain
  28919. language
  28920. launchwithdoc
  28921. opp's@
  28922. play1
  28923. popuptkl
  28924. powerbookg3series@
  28925. programming
  28926. information
  28927. qd3d@
  28928. quickstart@
  28929. quit@
  28930. rdocproc@
  28931. aecdev-aedaemon@
  28932. readme
  28933. readme
  28934. dcmd@
  28935. renderinglib@
  28936. rfc1334
  28937. authentication@
  28938. sample
  28939. applescripts@
  28940. schedule@
  28941. sites@
  28942. support
  28943. systemfolder@
  28944. testfinderlaunch
  28945. testprinterclass
  28946. textchanger
  28947. 2.0.1@
  28948. transitions
  28949. themes@
  28950. ueenie@
  28951. updates@
  28952. userstartup
  28953. goodies@
  28954. validator
  28955. 1.11@
  28956. languages
  28957. largej
  28958. large
  28959. collection
  28960. tools
  28961. scripts
  28962. libraries
  28963. examples
  28964. largely
  28965. larger
  28966. larkspur
  28967. laser
  28968. laserwriter{
  28969. laserwriteriisc
  28970. laserwriters
  28971. lasso
  28972. late-breaking
  28973. laterZ
  28974. laterappley
  28975. latestR
  28976. latest
  28977. specification
  28978. profiles
  28979. latitude
  28980. latter
  28981. objects
  28982. 6320X
  28983. front@
  28984. frontier@
  28985. full-features@
  28986. functional@
  28987. g3-class@
  28988. gelphman@
  28989. generally@
  28990. generically@
  28991. getinfo@
  28992. getting/setting@
  28993. glance@
  28994. gory@
  28995. graphic@
  28996. gridwindowgrow@
  28997. groups@
  28998. grown@
  28999. hand-coded@
  29000. hands@
  29001. hangul@
  29002. happen@
  29003. hash@
  29004. haven't@
  29005. having@
  29006. header
  29007. files@
  29008. helps
  29009. contents
  29010. namingtable
  29011. truetype
  29012. here's@
  29013. high-visibility@
  29014. hints@
  29015. possible
  29016. across
  29017. several
  29018. screens
  29019. however@
  29020. html@
  29021. http@
  29022. ports
  29023. built-in
  29024. devices@
  29025. icondispatch@
  29026. ideal@
  29027. ignore@
  29028. illustrates@
  29029. illustrates
  29030. number
  29031. techniques
  29032. prov@
  29033. imageer@
  29034. implementation@
  29035. OXDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:QTTestApplet:PfDev.CD Nov 00 TC Disk 2
  29036.  - Sample Code
  29037.  - QuickTime
  29038.  -  All Java
  29039.  - QuickTime for Java
  29040.  - QTTestAppletV
  29041. 69007X
  29042. Nov 00^    TC Disk 2
  29043. --set theItem to choose file -- uncomment to test in an AS editor
  29044.     tell application "Finder"
  29045.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:QTTestApplet:"
  29046.         activate
  29047.     end tell
  29048. on error errMsg number errNum
  29049.     --enter statements to perform when no records are found such as...
  29050.     display dialog "Sorry, the item you selected could not be found."
  29051.     return
  29052. end try
  29053. e    No Changef
  29054. QuickTime
  29055. Dev.CD Nov 00 TC Disk 2
  29056. All Packages
  29057. QTText
  29058. 69008X
  29059.  which occured when using MSIE 5.0. MRJ 2.2.2 does not address some additional networking problems that users are encountering when using MRJ 2.2 with Microsoft Internet Explorer 5.0. Apple takes these additional problems seriously
  29060. --set theItem to choose file -- uncomment to test in an AS editor
  29061.     tell application "Finder"
  29062.         open item "Dev.CD Dec 99 RL:Technical Publications:enterprise:"
  29063.         activate
  29064.     end tell
  29065. on error errMsg number errNum
  29066.     --enter statements to perform when no records are found such as...
  29067.     display dialog "Sorry, the item you selected could not be found."
  29068.     return
  29069. end try
  29070. download
  29071. download
  29072. directory
  29073. listing
  29074. download
  29075. given
  29076. download/upload
  29077. download/upload
  29078. entire
  29079. directory
  29080. downloaded
  29081. downloading
  29082. downloads
  29083. dozen
  29084. dozens
  29085. wbacks
  29086. drawcode
  29087. drawing
  29088. drawkeycaps
  29089. drawn
  29090. draws
  29091. drawsprcoket
  29092. drawsprocket
  29093. drill
  29094. drive
  29095. driven
  29096. work-around
  29097. work-arounds
  29098. work-flow
  29099. workable
  29100. workaround
  29101. workarounds
  29102. workbook
  29103. workers
  29104. workflows
  29105. workgroupT
  29106. working{
  29107. works
  29108. under
  29109. appearance
  29110. workstation
  29111. workstations
  29112. e    No Changef2MemHell
  29113. Memory
  29114. stress
  29115. debug
  29116. debugging
  29117. testingq
  29118. Dev.CD Nov 00 TC Disk 1
  29119. All Packages
  29120. Memory Monitor
  29121. Summary:  Memory Monitor is a software utility which provides memory usage information to a programatically driven environment, such as Virtual User (V.U.), AppleScript or any Apple Event capable environment. Memory Monitor was created to assist test engineers using an automated test environment to obtain memory usage information without the need of human intervention. It has been used extensively for gathering Ram foot print information of software products. It can also help locate memory
  29122. 68739X
  29123. syView)
  29124. UpdatesK
  29125. May 95L
  29126. Dec 98M7Any word processor capable of reading a 400K text file.N
  29127. Gestalt Selector Codes, Gestalt Manager, Machine Identification, System Identification, System Software Release, Version, Capabilities, System FeaturesOKDev.CD Nov 00 TC Disk 1:Tool Chest:OS Utilities:Gestalt Selectors List 4.3:
  29128. synccmd
  29129. synch
  29130. synchronization
  29131. synchronizeB
  29132. synchronous
  29133. syncing
  29134. syntactic
  29135. syntax
  29136. synthesizers
  29137. sysbeep
  29138. sysenvirons
  29139. systemP
  29140. exchange
  29141. expand
  29142. explained
  29143. explode
  29144. extractor
  29145. f/macos8
  29146. falkenburg's
  29147. fastditherusingqt
  29148. features
  29149. synchronization
  29150. system
  29151. manager
  29152. files
  29153. filesharingon
  29154. filters
  29155. content
  29156. extractor
  29157. finder
  29158. finderdragpro
  29159. finderevents
  29160. finderevents
  29161. finderheaps
  29162. finderlaunch
  29163. findfamilies
  29164. findprinter
  29165. findserialports
  29166. findsysfolder
  29167. floatingpoint
  29168. floatingwindow
  29169. editor
  29170. folder
  29171. folder
  29172. watching
  29173. fonts
  29174. fonts
  29175. 6.0.4
  29176. 68456X
  29177. Sep 96^
  29178. --set theItem to choose file -- uncomment to test in an AS editor
  29179.     tell application "Finder"
  29180.         open item "Dev.CD Sep 96 RL:Technical Documentation:develop:develop Issue 17:"
  29181.         activate
  29182.     end tell
  29183. on error errMsg number errNum
  29184.     --enter statements to perform when no records are found such as...
  29185.     display dialog "Sorry, the item you selected could not be found."
  29186.     return
  29187. end try
  29188. Deletedq
  29189. Dev.CD Sep 96 RL
  29190. All Packages
  29191. develop Issue 18
  29192. 68457X
  29193. showicon7
  29194. showicon7
  29195. human
  29196. interface
  29197. guidelines
  29198. human
  29199. interface
  29200. notes
  29201. human
  29202. interface
  29203. toolboxQ
  29204. hypercard
  29205. hypercard
  29206. update
  29207. installer
  29208. hypercard
  29209. toolkit
  29210. 1.0b2
  29211. hypercard
  29212. player
  29213. hypercard
  29214. serial
  29215. toolkit
  29216. hypercard
  29217. video
  29218. toolkit
  29219. Dev.CD Nov 00 TC Disk 1
  29220. D!All Packages
  29221. Mac OS SDK Edition
  29222. ObjectSupportLib 1.1.4
  29223. This version of the Object Support Library (1.1.4) replaces previous versions.  It is installed into the Extensions folder by dropping the icon onto the closed System folder of your boot disk.
  29224. Use of the Object Support Library is described in Chapter 6 of Inside Macintosh: Interapplication Communication.
  29225. This version of the Object Support Library (1.1.4) fixes bugs in the previous (1.1.2) release.  [Note: version number 1.1.3 was used internally for testing and never released].
  29226. Bugs fixdialog "Sorry, the item you selected could not be found."
  29227.     return
  29228. end try
  29229. e    No Changef
  29230. QuickTime
  29231. Dev.CD Nov 00 TC Disk 2
  29232. All Packages
  29233. ShadingWinds
  29234. 66036X
  29235. index
  29236. index
  29237. index
  29238. indexes
  29239. indexg
  29240. indexg
  29241. sample
  29242. updated
  29243. carbon
  29244. shows
  29245. sample
  29246. updated
  29247. carbon
  29248. shows
  29249. sample
  29250. updated
  29251. carbon
  29252. applicat
  29253. sample
  29254. updated
  29255. carbon
  29256. tubetest
  29257. sample
  29258. updated
  29259. carbon
  29260. sample
  29261. updated
  29262. carbon
  29263. applica
  29264. sample
  29265. updated
  29266. carbon
  29267. contain
  29268. sample
  29269. updated
  29270. carbon
  29271. program
  29272. sample
  29273. updated
  29274. carbon
  29275. sample
  29276. sample
  29277. updated
  29278. carbon
  29279. snippet
  29280. sample
  29281. updated
  29282. carbon
  29283. under
  29284. ATA DemoV
  29285. 66676X
  29286. Nov 00^    TC Disk 1
  29287. e    No Change
  29288. Wnstaller proprietary headers from one or more of the following installer vendors is required for building the s
  29289. utility
  29290. device
  29291. driver
  29292. driver
  29293. gestalt
  29294. drive
  29295. setup
  29296. drive
  29297. setup
  29298. utilities
  29299. driver
  29300. image
  29301. display
  29302. display
  29303. manager
  29304. resolution
  29305. dmfkey
  29306. display
  29307. manager
  29308. video
  29309. display
  29310. manager
  29311. resolution
  29312. screen
  29313. monitor
  29314. pixel
  29315. depth
  29316. display
  29317. manager
  29318. window
  29319. arrangement
  29320. display
  29321. pixel
  29322. depth
  29323. displays
  29324. displayvideo
  29325. disposctable
  29326. disposegworld
  29327. disposeresource
  29328. disposeresource
  29329. debugging
  29330. resource
  29331. handles
  29332. dither
  29333. dithercopy
  29334. dithering
  29335. dixzero
  29336. stalt
  29337. gestaltnativecputype
  29338. gestaltprocessortype
  29339. gestaltnativecputype
  29340. gestaltprocessortype
  29341. getcontrolmaximum
  29342. getcontrolminimum
  29343. getcontrolvalue
  29344. getscrap
  29345. glossaries
  29346.  found."
  29347.     return
  29348. end try
  29349. summary
  29350. windowpicker
  29351. system
  29352. extension
  29353. provides
  29354. summary
  29355. services
  29356. allows
  29357. application
  29358. change
  29359. deleted@
  29360. package@
  29361. change@
  29362. package@
  29363. updated@
  29364. addresmenu@
  29365. aegizmos@
  29366. appearance@
  29367. apple
  29368. detectors@
  29369. apple
  29370. guide@
  29371. appletalk
  29372. area@
  29373. foreground
  29374. color@
  29375. getcontrolmaximum@
  29376. grid@
  29377. handles@
  29378. icons@
  29379. interrupt@
  29380. macintosh
  29381. coprocessor
  29382. platform@
  29383. mutable
  29384. string@
  29385. panel@
  29386. card@
  29387. profile
  29388. specification@
  29389. property
  29390. list@
  29391. recordable@
  29392. rssc@
  29393. setting@
  29394. stdbits@
  29395. summary@
  29396. toolkit@
  29397. utilities@
  29398. webobjects@
  29399. window
  29400. arrangement@
  29401. All Packages
  29402. System 7.5 Update 1.0O
  29403. Dev.CD Jul 95P
  29404. Dev.CD Jul 9V
  29405. 69435X
  29406. Jul 95
  29407. b--set theItem to choose file -- uncomment to test in an AS editor
  29408.     tell application "Finder"
  29409.         open item "Dev.CD Jul 95"
  29410.         activate
  29411.     end tell
  29412. on error errMsg number errNum
  29413.     --enter statements to perform when no records are found such as...
  29414.     display dialog "Sorry, the item you selected could not be found."
  29415.     return
  29416. end try
  29417. All Packages
  29418. System 7.5 Update 1.0O
  29419. Dev.CD Jul 95P
  29420. Dev.CD Jul 9V
  29421. 69436X
  29422. Jul 95
  29423. b--set theItem to choose file -- uncomment to test in an AS editor
  29424.     tell application "Finder"
  29425.         open item "Dev.CD Jul 95"
  29426.         activate
  29427.     end tell
  29428. on error errMsg number errNum
  29429.     --enter statements to perform when no records are found such as...
  29430.     display dialog "Sorry, the item you selected could not be found."
  29431.     return
  29432. end try
  29433. All Packages
  29434. System 7.5 Update 1.0O
  29435. Dev.CD Jul 95P
  29436. Dev.CD Jul 9V
  29437. 69437X
  29438. summary
  29439. description
  29440. input
  29441. methods
  29442. chinese
  29443. summary
  29444. disinfectant
  29445. anti-viral
  29446. utility
  29447. summary
  29448. diskfiller
  29449. little
  29450. utility
  29451. allows
  29452. users
  29453. summary
  29454. displays
  29455. record
  29456. directly
  29457. current
  29458. print
  29459. recor
  29460. summary
  29461. disposeresource
  29462. extension
  29463. catches
  29464. commo
  29465. summary
  29466. doubletrouble
  29467. debugging
  29468. utility
  29469. catch
  29470. summary
  29471. driver
  29472. installer
  29473. quick
  29474. dirty
  29475. application
  29476. summary
  29477. provides
  29478. ability
  29479. download
  29480. postscript
  29481. summary
  29482. dropdisk
  29483. application
  29484. mounts
  29485. images
  29486. summary
  29487. sample
  29488. illustrate
  29489. software
  29490. project
  29491. summary
  29492. evenbetterbuserror
  29493. helps
  29494. catch
  29495. reneg
  29496. summary
  29497. wanted
  29498. patch
  29499. high-level
  29500. langua
  29501. summary
  29502. finderheaps
  29503. debugging
  29504. allows
  29505. apple
  29506. grayscale
  29507. appearance
  29508. system
  29509. specif
  29510. summary
  29511. apple
  29512. international
  29513. glossaries
  29514. contains
  29515. translat
  29516. de information about the the latest product configurations, which include faster clock speeds, more memory, and a larger hard disk.
  29517.   The developer note provides technical information about the
  29518.   iBook consumer portable and its features, which include a
  29519.   300 or 366-MHz PowerPC processor, built-in Ethernet port
  29520.   and modem, and the optional AirPort Card wireless LAN module.
  29521.   The developer note includes information about
  29522.   - the features of the iBook
  29523.   - some compatibility issues
  29524.   - the
  29525.  internal logic and custom ICs
  29526.   - the I/O ports and built-in I/O devices
  29527.   - the RAM expansion slot
  29528.   - the system software
  29529. --------------------------------
  29530. Power Mac G4 Developer Note
  29531. This developer note has been updated to include information about the the latest product configurations, which include faster clock speeds, FireWire booting, and Mac OS 9.
  29532.    The developer note provides technical information about the
  29533.    Power Mac G4 computer and its features, which include a
  29534.    fast Powe
  29535. 'OTDev.CD May 98 TC:Tool Chest:Development Kits:HyperCard Related:PeopleSurveyor 2.1.2:P_Dev.CD May 98 TC
  29536.  - Tool Chest
  29537.  - Development Kits
  29538.  - HyperCard Related
  29539.  - PeopleSurveyor 2.1.2V
  29540. 68878X
  29541. May 98^
  29542. --set theItem to choose file -- uncomment to test in an AS editor
  29543.     tell application "Finder"
  29544.         open item "Dev.CD May 98 TC:Tool Chest:Development Kits:HyperCard Related:PeopleSurveyor 2.1.2:"
  29545.         activate
  29546.     end tell
  29547. on error errMsg number errNum
  29548.     --enter statements to perform when no records are found such as...
  29549.     display dialog "Sorry, the item you selected could not be found."
  29550.     return
  29551. end try
  29552. e    No Changeq
  29553. Dev.CD May 98 TC
  29554. All Packages
  29555. Performa 7.1P2O
  29556. Dev.CD Oct 93
  29557. Dev.CD Jul 93P
  29558. Dev.CD Oct 93
  29559. Dev.CD Jul 9V
  29560. 68879X
  29561. Oct 93
  29562. st 3.0
  29563. 66685X
  29564. magician
  29565. magnitude
  29566. mail-order
  29567. mailfoo
  29568. mailing
  29569. mailings
  29570. All Packages
  29571. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  29572. Dev.CD Jan 94
  29573. Dev.CD Oct 93
  29574. Dev.CD Jul 93
  29575. Dev.CD Apr 93PDDev.CD Apr 94
  29576. Dev.CD Jan 94
  29577. Dev.CD Oct 93
  29578. Dev.CD Jul 93
  29579. Dev.CD Apr 9V
  29580. 69658X
  29581. Apr 94
  29582. --set theItem to choose file -- uncomment to test in an AS editor
  29583.     tell application "Finder"
  29584.         open item "Dev.CD Apr 94
  29585. Dev.CD Jan 94
  29586. Dev.CD Oct 93
  29587. Dev.CD Jul 93
  29588. Dev.CD Apr 93"
  29589.         activate
  29590.     end tell
  29591. on error errMsg number errNum
  29592.     --enter statements to perform when no records are found such as...
  29593.     display dialog "Sorry, the item you selected could not be found."
  29594.     return
  29595. end try
  29596. All Packages
  29597. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  29598. Dev.CD Jan 94
  29599. Dev.CD Oct 93
  29600. Dev.CD Jul 93
  29601. Dev.CD Apr 93PDDev.CD Apr 94
  29602. Dev.CD Jan 94
  29603. Dev.CD Oct 93
  29604. Dev.CD Jul 93
  29605. Dev.CD Apr 9V
  29606. 69659X
  29607. Apr 94
  29608. le event Object Model, and the Apple event Open Scripting Architecture.
  29609. 65149X
  29610. 1e    No Change
  29611. Summary: This is the electronic version of develop magazine.
  29612.  Issue 8 highlights:
  29613. Curves Ahead: Working With Curves in QuickDraw  by Mike Reed and Konstantin Othmer.   All about quadratic B
  29614. zier curves on the Macintosh, including using the curves from TrueType fonts.
  29615. Validating Date and Time Entry in MacApp  by James Plamondon.   Here
  29616. s a new MacApp class that provides robust and flexible entry validation.
  29617. Macintosh Debugging: A Weird Journey Into the Belly of the Beast  by Bo3b Johns
  29618. on and Fred Huxham.   This article presents some very useful debugging techniques that every Macintosh developer needs to know about.
  29619. Macintosh Hybrid Applications for A/UX  by John Morley.   This is an introduction to writing Macintosh applications meant to run under A/UX, explaining the basics and pointing out some potential gotchas.
  29620. Print Hints From Luke & Zz: CopyMask, CopyDeepMask, and LaserWriter Driver 7.0  by Pete 
  29621.  Alexander.   How do you print graphics that use CopyMask an
  29622. 68288X
  29623. Apr 98^
  29624. --set theItem to choose file -- uncomment to test in an AS editor
  29625.     tell application "Finder"
  29626.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):AppleTalk:"
  29627.         activate
  29628.     end tell
  29629. on error errMsg number errNum
  29630.     --enter statements to perform when no records are found such as...
  29631.     display dialog "Sorry, the item you selected could not be found."
  29632.     return
  29633. end try
  29634. e    No Changeq
  29635. Dev.CD Apr 98 SDK1
  29636. All Packages
  29637. AppleTalk SW for SNMP
  29638. Summary:  Contains latest AppleTalk stack (version 58) and MacSNMP 1.0.2
  29639. Features:  Latest binary software for AppleTalk. Needed for MacSNMP development too. Header files and documentation available with MPW and Inside Macintosh
  29640. Issues:  Single user license only. Redistribution license required from apple if you want to ship the NSI disk or the MacSNMP software to your customers
  29641. Aug 93V
  29642. 68289X
  29643. 1e    No Change
  29644. includs
  29645. inclusion
  29646. incoming
  29647. incompatability
  29648. QuickDraw
  29649.  3D enables your computer to display three-dimensional graphics using applications designed to take advantage of QuickDraw 3D. It also provides a common file format, called QuickDraw 3D Metafile (or 3DMF for short), for exchanging 3D documents.  QuickDraw 3D also provides acceleration services which support plug-and-play accelerator cards.   Enclosed, you will find the v.1.5.2 release of QuickDraw 3D for Windows.
  29650. QuickDraw 3D v1.5.2K
  29651. Sep 97N
  29652. QuickDraw 3D, Windows, MetafileOCDev.CD Apr 99 SDK1:Development Kits:QuickDraw 3D for Windows 1.5.2:PHDev.CD Apr 99 SDK1
  29653.  - Development Kits
  29654.  - QuickDraw 3D for Windows 1.5.2ss Scripting
  29655. URLAccess.h
  29656. URLAccess.p
  29657. URLAccess.pdf
  29658. URLAccess68K.lib
  29659. URLAccessLib
  29660. URLAccessLib.oK
  29661. Aug 99M    MacOS 8.6N
  29662. URL Access, Internet, IPOJDev.CD Aug 99 TC:What's New?:Development Kits:Mac OS:URL Access 1.0.1 SDK:PUDev.CD Aug 99 TC
  29663.  - What's New?
  29664.  - Development Kits
  29665.  - Mac OS
  29666.  - URL Access 1.0.1 SDKV
  29667. 66505X
  29668. Aug 99^
  29669. Aug 94N
  29670. SCSI Manager 4.3O
  29671. Dev.CD Nov 99 TC:Sample Code:P
  29672. Dev.CD Nov 99 TC
  29673.  - Sample CodeV
  29674. 69266X
  29675. Nov 99^
  29676. r--set theItem to choose file -- uncomment to test in an AS editor
  29677.     tell application "Finder"
  29678.         open item "Dev.CD Nov 99 TC:Sample Code:"
  29679.         activate
  29680.     end tell
  29681. on error errMsg number errNum
  29682.     --enter statements to perform when no records are found such as...
  29683.     display dialog "Sorry, the item you selected could not be found."
  29684.     return
  29685. end try
  29686. Deletedf
  29687. SCSI Manager 4.3q
  29688. Dev.CD Nov 99 TC
  29689. All Packages
  29690. SCSI Simple SampleI
  29691. SCSI Simple Sample is a simple sample that illustrates how to call the original and asynchronous SCSI Managers. In particular, it shows how to scan all SCSI buses for the presence of SCSI devices.V
  29692. 69267X
  29693. 1e    No Change
  29694. goodies
  29695. grayscale
  29696. appearance
  29697. system
  29698. specif
  29699. summary
  29700. apple
  29701. international
  29702. glossaries
  29703. contains
  29704. translat
  29705. -------------------------
  29706. - Common
  29707.     - Sun Compliant Java Runtime Environment 1.1
  29708.     - QuickTime 3 
  29709.     - QTJava.zip
  29710.     - QTJava media samples
  29711. - Mac OS:
  29712.     - System 8 or later
  29713.     - Macintosh Runtime for Java (MRJ) 2.1
  29714. - Windows 95, 98, or NT::
  29715.     - JRE/JDK from Sun Microsystems, Inc. recommended
  29716. QuickTime, Java, MRJppleScript, scriptable text editorO@Dev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:7Edit:PHDev.CD Nov 00 TC Disk 1
  29717.  - Sample Code
  29718.  - Interapplication Comm
  29719.  - 7EditV
  29720. 66587X
  29721. Nov 00^    TC Disk 1
  29722. --set theItem to choose file -- uncomment to test in an AS editor
  29723.     tell application "Finder"
  29724.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:7Edit:"
  29725.         activate
  29726.     end tell
  29727. on error errMsg number errNum
  29728.     --enter statements to perform when no records are found such as...
  29729.     display dialog "Sorry, the item you selected could not be found."
  29730.     return
  29731. end try
  29732. e    No Changef.AppleEvents
  29733. AppleScript
  29734. scriptable text editorq
  29735. Dev.CD Nov 00 TC Disk 1
  29736. 69238X
  29737. Nov 00^    TC Disk 1
  29738. --set theItem to choose file -- uncomment to test in an AS editor
  29739.     tell application "Finder"
  29740.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:ROMResourceDump:"
  29741.         activate
  29742.     end tell
  29743. on error errMsg number errNum
  29744.     --enter statements to perform when no records are found such as...
  29745.     display dialog "Sorry, the item you selected could not be found."
  29746.     return
  29747. end try
  29748. e    No Changeq
  29749. Dev.CD Nov 00 TC Disk 1
  29750. All Packages
  29751. New & RevisedF
  29752. Rotate Bitmap 90IOThis sample has been updated for the Carbon API.  Rotates a bitmap 90 degrees.
  29753. JTCarbonPrefix.h
  29754. CarbonRes.rsrc
  29755. ReadMe
  29756. Rotate.c
  29757. RotateBitmap90(PPC)
  29758. RotateBitmap90.mcpL
  29759. Nov 00M
  29760. QuickDraw, CarbonLib
  29761. bitmap, rotation, CarbonOADev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Rotate Bitmap 90:PIDev.CD Nov 00 TC Disk 1
  29762.  - Sample Code
  29763.  - Graphics 2D
  29764.  - Rotate Bitmap 90V
  29765. 69239X
  29766. Nov 00^    TC Disk 1b
  29767. Revised
  29768. #ttp://developer.apple.com/samplecode/
  29769. timecode
  29770. timeout
  29771. timing
  29772. timings
  29773. tokenR
  29774. tokenize
  29775. tokenizer
  29776. tokenizer
  29777. fcode
  29778. tokentalkR
  29779. virtual
  29780. external
  29781. toolboxe
  29782. toolbox
  29783. assistant
  29784. quickview
  29785. toolkit
  29786. tools
  29787. topleft
  29788. tpicture
  29789. traceroute
  29790. trackZ
  29791. tracker
  29792. tracks
  29793. traditional
  29794. traffic
  29795. transferprovider
  29796. transferring
  29797. transform
  29798. transitions
  29799. translation
  29800. translation
  29801. macintosh
  29802. translator
  29803. translator
  29804. transparent
  29805. variable
  29806. variables
  29807. vector
  29808. version
  29809. video
  29810. alias
  29811. alias
  29812. aliases
  29813. aliaslab
  29814. align
  29815. align
  29816. allresources
  29817. alphaselector
  29818. alphaselector
  29819. altbufferdisplayr
  29820. altbufferdisplay
  29821. alternatebufferdisplr
  29822. alternatebufferdispl
  29823. alternatebufferdispl
  29824. alternatebufferdispl
  29825. rsrcr
  29826. altivec
  29827. altivec
  29828. wavelet
  29829. altivecmultiprecisio
  29830. altivecmultiprecisio
  29831. alwayspreviews
  29832. alwayspreview
  29833. alwayspreview
  29834. alwayspreview
  29835. alwayspreview
  29836. rsrcs
  29837. amazonbooks
  29838. amazonbooks
  29839. amazonmusic
  29840. amazonmusic
  29841. analysis
  29842. analyzerU
  29843. Wlities
  29844. sample
  29845. dtscpluslibrary
  29846. All Packages
  29847. System Enabler 065 (LC 575)O
  29848. Dev.CD Apr 94
  29849. Dev.CD Jan 94P
  29850. Dev.CD Apr 94
  29851. Dev.CD Jan 9V
  29852. 69534X
  29853. Apr 94
  29854. p--set theItem to choose file -- uncomment to test in an AS editor
  29855.     tell application "Finder"
  29856.         open item "Dev.CD Apr 94
  29857. Dev.CD Jan 94"
  29858.         activate
  29859.     end tell
  29860. on error errMsg number errNum
  29861.     --enter statements to perform when no records are found such as...
  29862.     display dialog "Sorry, the item you selected could not be found."
  29863.     return
  29864. end try
  29865. All Packages
  29866. System Enabler 065 (LC 575)O
  29867. Dev.CD Apr 94
  29868. Dev.CD Jan 94P
  29869. Dev.CD Apr 94
  29870. Dev.CD Jan 9V
  29871. 69535X
  29872. Apr 94
  29873. callbackcmd
  29874. callbacks
  29875. calledX
  29876. overview@
  29877. print
  29878. printer@
  29879. proportional@
  29880. recordable@
  29881. setting@
  29882. stdbits@
  29883. tmon@
  29884. e    No Changef
  29885. SillyBallsq
  29886. Dev.CD Nov 00 TC Disk 2
  29887. All Packages
  29888. New & RevisedF
  29889. SimonIBA simple game to demonstrate Cocoa development in project builder.J~.DS_Store
  29890. build
  29891. English.lproj
  29892. main.m
  29893. ReadMe.rtf
  29894. Simon.app
  29895. Simon.pbproj
  29896. SimonController.h
  29897. SimonController.m
  29898. SimonController.nibK
  29899. Nov 00M
  29900. Mac OS X or laterN$Cocoa, game, project builder, SimpleONDev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:Project Builder:Simon:PYDev.CD Nov 00 TC Disk 2
  29901.  - Sample Code
  29902.  - Platforms and Tools
  29903.  - Project Builder
  29904.  - SimonV
  29905. 69303X
  29906. Nov 00^    TC Disk 2b
  29907. --set theItem to choose file -- uncomment to test in an AS editor
  29908.     tell application "Finder"
  29909.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:Project Builder:Simon:"
  29910.         activate
  29911.     end tell
  29912. on error errMsg number errNum
  29913.     --enter statements to perform when no records are found such as...
  29914.     display dialog "Sorry, the item you selected could not be found."
  29915.     return
  29916. end try
  29917. --set theItem to choose file -- uncomment to test in an AS editor
  29918.     tell application "Finder"
  29919.         open item "Dev.CD Apr 94
  29920. Dev.CD Jan 94
  29921. Dev.CD Oct 93
  29922. Dev.CD Jul 93
  29923. Dev.CD Apr 93"
  29924.         activate
  29925.     end tell
  29926. on error errMsg number errNum
  29927.     --enter statements to perform when no records are found such as...
  29928.     display dialog "Sorry, the item you selected could not be found."
  29929.     return
  29930. end try
  29931. Wician
  29932. suite
  29933. makeeffectmovie
  29934. makeeffectslideshow
  29935. makeicon
  29936. makeitable
  29937. makemake
  29938. makemake
  29939. 2.0d38
  29940. makestartupaliastome
  29941. management
  29942. manager
  29943. manalyzer
  29944. manalyzer
  29945. 2.0d3
  29946. market
  29947. marquee
  29948. maximizing
  29949. navigator
  29950. newsz
  29951. notesT
  29952. onescannerx
  29953. opp's
  29954. oracle
  29955. disposeresource
  29956. disposeresource
  29957. debugging
  29958. resource
  29959. handles
  29960. dither
  29961. dithercopy
  29962. dithering
  29963. dixzero
  29964. dynamic
  29965. library
  29966. dmfkey
  29967. document
  29968. documentation
  29969. documents
  29970. domain
  29971. double
  29972. double
  29973. buffer
  29974. double-byte
  29975. doublebuffer
  29976. doubles
  29977. download
  29978. manager
  29979. draghook
  29980. drawing
  29981. drawsprocket
  29982. drive
  29983. drive
  29984. setup
  29985. drivergestalt
  29986. drivergestalt
  29987. drivergestaltexplore
  29988. drivers
  29989. utilities
  29990. dtscpluslibrary
  29991. dumparpcache
  29992. dumpnetworksetup
  29993. duplication
  29994. dynamic
  29995. dynamic
  29996. linking
  29997. protocol
  29998. ottcpwilldial
  29999. ottraceroutesample
  30000. ottransferproviderow
  30001. ottransferproviderow
  30002. client
  30003. library
  30004. transferprovider
  30005. May 94
  30006. Dev.CD Feb 94"
  30007.         activate
  30008.     end tell
  30009. on error errMsg number errNum
  30010.     --enter statements to perform when no records are found such as...
  30011.     display dialog "Sorry, the item you selected could not be found."
  30012.     return
  30013. end try
  30014.     return
  30015. end try
  30016. could not be found."
  30017.     return
  30018. end try
  30019. All Packages
  30020. F    QuickTimeO
  30021. Dev.CD Jan 96 SSWP
  30022. Dev.CD Jan 96 SSV
  30023. 62632X
  30024. Jan 96
  30025. f--set theItem to choose file -- uncomment to test in an AS editor
  30026.     tell application "Finder"
  30027.         open item "Dev.CD Jan 96 SSW"
  30028.         activate
  30029.     end tell
  30030. on error errMsg number errNum
  30031.     --enter statements to perform when no records are found such as...
  30032.     display dialog "Sorry, the item you selected could not be found."
  30033.     return
  30034. end try
  30035. All Packages
  30036. F    QuickTimeO
  30037. Dev.CD Jan 96 SSWP
  30038. Dev.CD Jan 96 SSV
  30039. 62633X
  30040. Jul 95
  30041. b--set theItem to choose file -- uncomment to test in an AS editor
  30042.     tell application "Finder"
  30043.         open item "Dev.CD Jul 95"
  30044.         activate
  30045.     end tell
  30046. on error errMsg number errNum
  30047.     --enter statements to perform when no records are found such as...
  30048.     display dialog "Sorry, the item you selected could not be found."
  30049.     return
  30050. end try
  30051. All Packages
  30052. System 7.5 Update 1.0O
  30053. Dev.CD Jul 95P
  30054. Dev.CD Jul 9V
  30055. 69428X
  30056. Jul 95
  30057. b--set theItem to choose file -- uncomment to test in an AS editor
  30058.     tell application "Finder"
  30059.         open item "Dev.CD Jul 95"
  30060.         activate
  30061.     end tell
  30062. on error errMsg number errNum
  30063.     --enter statements to perform when no records are found such as...
  30064.     display dialog "Sorry, the item you selected could not be found."
  30065.     return
  30066. end try
  30067. All Packages
  30068. System 7.5 Update 1.0O
  30069. Dev.CD Jul 95P
  30070. Dev.CD Jul 9V
  30071. 69429X
  30072. Jul 95
  30073. 64546X
  30074. Jul 95
  30075. --set theItem to choose file -- uncomment to test in an AS editor
  30076.     tell application "Finder"
  30077.         open item "Dev.CD May 00 TC:Language Kits:Chinese Language Kits 2.0:"
  30078.         activate
  30079.     end tell
  30080. on error errMsg number errNum
  30081.     --enter statements to perform when no records are found such as...
  30082.     display dialog "Sorry, the item you selected could not be found."
  30083.     return
  30084. end try
  30085. be found."
  30086.     return
  30087. end try
  30088. e    No Changef
  30089. Finder Windows
  30090. Hackq
  30091. Dev.CD Nov 00 TC Disk 1
  30092. All Packages
  30093. Switch StackI8Demonstrates how to switch to a private stack correctly.J
  30094. Read Me About Switch Stack
  30095. Switch Stack CW
  30096. Switch Stack CW.
  30097. Switch Stack MPW
  30098. Switch Stack MPW.make
  30099. Switch Stack THINK
  30100. Switch Stack.c
  30101. Switch Stack.r
  30102. Switch Stack.
  30103. Switch Stack.
  30104. .rsrcK
  30105. Apr 98M
  30106. Only compiles for 68K.N
  30107. private, stack, switch, snifferO8Dev.CD Nov 00 TC Disk 1:Sample Code:Memory:Switch Stack:P@Dev.CD Nov 00 TC Disk 1
  30108.  - Sample Code
  30109.  - Memory
  30110.  - Switch StackV
  30111. 67750X
  30112. 1e    No Change
  30113. byte-load-file
  30114. bytes
  30115. call-backs
  30116. callback
  30117. callbackcmd
  30118. callbacks
  30119. calledX
  30120. callhyper
  30121. calling
  30122. callsh
  30123. camera
  30124. cameron
  30125. campaign
  30126. campaigns
  30127. campfire
  30128. 69219X
  30129. Nov 00^    TC Disk 1
  30130. --set theItem to choose file -- uncomment to test in an AS editor
  30131.     tell application "Finder"
  30132.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 3D:RAVE Starter Samples:"
  30133.         activate
  30134.     end tell
  30135. on error errMsg number errNum
  30136.     --enter statements to perform when no records are found such as...
  30137.     display dialog "Sorry, the item you selected could not be found."
  30138.     return
  30139. end try
  30140. e    No Changef)RAVE
  30141. Gouraud
  30142. compsite
  30143. callback
  30144. texture
  30145. Dev.CD Nov 00 TC Disk 1
  30146. All Packages
  30147. RaveContextSampleI
  30148. This sample shows how to gain access to the Interactive Renderer's RAVE draw context from QD3D using the new QD3D 1.6 RAVE Draw Context API functions.J;Headers
  30149. RAVEContextTest
  30150. RaveContextTest.mcp
  30151. Rez.rsrc
  30152. SourceOBDev.CD Nov 00 TC Disk 1:Sample Code:Graphics 3D:RaveContextSample:PJDev.CD Nov 00 TC Disk 1
  30153.  - Sample Code
  30154.  - Graphics 3D
  30155.  - RaveContextSampleV
  30156. 69220X
  30157. Nov 00^    TC Disk 1
  30158. e    No Change
  30159. sharing
  30160. sheet
  30161. sheet
  30162. dialog
  30163. shell
  30164. sherlock
  30165. sherlock
  30166. content
  30167. extractor
  30168. search
  30169. shmat
  30170. shmctl
  30171. shmdt
  30172. shmget
  30173. showballoon
  30174. showdraghilite
  30175. showdraghilite
  30176. manager
  30177. signals
  30178. signature
  30179. signing
  30180. sillyballs
  30181. sillyballs
  30182. cocoa
  30183. simple
  30184. simplecocoaapp
  30185. simpletext
  30186. simpletext
  30187. script
  30188. print
  30189. scriptable
  30190. printing
  30191. simpletext
  30192. simpletext
  30193. source
  30194. simpletext
  30195. sample
  30196. simplified
  30197. single-link
  30198. sleep
  30199. slideshow
  30200. manager
  30201. declaration
  30202. configuration
  30203. river
  30204. sound
  30205. multiple
  30206. multiplay
  30207. sound
  30208. record
  30209. metertest
  30210. sound
  30211. studio
  30212. cheap
  30213. studio
  30214. synccmd
  30215. soundconvert
  30216. soundconverter
  30217. soundsprocket
  30218. space
  30219. spbrecord
  30220. spbrecord
  30221. asynchronous
  30222. record
  30223. record
  30224. sound
  30225. state
  30226. statements
  30227. sequel
  30228. sequence
  30229. sequence
  30230. grabbing
  30231. serialdriverarbitrat
  30232. serialportsample
  30233. server
  30234. server
  30235. remote
  30236. control
  30237. services
  30238. folder
  30239. windows
  30240. setdefaultdtp
  30241. setdeskcpatdemo
  30242. setindstring
  30243. setled
  30244. setpdimc
  30245. settingupstdfile
  30246. setup
  30247. setupgl
  30248. setwindbackcolor
  30249. sgcapture
  30250. sgcapture2disk
  30251. shadingwinds
  30252. shared
  30253. sharedmemory
  30254. sheets
  30255. shell
  30256. sherlock
  30257. sherlock
  30258. plug-ins
  30259. shimmermate
  30260. shimmermate
  30261. 2.0.1
  30262. globals
  30263. movie
  30264. showballoon
  30265. showballoon
  30266. showdialogboxes
  30267. showdialogboxes
  30268. showiniticon
  30269. signals
  30270. simpleplayer
  30271. simpletext
  30272. sound
  30273. source
  30274. sources
  30275. specific
  30276. spooler
  30277. sprocket
  30278. stack
  30279. --set theItem to choose file -- uncomment to test in an AS editor
  30280.     tell application "Finder"
  30281.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:GiMeDaPalette with Sound:"
  30282.         activate
  30283.     end tell
  30284. on error errMsg number errNum
  30285.     --enter statements to perform when no records are found such as...
  30286.     display dialog "Sorry, the item you selected could not be found."
  30287.     return
  30288. end try
  30289. etStatusV
  30290. 67218X
  30291. Nov 00^    TC Disk 1
  30292. --set theItem to choose file -- uncomment to test in an AS editor
  30293.     tell application "Finder"
  30294.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTDumpInternetStatus:"
  30295.         activate
  30296.     end tell
  30297. on error errMsg number errNum
  30298.     --enter statements to perform when no records are found such as...
  30299.     display dialog "Sorry, the item you selected could not be found."
  30300.     return
  30301. end try
  30302. e    No Change
  30303. cted could not be found."
  30304.     return
  30305. end try
  30306. e    No Changef
  30307. Color Picker 2.1.1q
  30308. Dev.CD Oct 00 SDK1
  30309. 69766X
  30310. Nov 00^    TC Disk 1
  30311. --set theItem to choose file -- uncomment to test in an AS editor
  30312.     tell application "Finder"
  30313.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Velocity Engine:VelEng Multiprecision:"
  30314.         activate
  30315.     end tell
  30316. on error errMsg number errNum
  30317.     --enter statements to perform when no records are found such as...
  30318.     display dialog "Sorry, the item you selected could not be found."
  30319.     return
  30320. end try
  30321. e    No ChangefPVelocity Engine
  30322. AlitVec
  30323. Multiprecision arithmetic
  30324. arbitrary precision arithmeticq
  30325. Dev.CD Nov 00 TC Disk 1
  30326. All Packages
  30327. VelEng Wavelet
  30328. 69767X
  30329. compilers
  30330. The enclosed files allow you to build a driver for your Zoomed Video PC-Card.  Currently, ZoomedVideo is only supported on the PowerBook 3400 series and the 2400/c.  You need to put the file PowerBook ZoomedVideo in  the Extensions folder and reboot.  This file contains the QuickTime video digitizer used to enable Zoomed Video.  Make sure that you have version 1.1 or higher.  (Note:  Version 1.0 had a bug where it didn't support autoVersioning, so just installing a new digitizer with a higBeher version will not always work.  You need to remove version 1.0 of the PowerBook ZoomedVideo file).
  30331. J`CIncludes:
  30332. Documentation:
  30333. Libraries:
  30334. PowerBook Zoomed Video:
  30335. Release Notes
  30336. Sample Driver:
  30337. Tools:K
  30338. Aug 97OJDev.CD Jul 99 SDK1:Development Kits:Hardware:Zoomed Video Driver v1.0 SDK:PRDev.CD Jul 99 SDK1
  30339.  - Development Kits
  30340.  - Hardware
  30341.  - Zoomed Video Driver v1.0 SDKhow
  30342. receive
  30343. appleevents
  30344. a-trap@
  30345. accelerating@
  30346. accessed@
  30347. account/password@
  30348. o this is how to create one.
  30349. ZoomRecter:  This snippet shows how to do "Finder" style zooming between two rectangles. The boolean flag "kZoomLarger" controls the proportional direction of the zooming.\
  30350. Communications Toolbox
  30351. Contributed
  30352. Devices and Hardware
  30353. Files
  30354. Games
  30355. Graphics 2D
  30356. Graphics 3D
  30357. Help Systems
  30358. Human Interface Toolbox
  30359. Interapplication Comm
  30360. Memory
  30361. Networking
  30362. OS Utilities
  30363. Overview
  30364. Platforms and Tools
  30365. Printing
  30366. Processes
  30367. QuickTime
  30368. Runtime Architecture
  30369. Sound
  30370. Nov 94L
  30371. May 97O
  30372. Dev.CD Nov 99 TC:Sample Code:P
  30373. Dev.CD Nov 99 TC
  30374.  - Sample Code
  30375. wanted
  30376. wanting
  30377. wants
  30378. warming
  30379. warning
  30380. warnings
  30381. warns
  30382. warrior
  30383. watcher
  30384. watches
  30385. vu-meter
  30386. vumeter
  30387. waitnextevent
  30388. wake100
  30389. waste
  30390. wavelet
  30391. browser
  30392. objects
  30393. chinesetalk
  30394. 6.0.3
  30395. chinesetalk
  30396. chinesetraditionalfo
  30397. chinesetraditionalfo
  30398. 6.0.5
  30399. chromakeymovie
  30400. cihui
  30401. classic
  30402. client
  30403. clipboard
  30404. clipboard
  30405. magician
  30406. clipped
  30407. cluts
  30408. editor
  30409. resedit
  30410. codes
  30411. collection
  30412. collectpictcolors
  30413. color`
  30414. colorpopupmenus
  30415. colorsync
  30416. colorsync
  30417. colorsync
  30418. photoshop
  30419. plugins
  30420. communication
  30421. communications
  30422. communications
  30423. toolbox
  30424. component
  30425. e    No Changef/Carbon
  30426. QuickTime
  30427. GraphicImporter
  30428. Printq
  30429. Dev.CD Nov 00 TC Disk 2
  30430. All Packages
  30431. New & RevisedF
  30432. CarbonCustomListI
  30433. This sample demonstrates how to implement a custom list using Carbon. Under Carbon, custom list definitions can no longer be implemented as 'LDEF' code resources and need to be installed using CreateCustomList.JACarbonCustomList
  30434. CarbonCustomList.c
  30435. CarbonCustomList.rsrc
  30436. Read MeK
  30437. Nov 00M
  30438. Mac OS 9 or later, CarbonLib
  30439. Carbon, List ManagerOMDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:CarbonCustomList:PUDev.CD Nov 00 TC Disk 1
  30440.  - Sample Code
  30441.  - Human Interface Toolbox
  30442.  - CarbonCustomListV
  30443. 68344X
  30444. Nov 00^    TC Disk 1b
  30445. #eo&http://developer.apple.com/samplecode/
  30446. Dev.CD Oct 93
  30447. Dev.CD Jul 93
  30448. Dev.CD Apr 93PDDev.CD Apr 94
  30449. Dev.CD Jan 94
  30450. Dev.CD Oct 93
  30451. Dev.CD Jul 93
  30452. Dev.CD Apr 9V
  30453. 67831X
  30454. Apr 94
  30455. sample
  30456. program
  30457. demonstrates
  30458. determine
  30459. sample
  30460. provides
  30461. interractive
  30462. demonstration
  30463. Summary: This developer note describes the latest model of the PowerBook 1400 computer. The note describes only the changes that make the new model different from its earlier counterparts.J
  30464. PB_190_5300RAMCard_Er.pdf
  30465. PowerBook_1400.pdf
  30466. PowerBook_1400_Addendum.pdf
  30467. PowerBook_2400c.pdf
  30468. PowerBook_3400.pdf
  30469. PowerBook_5300.pdf
  30470. PowerBook_Duo_2300c.pdf
  30471. PowerBook_Processor_Upg.pdfK
  30472. Sep 97M
  30473. Acrobat Reader.N
  30474. PowerBook 1400O|Dev.CD Sep 00 RL Disk 1:Technical Documentation:Technical Publications:hardware:Developer_Notes:Macintosh_CPUs-PPC_Portable:P
  30475. Dev.CD Sep 00 RL Disk 1
  30476.  - Technical Documentation
  30477.  - Technical Publications
  30478.  - hardware
  30479.  - Developer_Notes
  30480.  - Macintosh_CPUs-PPC_PortableV
  30481. 68530X
  30482. Sep 00^    RL Disk 1
  30483. e    No Change
  30484. nager
  30485. http://developer.apple.com/sdk
  30486. Dev.CD Jul 00 SDK1
  30487. All Packages
  30488. PowerMacOr68K
  30489. 67276X
  30490. ducts.
  30491. Contains a new version of ALM (2.0.1) for developer use.
  30492. 65016X
  30493. 1e    No Change
  30494. NoPowerOffKey is a sample extension to disable the power-off key.
  30495. Starting with System 7.5, you can turn off power by pressing the power key, just as you turn on the Macintosh by pressing the power key.  This behavior isn't appropriate for some classroom or kiosk settings.  
  30496. Starting with System 7.5.3, there is a programmatic way to turn off the power-off key behavior.  This sample uses that call if it is available.  This is the technique recommended by DTS. 
  30497. However if the call is unavB
  30498. ailable, the sample patches Alert.  NOTE: DTS does NOT recommend the patch on Alert, but realizes there may be an unavoidable reason to consider it.
  30499. JvNoPowerOffKey
  30500. PatchPowerOff.c
  30501. PatchPowerOff.h
  30502. PatchPowerOff.r
  30503. PatchPowerOff.rsrc
  30504. PatchPowerOff68K.
  30505. ReadMe
  30506. ShowIcon7.cM
  30507. System 7.5N
  30508. Power Key, kiosk, NoPowerOffKeyOUDev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Miscellaneous:NoPowerOffKey:
  30509. --set theItem to choose file -- uncomment to test in an AS editor
  30510.     tell application "Finder"
  30511.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:DumpNetworkSetup:"
  30512.         activate
  30513.     end tell
  30514. on error errMsg number errNum
  30515.     --enter statements to perform when no records are found such as...
  30516.     display dialog "Sorry, the item you selected could not be found."
  30517.     return
  30518. end try
  30519. end try
  30520. Deletedf#Apple news
  30521. Apple Developer Newsq
  30522. Dev.CD May 98 TC
  30523. ;D!All Packages
  30524. Tool Chest Edition
  30525. Apple Directions 1995
  30526. chinese
  30527. simplified
  30528. 2-1.1.3
  30529. chinese
  30530. traditional
  30531. 1.1.3
  30532. clipboard
  30533. clipboard
  30534. magician
  30535. clutbuilder
  30536. clutbuilder
  30537. clutbuilder
  30538. codev
  30539. marketing{
  30540. marketplace
  30541. markets
  30542. markpascal
  30543. marks
  30544. maroney
  30545. marquee
  30546. marriott
  30547. martin
  30548. martin-gilles
  30549. nter statements to perform when no records are found such as...
  30550.     display dialog "Sorry, the item you selected could not be found."
  30551.     return
  30552. end try
  30553. All Packages
  30554. F    PowerTalkO
  30555. Dev.CD Apr 95
  30556. Dev.CD Jan 95P
  30557. Dev.CD Apr 95
  30558. Dev.CD Jan 9V
  30559. 67297X
  30560. Apr 95
  30561. p--set theItem to choose file -- uncomment to test in an AS editor
  30562.     tell application "Finder"
  30563.         open item "Dev.CD Apr 95
  30564. Dev.CD Jan 95"
  30565.         activate
  30566.     end tell
  30567. on error errMsg number errNum
  30568.     --enter statements to perform when no records are found such as...
  30569.     display dialog "Sorry, the item you selected could not be found."
  30570.     return
  30571. end try
  30572. All Packages
  30573. F    PowerTalkO
  30574. Dev.CD Apr 95
  30575. Dev.CD Jan 95P
  30576. Dev.CD Apr 95
  30577. Dev.CD Jan 9V
  30578. 67298X
  30579. Apr 95
  30580. 69329X
  30581. Nov 99^
  30582. r--set theItem to choose file -- uncomment to test in an AS editor
  30583.     tell application "Finder"
  30584.         open item "Dev.CD Nov 99 TC:Sample Code:"
  30585.         activate
  30586.     end tell
  30587. on error errMsg number errNum
  30588.     --enter statements to perform when no records are found such as...
  30589.     display dialog "Sorry, the item you selected could not be found."
  30590.     return
  30591. end try
  30592. Deletedq
  30593. Dev.CD Nov 99 TC
  30594. D!All Packages
  30595. Tool Chest Edition
  30596. Snippets - Printing
  30597. (** = new, * = revised)
  30598. Dashed Lines:  This sample demonstrates how to draw dashed line objects on PostScript printers. This simple example does not deal with QuickDraw printers, on which it draws solid black lines.
  30599. Dashed-capped Lines:  This sample demonstrates how to draw dashed line objects on PostScript printers. In this case, they are capped PostScript lines. I use round caps, which means that the ends of the lines are rounded. This simple example does not deal with QuickDraw
  30600. GrayT
  30601. Dev.CD Nov 00 TC Disk 1
  30602. All Packages
  30603. New & RevisedF
  30604. FloatingWindowIqJust a simple sample to demonstrate that floating windows are very easy to implement on Mac OS X using Nib files.Jk.DS_Store
  30605. build
  30606. English.lproj
  30607. FloatingWindow.app
  30608. FloatingWindow.c
  30609. FloatingWindow.pbproj
  30610. Main.nib
  30611. ReadMe.rtfK
  30612. Nov 00M"Project Builder, Mac OS X or laterN
  30613. Floating Window, nibOKDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:FloatingWindow:PSDev.CD Nov 00 TC Disk 1
  30614.  - Sample Code
  30615.  - Human Interface Toolbox
  30616.  - FloatingWindowV
  30617. 68548X
  30618. Nov 00^    TC Disk 1b
  30619. --set theItem to choose file -- uncomment to test in an AS editor
  30620.     tell application "Finder"
  30621.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:FloatingWindow:"
  30622.         activate
  30623.     end tell
  30624. on error errMsg number errNum
  30625.     --enter statements to perform when no records are found such as...
  30626.     display dialog "Sorry, the item you selected could not be found."
  30627.     return
  30628. end try
  30629. movieproc
  30630. movieproc
  30631. movieproc
  30632. moviesp
  30633. movieshop
  30634. moviestuff
  30635. moviestuff
  30636. moviestuff
  30637. movietoaiff
  30638. movietoaiff
  30639. movietoaiff
  30640. movietoaiff
  30641. movietoaiff
  30642. moving
  30643. moving
  30644. source
  30645. powerpc
  30646. threaded
  30647. threaded
  30648. player
  30649. player
  30650. mp3player
  30651. mp3player
  30652. mpblitter
  30653. mpblitter
  30654. mpblitter
  30655. mpdelayuntiltest
  30656. mpdelayuntiltest
  30657. mpdelayuntiltest
  30658. mpfilecopy
  30659. mpfilecopy
  30660. mpfilecopy
  30661. mpfilecopy-ppc
  30662. mphelloworld
  30663. mphelloworld
  30664. pascal
  30665. mping
  30666. mpperiodicaltest
  30667. mpperiodicaltest
  30668. mpperiodicaltest
  30669. program
  30670. goodies
  30671. extractors
  30672. fadescreen
  30673. fadescreen
  30674. fadescreen
  30675. failure
  30676. failure
  30677. fastdither
  30678. fastdither
  30679. MMSystem 7.0 or later.  Power Macintosh required for native translator support.N,Translation, Macintosh Easy Open, TranslatorOADev.CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh Easy Open:PFDev.CD Apr 98 SDK1
  30680.  - Development Kits (Disc 1)
  30681.  - Macintosh Easy OpenlotIcons.cM
  30682. System 7N
  30683. popup, icon utilitiesOFDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Icon Play:PNDev.CD Nov 00 TC Disk 1
  30684.  - Sample Code
  30685.  - Human Interface Toolbox
  30686.  - Icon PlayV
  30687. 66980X
  30688. Nov 00^    TC Disk 1
  30689. --set theItem to choose file -- uncomment to test in an AS editor
  30690.     tell application "Finder"
  30691.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Icon Play:"
  30692.         activate
  30693.     end tell
  30694. on error errMsg number errNum
  30695.     --enter statements to perform when no records are found such as...
  30696.     display dialog "Sorry, the item you selected could not be found."
  30697.     return
  30698. end try
  30699. e    No Changef
  30700. popup
  30701. icon utilitiesq
  30702. Dev.CD Nov 00 TC Disk 1
  30703. All Packages
  30704. 66981X
  30705. speechmessage
  30706. speechmessage
  30707. speechrecogmgr
  30708. speechrecognition
  30709. speechrecognition
  30710. spellswell
  30711. spellswell
  30712. spellswell
  30713. sphere
  30714. splasher
  30715. splasher
  30716. splasher
  30717. splasher
  30718. splashwindow
  30719. splashwindow
  30720. splashwindow
  30721. spooler
  30722. sprite
  30723. sprite
  30724. spritedemoapp
  30725. spritedemoapp
  30726. spritemgrt
  30727. spritemgr
  30728. spritemgr
  30729. spritemgr
  30730. spritemgr
  30731. spritemgr
  30732. spritesp
  30733. spriteworld
  30734. spriteworld
  30735. examples
  30736. spriteworld
  30737. files
  30738. sprocket
  30739. sprocket
  30740. sprocket
  30741. sprocketinavders
  30742. sprocketinavders
  30743. sprocketinvaders
  30744. sprocketinvaders
  30745. sprocketinvaders
  30746. sprocketinvaders
  30747. sprocketmain
  30748. sprocketmain
  30749. sprockets
  30750. sprocketsample
  30751. sprocketsample
  30752. sprocketsample
  30753. sprocketsample
  30754. sprocketsample
  30755. change
  30756.   Therefore, this extension exists.  Drop it into your system folder and restart.
  30757. Version 1.2 fixes a minor concern, removes one line of assembly, and adds a Finder help string, so that turning on balloon help and pointing at this extension exp
  30758. --set theItem to choose file -- uncomment to test in an AS editor
  30759.     tell application "Finder"
  30760.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Disks:RAMDisk:"
  30761.         activate
  30762.     end tell
  30763. on error errMsg number errNum
  30764.     --enter statements to perform when no records are found such as...
  30765.     display dialog "Sorry, the item you selected could not be found."
  30766.     return
  30767. end try
  30768. nges to PAP.h and PAP.p.
  30769. JTPAP Client - Read Me First
  30770. PAP Client Interface
  30771. PAP.a.o
  30772. PAP.h
  30773. PAP.p
  30774. PAPWorkStation.oK
  30775. Apr 96L
  30776. Oct 96N
  30777. Print, AppleTalk, PAPOLDev.CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh PAP Client Interface:PQDev.CD Apr 98 SDK1
  30778.  - Development Kits (Disc 1)
  30779.  - Macintosh PAP Client Interfaceliably get line numbers. To do so, move the 
  30780. MRJ Symantec JITC
  30781.  library from the 
  30782. MRJ Libraries
  30783.  folder to somewhere outside the System Folder.
  30784. MRJLib contains user breaks (warnings) that MRJ will generate when it detects it has enter
  30785. deleted
  30786. moved
  30787. Mar 99
  30788. developer
  30789. documentation
  30790. detailing
  30791. detailsR
  30792. detect
  30793. detecting
  30794. detection
  30795. detective
  30796. detectory
  30797. detectorsy
  30798. detects
  30799. determination
  30800. determine
  30801. determines
  30802. determining
  30803. devanagari
  30804. developb
  30805. algorithmj
  30806. algorithms
  30807. aliasf
  30808. alias-to-fsspecf
  30809. aliasesf
  30810. aliens
  30811. aligned
  30812. alignment
  30813. alive{
  30814. source
  30815. included
  30816.  Staking Your Claim on the Internet Frontier
  30817. Special Marketing Report: Programmer, Get Thee to the Internet!
  30818. April 1995 Apple Directions Articles
  30819. News Section: News (OpenDoc Slated For Fall; Pioneer Licenses Mac OS; QuickTime Suit Details; QuickTime for Free; Mac OS Brand Momentum; MAE 2.0); Strategy Mosaic (Portrait of the Future: Learning, part 1); Editor's Note (Real Virtual Reality); IndustryWatch.
  30820. Technology: News (OpenDoc Classes; MPW Pro and ETO #16); CD Highlights; Human Interfa
  30821. ce (Disambiguator, pt. 2); Macintosh Programmer's Toolbox Assistant.
  30822. Market Research Monthly (Developers Confident); Marketing Feature (Soul of the New Macintosh).
  30823. Requires Adobe Acrobat Reader.
  30824. This is final draft copy from the February Apple Directions, 
  30825.  1995, Apple Computer, Inc. All rights reserved. Reuse or reprinting without permission of the editor is forbidden.  For permission, contact the editor on AppleLink at A.DIRECTIONS.
  30826. March 1995 Apple Directions Articles
  30827. News: Apple N
  30828. All Packages
  30829. QuickDraw GXO#Dev.CD Aug 96 TC
  30830. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  30831. Dev.CD Jan 96 SDKV
  30832. 69056X
  30833. Aug 96
  30834. x--set theItem to choose file -- uncomment to test in an AS editor
  30835.     tell application "Finder"
  30836.         open item "Dev.CD Aug 96 TC
  30837. Dev.CD Jan 96 SDK1"
  30838.         activate
  30839.     end tell
  30840. on error errMsg number errNum
  30841.     --enter statements to perform when no records are found such as...
  30842.     display dialog "Sorry, the item you selected could not be found."
  30843.     return
  30844. end try
  30845. All Packages
  30846. QuickDraw GXO#Dev.CD Aug 96 TC
  30847. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  30848. Dev.CD Jan 96 SDKV
  30849. 69057X
  30850. Aug 96
  30851. All Packages
  30852. QuickDraw GXO
  30853. Dev.CD Aug 96 TCP
  30854. Dev.CD Aug 96 TV
  30855. 69104X
  30856. Aug 96
  30857. e--set theItem to choose file -- uncomment to test in an AS editor
  30858.     tell application "Finder"
  30859.         open item "Dev.CD Aug 96 TC"
  30860.         activate
  30861.     end tell
  30862. on error errMsg number errNum
  30863.     --enter statements to perform when no records are found such as...
  30864.     display dialog "Sorry, the item you selected could not be found."
  30865.     return
  30866. end try
  30867. All Packages
  30868. QuickDraw GXO
  30869. Dev.CD Aug 96 TCP
  30870. Dev.CD Aug 96 TV
  30871. 69105X
  30872. Aug 96
  30873. e--set theItem to choose file -- uncomment to test in an AS editor
  30874.     tell application "Finder"
  30875.         open item "Dev.CD Aug 96 TC"
  30876.         activate
  30877.     end tell
  30878. on error errMsg number errNum
  30879.     --enter statements to perform when no records are found such as...
  30880.     display dialog "Sorry, the item you selected could not be found."
  30881.     return
  30882. end try
  30883. All Packages
  30884. QuickDraw GXO
  30885. Dev.CD Aug 96 TCP
  30886. Dev.CD Aug 96 TV
  30887. 69106X
  30888. geticonsuitefromfind
  30889. getinfo
  30890. getinfo
  30891. getkeys
  30892. getlastchange
  30893. getmfsize
  30894. getmode
  30895. getmode
  30896. getpppstatus
  30897. getpppstatus
  30898. getpppstatus
  30899. getpppstatus
  30900. getpppstatus
  30901. readme
  30902. getsetoptions
  30903. getsetoptions
  30904. getsetoptions
  30905. getsetoptions
  30906. getting
  30907. getting
  30908. started
  30909. gettoolconfig
  30910. gettoolconfig
  30911. gettoolconfig
  30912. gettoolconfig
  30913. getvinfo
  30914. getvinfo
  30915. getvol
  30916. getvol
  30917. newformat
  30918. getvolumes
  30919. getvolumes
  30920. gif89a
  30921. gimedapalette
  30922. gimedapalette
  30923. gimedapalette&sound
  30924. gimedapalette&sound
  30925. gimedapalette&sound
  30926. gimedapalette&sound
  30927. global
  30928. global
  30929. globallist
  30930. globallist
  30931. globalmaster
  30932. globalmaster
  30933. globals
  30934. globals
  30935. globals
  30936. hicimporter
  30937. graphicimporter
  30938.     EBe or is it hokum? Only your branch prediction unit knows for sure.
  30939. JBdevelop Issue 20
  30940. develop Issue 20 code
  30941. develop Issue 20 referencesK
  30942. Vol IIIL
  30943. Jun 95OIDev.CD Sep 00 RL Disk 1:Technical Documentation:Develop:develop Issue 20:PQDev.CD Sep 00 RL Disk 1
  30944.  - Technical Documentation
  30945.  - Develop
  30946.  - develop Issue 20o test in an AS editor
  30947.     tell application "Finder"
  30948.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:MPW:Remove VMS Version Numbers:"
  30949.         activate
  30950.     end tell
  30951. on error errMsg number errNum
  30952.     --enter statements to perform when no records are found such as...
  30953.     display dialog "Sorry, the item you selected could not be found."
  30954.     return
  30955. end try
  30956. e    No Changef2MPW
  30957. version numbers
  30958. Remove VMS Version Numbersq
  30959. Dev.CD Nov 00 TC Disk 2
  30960. All Packages
  30961. Report Error 2.0V
  30962. 67602X
  30963. rogramming examples. Topics discussed include handling events in response to Display Manager changes, determining the characteristics of video 
  30964. formattedi
  30965. formatters
  30966. formatting
  30967. formerlyj
  30968. formerly
  30969. appearance
  30970. contextual
  30971. menumanager
  30972. formrelativeposition
  30973. formsU
  30974. formulate
  30975. forrest
  30976. forth
  30977. fortran
  30978. fortune
  30979. forward
  30980. forwarders
  30981. forwards
  30982. found^
  30983. foundation
  30984. foundation
  30985. reference
  30986. foundation's
  30987. fourg
  30988. four-banger
  30989. four-byte
  30990. four-color
  30991. four-dimensional
  30992. fourier
  30993. fourth
  30994. fpoint
  30995. simple
  30996. application
  30997. designed
  30998. allow
  30999. fragments
  31000. f--set theItem to choose file -- uncomment to test in an AS editor
  31001.     tell application "Finder"
  31002.         open item "Dev.CD Jun 97 SSW"
  31003.         activate
  31004.     end tell
  31005. on error errMsg number errNum
  31006.     --enter statements to perform when no records are found such as...
  31007.     display dialog "Sorry, the item you selected could not be found."
  31008.     return
  31009. end try
  31010. hwindowide
  31011. draghook
  31012. hypercardn
  31013. hypercard
  31014. update
  31015. hypercard
  31016. balloons
  31017. hypercard
  31018. player
  31019. stacks
  31020. hypercard
  31021. variable
  31022. button
  31023. field
  31024. instance
  31025. variables
  31026. global
  31027. hypercard
  31028. showballoon
  31029. e Layout: Bending the Rules by Daniel I. Lipton.  The typographic capabilities of QuickDraw GX are without peer, but until now drawing that beautiful text along an arbitrary path took a concerted effort. Here
  31030. s a library that makes it easy to do.
  31031. MacApp Debugging Aids by Conrad Kopala.  Programming with a framework saves time and effort, but debugging 
  31032. QuickDraw GXO
  31033. Dev.CD Aug 96 TCP
  31034. Dev.CD Aug 96 TV
  31035. 65845X
  31036. Aug 96
  31037. apple
  31038. setup
  31039. modified
  31040. apple
  31041. apple
  31042. international
  31043. glossar
  31044. apple
  31045. apple
  31046. standards
  31047. apple
  31048. styleguide00
  31049. apple
  31050. profiler
  31051. 1.3.1
  31052. apple
  31053. profiler
  31054. 1.3.1
  31055. apple
  31056. telecom
  31057. software
  31058. nocopyreceives
  31059. non-mpw
  31060. nonthreadedprogress
  31061. nonthreadedprogress
  31062. nopoweroffkey
  31063. noresdialog
  31064. noresdialog
  31065. noresdialog
  31066. noresdialog
  31067. noresdialog
  31068. noresdialog
  31069. 1.5.1
  31070. first
  31071. library
  31072. plugins
  31073. nubus
  31074. nubus
  31075. board
  31076. registration
  31077. object
  31078. objectcode
  31079. objecthelpers
  31080. objecthelpers
  31081. objecthelpers
  31082. objectppc
  31083. objects
  31084. objects68k
  31085. objectsppc
  31086. objectsupportlib
  31087. obsolete
  31088. obsolete
  31089. pre-asip
  31090. obsolete&unsupported
  31091. obtain
  31092. &D!All Packages
  31093. Tool Chest Edition
  31094. PeopleSoft/Apple White Paper
  31095. Summary:  Apple and PeopleSoft have launched a partnership that will deliver PeopleSoft applications that run on the Macintosh Operating System.  This document is a Technical White Paper that describes the partnership, the product and the direction PeopleSoft is heading.
  31096. Peoplesoft & Apple White PaperK
  31097. Dec 95L
  31098. Feb 97O&Dev.CD May 98 TC:Programs & Marketing:P(Dev.CD May 98 TC
  31099.  - Programs & MarketingV
  31100. 68877X
  31101. May 98^
  31102. TCsted with up to 8.5.1 successfully).
  31103. This code is provided 
  31104. as is
  31105. , and Apple Computer, Inc. makes no claims about its  suitability for use in any application. AutoGuest patches Mac OS system routines, so you should install it only when necessary. 
  31106. Third Party Compatibility
  31107. AutoGuest INIT 2.x was not compatible with Connectix Speed Doubler
  31108.  8.x. The symptom is that applications can link from the foreground only. Speed Doubler
  31109.  is not at fault, it is a side effect of the way AutoGuest INI
  31110. 68220X
  31111. Nov 00^    TC Disk 1
  31112. --set theItem to choose file -- uncomment to test in an AS editor
  31113.     tell application "Finder"
  31114.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Devices:Apple Desktop Bus:ADB Analyzer 1.0d6:"
  31115.         activate
  31116.     end tell
  31117. on error errMsg number errNum
  31118.     --enter statements to perform when no records are found such as...
  31119.     display dialog "Sorry, the item you selected could not be found."
  31120.     return
  31121. end try
  31122. e    No Changeq
  31123. Dev.CD Nov 00 TC Disk 1
  31124. All Packages
  31125. ADB Key Spy 1.0.1b3
  31126. YSummary:  This package provides something of a replacement for GetKeys by maintaining a key map reflecting the state of each keyboard attached to the Mac via ADB.
  31127.  building a system extension
  31128.  using the ADB API
  31129.  "patching" ADB service routines
  31130.  building, installing, and using a driver
  31131.  mapping physical key codes to virtual key codes
  31132. Nov 95L
  31133. May 97V
  31134. 68221X
  31135. 1e    No Change
  31136. 68389X
  31137. Nov 00^    TC Disk 1
  31138. --set theItem to choose file -- uncomment to test in an AS editor
  31139.     tell application "Finder"
  31140.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Concordia:"
  31141.         activate
  31142.     end tell
  31143. on error errMsg number errNum
  31144.     --enter statements to perform when no records are found such as...
  31145.     display dialog "Sorry, the item you selected could not be found."
  31146.     return
  31147. end try
  31148. e    No Changef
  31149. proportional
  31150. scrollingq
  31151. Dev.CD Nov 00 TC Disk 1
  31152. ContextualMenuManagerSDK 1.0.3
  31153. Formerly part of Appearance SDK, Contextual MenuManager now makes its appearance on its own.
  31154. CMM is a Mac OS
  31155.  technology which allows the user to perform operations on application data in a context-sensitive manner. Along with the Mac OS extension, documentation, and sample code, this SDK contains two sample CMM plug-in projects and headers and stub libraries, some of which are not present in Universal Headers.
  31156. Headers.
  31157. }This little application includes code to allow you to detect whether or not the Shell Window is "rolled up" by WindowShade.  How do you do this?  You check the window's contRgn.  If the contRgn is empty, then the window is shaded.  You'll note that the grafPort is unchanged by WindowShade, so if you need to save window dimensions, you can grab that information from the portRect.
  31158. JRShadingWinds(PPC)
  31159. ShadingWinds.c
  31160. ShadingWinds.h
  31161. ShadingWinds.mcp
  31162. ShadingWinds.rsrcOIDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:ShadingWinds:PQDev.CD Nov 00 TC Disk 1
  31163.  - Sample Code
  31164.  - Human Interface Toolbox
  31165.  - ShadingWindsapalette
  31166. gimedapalette
  31167. gimedapalette&sound
  31168. gimedapalette&sound
  31169. gimedapalette&sound
  31170. gimedapalette&sound
  31171. global
  31172. global
  31173. globallist
  31174. globallist
  31175. globalmaster
  31176. globalmaster
  31177. globals
  31178. globals
  31179. globals
  31180. hicimporter
  31181. graphicimporter
  31182. buildingV
  31183. building
  31184. system
  31185. extensionV
  31186. building
  31187. installing
  31188. using
  31189. driverV
  31190. builds{
  31191. builds
  31192. windows
  31193. application
  31194. built
  31195. built-in
  31196. bulletproof
  31197. bullets
  31198. bunch
  31199. bundle
  31200. bundled
  31201. bundleservices
  31202. bunker
  31203. buses
  31204. business{
  31205. businesses
  31206. quicktime
  31207. oughta
  31208. pictures
  31209. guillermo
  31210. ortiz
  31211. quicktime
  31212. provides
  31213. functions
  31214. allow
  31215. create
  31216. quicktime
  31217. quicktime
  31218. includes
  31219. quicktime
  31220. javad
  31221. quicktime
  31222. windows
  31223. includes
  31224. quicktime
  31225. uicktime-enabled
  31226. quicktime-readable
  31227. quicktime/mac
  31228. quicktimesdk
  31229. quicktimevr
  31230. quinn
  31231. quite
  31232. quitting
  31233. quoted
  31234. quoting
  31235. qwerty
  31236. races
  31237. radcliffe
  31238. radically
  31239. radio
  31240. radiostation
  31241. radiostation
  31242. small
  31243. functional
  31244. streaming
  31245. server
  31246. raises
  31247. expansion
  31248. ramifications
  31249. ramps
  31250. randall
  31251. random
  31252. range
  31253. rangingw
  31254. looney
  31255. Two-column LDEF code resource looks for a comma in the text of each cell and draws the text that follows the comma half-way across the cell
  31256. so a cell containing the text
  31257. +--------------+
  31258. | abc,def      |
  31259. +--------------+
  31260. will instead appear as
  31261. +--------------+
  31262. | abc   def    |
  31263. +--------------+
  31264. To see this LDEF in action, paste it into the ModalList sample program and recompile the program so that the LNew call uses the definition procedure 128 rather than 0
  31265. J/TwoColLDEF.c
  31266. TwoColLDEF.rsrc
  31267. TwoColumn LDEF.mcpOKDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:TwoColumn LDEF:PSDev.CD Nov 00 TC Disk 1
  31268.  - Sample Code
  31269.  - Human Interface Toolbox
  31270.  - TwoColumn LDEF
  31271. create
  31272. needs
  31273. Disable Power Off Key:  Extension demonstrating how to disable power key for turning off mac
  31274. ware.
  31275. SetupGL also has some unique features:
  31276. - The texture RAM variable in the structGLInfo allows you to specify an amount of texture memory, over and above the buffer requirements, that the device must have to satisfy your requirements.  This allows you to pick a maximum resolution and bit depth and allow SetupGL to find the resolution and bit depth that can actually be used while maintaining the requested amount of VRAM.  This is done by setting fDepthMust and fSizeMust to false on ent
  31277. ry, which allows SetupGL to set down in resolutions and pixel depths to get a match.
  31278. - It allows specification of a screen device to try first by enumeration of the screens.  -1 indicates the main screen.  Other screens are enumerated in order returned by DMGetFirstScreenDevice and DMGetNextScreenDevice with 0 being the first screen returned.  If allocations on the desired screen fails SetupGL will automatically check the other screens.
  31279. - SetupGL provides the function BuildGLFromWindow a
  31280. offscreen
  31281. offscreen
  31282. offscreen
  31283. offscreen
  31284. offscreen
  31285. offscreen
  31286. offscreen
  31287. offscreen
  31288. region
  31289. offscreencontrol
  31290. offscreencontrol
  31291. offscreencontrolupda
  31292. offscreencontrolupda
  31293. offscreencontrolupda
  31294. offscreencontrolupda
  31295. offscreencontrolupda
  31296. oldbitmap
  31297. oldbitmap
  31298. oldbitmap
  31299. oldies
  31300. ooptesample
  31301. ooptesample
  31302. openz
  31303. install
  31304. browser
  31305. beginz
  31306. first
  31307. browser
  31308. transport
  31309. debug
  31310. transport
  31311. opencheckedout
  31312. opendoc
  31313. latest
  31314. specification
  31315. profiles
  31316. latitude
  31317. latter
  31318. hints
  31319. historically
  31320. history
  31321. hitec
  31322. hittin
  31323. hitting
  31324. hmshowballoon
  31325. hoddie
  31326. hokum
  31327. holcomb
  31328. holding
  31329. holdsy
  31330. holiday{
  31331. holland
  31332. hooking
  31333. hooks
  31334. hooper
  31335. hot-spot-specific\
  31336. hotchkiss
  31337. hotrect
  31338. hotsauce
  31339. hours
  31340. hours/minutes
  31341. house
  31342. parserW
  31343. parsing
  31344. partO
  31345. links
  31346. links
  31347. links
  31348. partmaker
  31349. partmaker
  31350. partmaker
  31351. readme
  31352. parts
  31353. pascal
  31354. pascal
  31355. sample
  31356. password
  31357. interface
  31358. patches
  31359. patchpoweroff
  31360. patchpoweroff
  31361. patchpoweroff
  31362. patchpoweroff
  31363. patchpoweroff
  31364. patchpoweroff68k
  31365. 5300ramcard
  31366. pbclock
  31367. pbproj
  31368. picker
  31369. picts
  31370. pictinfotest
  31371. pitfalls
  31372. pixel
  31373. platformsQ
  31374. platforms
  31375. toolsQ
  31376. play1
  31377. --set theItem to choose file -- uncomment to test in an AS editor
  31378.     tell application "Finder"
  31379.         open item "Dev.CD Apr 94
  31380. Dev.CD Jan 94
  31381. Dev.CD Oct 93
  31382. Dev.CD Jul 93
  31383. Dev.CD Apr 93"
  31384.         activate
  31385.     end tell
  31386. on error errMsg number errNum
  31387.     --enter statements to perform when no records are found such as...
  31388.     display dialog "Sorry, the item you selected could not be found."
  31389.     return
  31390. end try
  31391. panels
  31392. panes
  31393. panorama
  31394. panoramas
  31395. panoramic
  31396. paper{
  31397. papworkstation
  31398. parade
  31399. paradigms
  31400. paragraph
  31401. parallels
  31402. parametera
  31403. parameters
  31404. paramount
  31405. introduction
  31406. quicktime
  31407. partial
  31408. participation
  31409. preferences
  31410. preferences
  31411. preferences
  31412. preferencesdialogwin
  31413. preferencesdialogwin
  31414. preferencesdialogwin
  31415. prefixm
  31416. prefix
  31417. prefsv
  31418. prefs
  31419. system
  31420. prefs
  31421. prefs
  31422. premixer
  31423. preview
  31424. previous
  31425. primer
  31426. print
  31427. print
  31428. print
  31429. multipage
  31430. print
  31431. multipage
  31432. print
  31433. multipage
  31434. print
  31435. print
  31436. total
  31437. pages
  31438. print2
  31439. printaetypes
  31440. printaetypes
  31441. printclippedoffscree
  31442. printclippedoffscree
  31443. printclippedoffscree
  31444. printcomments
  31445. printcomments
  31446. email
  31447. embed
  31448. cdent
  31449. cdeve
  31450. cdevse
  31451. cdk's
  31452. cdromdrivecheck
  31453. cdtool
  31454. celestial
  31455. celik
  31456. print
  31457. record
  31458. mybuildmenu
  31459. mycomponent
  31460. mycomponent
  31461. mycomponent
  31462. mycomponent
  31463. mycomponent
  31464. mycomponent
  31465. mycomponentroutines
  31466. mycomponentroutines
  31467. mycomponentroutines
  31468. mycustomportscanner
  31469. mycustomportscanner
  31470. mydeviceloop
  31471. mydeviceloop
  31472. mydeviceloop
  31473. mydeviceloop
  31474. mydialog
  31475. mydialog
  31476. mydialog
  31477. myenetdriver
  31478. myenetdriver
  31479. myhelpmenu
  31480. myhelpmenu
  31481. myhelpmenu
  31482. myhelpmenu
  31483. myhelpmenu
  31484. myhelpmenu
  31485. mylistdef
  31486. mylistdef
  31487. myportcalls
  31488. myportcalls
  31489. myportcalls
  31490. myportmodule
  31491. myportmodule
  31492. myquicktakeapp
  31493. myquicktakeapp
  31494. 1.0.1tc7
  31495. myquicktakeapp
  31496. 1.0.2
  31497. myregistercomponent
  31498. myregistercomponent
  31499. 65142X
  31500. Nov 00^    TC Disk 1
  31501. e    No Change
  31502. Standard File, replace hookOHDev.CD Nov 00 TC Disk 1:Sample Code:Files:Standard File:CustomPutAppend:PSDev.CD Nov 00 TC Disk 1
  31503.  - Sample Code
  31504.  - Files
  31505.  - Standard File
  31506.  - CustomPutAppendV
  31507. 68422X
  31508. Nov 00^    TC Disk 1
  31509. --set theItem to choose file -- uncomment to test in an AS editor
  31510.     tell application "Finder"
  31511.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Files:Standard File:CustomPutAppend:"
  31512.         activate
  31513.     end tell
  31514. on error errMsg number errNum
  31515.     --enter statements to perform when no records are found such as...
  31516.     display dialog "Sorry, the item you selected could not be found."
  31517.     return
  31518. end try
  31519. e    No Changef
  31520. Standard File
  31521. replace hook
  31522. drawtextcodec
  31523. drawtextcodec
  31524. drawtextcomponent
  31525. drawtextcomponent
  31526. drawtextcompress
  31527. drawtextcompress
  31528. drawtextdecompress
  31529. drawtextdecompress
  31530. Mac OS:ColorSync 3.0 Mac SDK:Documentation:Embedding ICC Profiles Docs:V
  31531. 63725X
  31532. 1e    No Change
  31533. dex.html
  31534. ye    No Changef!Process Manager
  31535. 'quit' AppleEventq
  31536. Dev.CD Nov 00 TC Disk 2
  31537. All Packages
  31538. QwertytunesIlQwertytunes is a small application which lets you play MIDI devices using a standard alphanumeric keyboard.
  31539. YBigEasy2.c
  31540. BigEasy2.h
  31541. BigEasyDialogs.c
  31542. BigEasyDialogs.h
  31543. BigEasyGrafish.c
  31544. BigEasyGrafish.h
  31545. BigEasyTextish.c
  31546. BigEasyTextish.h
  31547. BigEasyUtils.c
  31548. BigEasyUtils.h
  31549. IconUtilsPriv.h
  31550. MIDIGlue.
  31551. Qwertytunes - Read Me
  31552. Qwertytunes - Read Me.txt
  31553. Qwertytunes 0.6
  31554. Qwertytunes Filing.c
  31555. Qwertytunes Filing.h
  31556. Qwertytunes.c
  31557. Qwertytunes.h
  31558. Qwertytunes
  31559. Qwertytunes
  31560. .rsrc
  31561. May 93M
  31562. MIDI manager
  31563. MIDIO9Dev.CD Nov 00 TC Disk 2:Sample Code:Overview:Qwertytunes:PADev.CD Nov 00 TC Disk 2
  31564.  - Sample Code
  31565.  - Overview
  31566.  - QwertytunesV
  31567. 69217X
  31568. Nov 00^    TC Disk 2
  31569. e    No Change
  31570. --set theItem to choose file -- uncomment to test in an AS editor
  31571.     tell application "Finder"
  31572.         open item "Dev.CD Apr 94
  31573. Dev.CD Jan 94
  31574. Dev.CD Oct 93
  31575. Dev.CD Jul 93"
  31576.         activate
  31577.     end tell
  31578. on error errMsg number errNum
  31579.     --enter statements to perform when no records are found such as...
  31580.     display dialog "Sorry, the item you selected could not be found."
  31581.     return
  31582. end try
  31583. invalid
  31584. invaluable
  31585. invariably
  31586. inverse
  31587. inverse-wavelet-yuv
  31588. invert
  31589. inverted
  31590. invertedtext
  31591. inverts
  31592. invested
  31593. investigate
  31594. investigated
  31595. investigating
  31596. investigation
  31597. investment
  31598. investments{
  31599. invisible
  31600. invoke
  31601. invoked
  31602. involve
  31603. articles{
  31604. articulate
  31605. artwork
  31606. W boxes in the highlited state.
  31607. readme
  31608. WDEFColorSample
  31609. WDEFColorSample(PPC)
  31610. WDEFColorSample.c
  31611. WDEFColorSample.h
  31612. WDEFColorSample.mcp
  31613. WDEFColorSample.r
  31614. WDEFColorSample.rsrc
  31615. WDEFColorSampleWDEF.cW
  31616. revisedr
  31617. PackageTool is an application illustrating how to create application packages in Mac OS 9.  It provides a simple interface or converting correctly formatted folders into packages and vice versa.  Version 1.1 adds code that automatically creates a work-around for an alias manager bug so users may now place a package's main file in a package's root directory.  Version 1.2 adds Navigation Services support illustrating how you can use Navigation Services to select packages.
  31618. tasks illustrated B
  31619. include:
  31620. - how to create a package,
  31621. - how to detect a package,
  31622. includes a 'package document aware'  application sample (HTMLSample)
  31623. MakeFile
  31624. PackageTool
  31625. PackageTool.c
  31626. PackageTool.h
  31627. PackageTool.prj
  31628. PackageTool.r
  31629. PackageTool.rsrc
  31630. PackageUtils.c
  31631. PackageUtils.h
  31632. PackageWindow.c
  31633. PackageWindow.h
  31634. Re- C/F Registration Request
  31635. ReadMe
  31636. Sample Package
  31637. SimplePrefs.c
  31638. SimplePrefs.h
  31639. Utilities.c
  31640. Utilities.h
  31641. Dec 99OHDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:PackageTool:
  31642. locale-sensitive
  31643. locales
  31644. localizable
  31645. localization
  31646. localize
  31647. localized
  31648. localizers
  31649. localizing
  31650. localtalkB
  31651. locate
  31652. located
  31653. locating
  31654. location
  31655. locations
  31656. locator
  31657. lock/unlock
  31658. locked
  31659. lockfile
  31660. locking
  31661. lockvol
  31662. logged
  31663. logging^
  31664. logic
  31665. looking
  31666. looks
  31667. lookup
  31668. lookupmenu
  31669. looming
  31670. looney
  31671. loose
  31672. lossiness
  31673. low-disk-space
  31674. low-level
  31675. lower-case
  31676. loyal{
  31677. 69719X
  31678. Jul 99^
  31679. --set theItem to choose file -- uncomment to test in an AS editor
  31680.     tell application "Finder"
  31681.         open item "Dev.CD Jul 99 SDK1:Development Kits:Mac OS:Telephone Manager:"
  31682.         activate
  31683.     end tell
  31684. on error errMsg number errNum
  31685.     --enter statements to perform when no records are found such as...
  31686.     display dialog "Sorry, the item you selected could not be found."
  31687.     return
  31688. end try
  31689. Deletedf5Telephone Manager
  31690. Telephony
  31691. Analog
  31692. Phone
  31693. Dev.CD Jul 99 SDK1
  31694. All Packages
  31695. TESample
  31696. cTESample is an example application that demonstrates how to initialize the commonly used Toolbox managers, operate successfully under MultiFinder, handle desk accessories, and create, grow, and zoom windows.  It demonstrates fundamental TextEdit toolbox calls and TextEdit automatic scrolling, and it shows how to create and maintain scroll bar controls.
  31697. 69720X
  31698. 1e    No Change
  31699. Toolkits: be found."
  31700.     return
  31701. end try
  31702. NyNSL, SLP, DNS, LDAP, NBP, network,  TCP/IP search, browse Internet services, network administrator, domain, neighborhood.O7Dev.CD Oct 00 SDK1:Development Kits:Mac OS:NSL 1.1 SDK:P?Dev.CD Oct 00 SDK1
  31703.  - Development Kits
  31704.  - Mac OS
  31705.  - NSL 1.1 SDKlse, a flavor of what Newton development is like.
  31706. Standalone Code on PowerPC  by Tim Nichols.   Standalone code is better and easier than ever before in the PowerPC environment.
  31707. Debugging on PowerPC  by Dave Falkenburg and Brian Topping.   It
  31708. s a whole 
  31709. new world in there, but your hard-won debugging skills still work.
  31710. Concurrent Programming With the Thread Manager  by Eric Anderson and Brad Post.   With both cooperative and preemptive threads, the possibilities provided by the new Thread Manager are nearly endless.
  31711. The Zen of Window Zooming  by Dean Yu.   Everybody does it, but many still don
  31712. t do it right. Dean has some code to help you out. 
  31713. Print Hints: Tracking QuickDraw GX Messages  by Pete (
  31714. ) Alexander.  MessageWatcher let
  31715. All Packages
  31716. QuickDraw GXO
  31717. Dev.CD Jun 97 SSWP
  31718. Dev.CD Jun 97 SSV
  31719. 69114X
  31720. Jun 97
  31721. f--set theItem to choose file -- uncomment to test in an AS editor
  31722.     tell application "Finder"
  31723.         open item "Dev.CD Jun 97 SSW"
  31724.         activate
  31725.     end tell
  31726. on error errMsg number errNum
  31727.     --enter statements to perform when no records are found such as...
  31728.     display dialog "Sorry, the item you selected could not be found."
  31729.     return
  31730. end try
  31731. D!All Packages
  31732. Mac OS SDK Edition
  31733. QuickDraw3D 1.6 SDK
  31734. QuickDraw 3D, a graphics library that can be used to define three-dimensional (3D) models, apply colors and other attributes to parts of the models, and create images of those models.  These capabilities can be used to develop a wide range of applications, including interactive three-dimensional modeling, simulation and animation, data visualization, computer-aided drafting and design, games, and many others.
  31735. 69115X
  31736. Deleted
  31737. etwork
  31738. setup
  31739. ottcpwilldial
  31740. JCheaders
  31741. QDesign Decom
  31742. QDesign_decomp readme
  31743. QDesign_decomp.
  31744. sourceOPDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Music and Sound:QT QDesign decomp:P[Dev.CD Nov 00 TC Disk 2
  31745.  - Sample Code
  31746.  - QuickTime
  31747.  - Music and Sound
  31748.  - QT QDesign decompV
  31749. 68975X
  31750. Nov 00^    TC Disk 2
  31751. --set theItem to choose file -- uncomment to test in an AS editor
  31752.     tell application "Finder"
  31753.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Music and Sound:QT QDesign decomp:"
  31754.         activate
  31755.     end tell
  31756. on error errMsg number errNum
  31757.     --enter statements to perform when no records are found such as...
  31758.     display dialog "Sorry, the item you selected could not be found."
  31759.     return
  31760. end try
  31761. e    No Changeq
  31762. Dev.CD Nov 00 TC Disk 2
  31763. All Packages
  31764. F    QT3DTween
  31765. 68976X
  31766.  Nov 00 TC Disk 1:Tool Chest:Devices:Apple Desktop Bus:ADBReInit 1.0:PVDev.CD Nov 00 TC Disk 1
  31767.  - Tool Chest
  31768.  - Devices
  31769.  - Apple Desktop Bus
  31770.  - ADBReInit 1.0V
  31771. 66596X
  31772. Nov 00^    TC Disk 1
  31773. e    No Change
  31774. All Packages
  31775. System 7 Tune-UpO
  31776. Dev.CD Sept 92
  31777. Dev.CD Aug 92P
  31778. Dev.CD Sept 92
  31779. Dev.CD Aug 9V
  31780. 69388X
  31781. Sept 9
  31782. q--set theItem to choose file -- uncomment to test in an AS editor
  31783.     tell application "Finder"
  31784.         open item "Dev.CD Sept 92
  31785. Dev.CD Aug 92"
  31786.         activate
  31787.     end tell
  31788. on error errMsg number errNum
  31789.     --enter statements to perform when no records are found such as...
  31790.     display dialog "Sorry, the item you selected could not be found."
  31791.     return
  31792. end try
  31793. All Packages
  31794. System 7 Tune-UpO
  31795. Dev.CD Sept 92
  31796. Dev.CD Aug 92P
  31797. Dev.CD Sept 92
  31798. Dev.CD Aug 9V
  31799. 69389X
  31800. Sept 9
  31801. q--set theItem to choose file -- uncomment to test in an AS editor
  31802.     tell application "Finder"
  31803.         open item "Dev.CD Sept 92
  31804. Dev.CD Aug 92"
  31805.         activate
  31806.     end tell
  31807. on error errMsg number errNum
  31808.     --enter statements to perform when no records are found such as...
  31809.     display dialog "Sorry, the item you selected could not be found."
  31810.     return
  31811. end try
  31812. Summary: This is the electronic version of develop magazine.
  31813.  Issue 14 highlights:
  31814. Writing Localizable Applications  by Joseph Ternasky and Bryan K. (
  31815. Beaker
  31816. ) Ressler.   Some real-world tips and tricks demonstrating 
  31817. global-aware
  31818.  text-handling techniques that will help you write more localizable applications.
  31819. 3-D Rotation Using a 2-D Input Device  by Michael Chen.   A user interface technique for intuitive rotation of 3-D objects using a 2-D input device like a mouse or pen.
  31820. Video D
  31821. igitizing Under QuickTime  by Casey King and Gary Woodcock.   Whether you
  31822. re developing a video digitizer, writing an application to control one, or just curious about how it all works, this will tell you what you need to know.
  31823. Making Better QuickTime Movies  by Kip Olson.   How to optimize your QuickTime movies for quality playback from CD-ROM.
  31824. Print Hints: Syncing Up With ColorSync  by John Wang.   All about ColorSync, Apple
  31825. s color matching technology.
  31826. Graphical Truffles: Four Common
  31827. openstep
  31828. openstep
  31829. documentation
  31830. applies
  31831. rhapsody
  31832. means
  31833. opentransport
  31834. openwindow
  31835. openwindow
  31836. source
  31837. sample
  31838. illustrating
  31839. operand
  31840. operate
  31841. operating
  31842. operation
  31843. operationsf
  31844. operator-defined
  31845. opf-opendoc
  31846. opportunities
  31847. opportunityy
  31848. opposite
  31849. optimal
  31850. optimization
  31851. optimizations
  31852. optimize
  31853. library
  31854. 4pmlibraryA
  31855. 4pmlibrary
  31856. 4pmlibrary
  31857. 5.0.7W
  31858. 5300ramcard
  31859. 6.3.3
  31860. performance
  31861.     PMDev.CD Nov 00 TC Disk 1
  31862.  - Sample Code
  31863.  - Human Interface Toolbox
  31864.  - SplasherV
  31865. 69360X
  31866. Nov 00^    TC Disk 1
  31867. --set theItem to choose file -- uncomment to test in an AS editor
  31868.     tell application "Finder"
  31869.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Splasher:"
  31870.         activate
  31871.     end tell
  31872. on error errMsg number errNum
  31873.     --enter statements to perform when no records are found such as...
  31874.     display dialog "Sorry, the item you selected could not be found."
  31875.     return
  31876. end try
  31877. e    No Changeq
  31878. Dev.CD Nov 00 TC Disk 1
  31879. All Packages
  31880. New & RevisedF
  31881. SpriteWorld
  31882. easily
  31883. unmount
  31884. eject
  31885. sharable
  31886. summary
  31887. validator
  31888. utility
  31889. testing
  31890. sierra/i
  31891. summary
  31892. versionedit
  31893. software
  31894. development
  31895. which
  31896. summary
  31897. simple
  31898. macintosh
  31899. application
  31900. supports
  31901. summary
  31902. vucollect
  31903. virtual
  31904. summary
  31905. pleased
  31906. provide
  31907. version
  31908. 1.5.1
  31909. intra
  31910. intranets
  31911. intricacies
  31912. intrinsic
  31913. intro
  31914. picker
  31915. system
  31916. update
  31917. taiwan
  31918. taiwan
  31919. chinese
  31920. option
  31921. 6.0.3
  31922. 0 or laterN
  31923. QuickTime, Sprite ToolboxOVDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Wired Movies and Sprites:DesktopSprites:PaDev.CD Nov 00 TC Disk 2
  31924.  - Sample Code
  31925.  - QuickTime
  31926.  - Wired Movies and Sprites
  31927.  - DesktopSpritesV
  31928. 63567X
  31929. Nov 00^    TC Disk 2b
  31930. --set theItem to choose file -- uncomment to test in an AS editor
  31931.     tell application "Finder"
  31932.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Wired Movies and Sprites:DesktopSprites:"
  31933.         activate
  31934.     end tell
  31935. on error errMsg number errNum
  31936.     --enter statements to perform when no records are found such as...
  31937.     display dialog "Sorry, the item you selected could not be found."
  31938.     return
  31939. end try
  31940. e finder info.
  31941. DateThing:  A sample of how to write one of those date things as in the General control panel.
  31942. Dialog popups:  snippet to demonstrate the use of the system 7 popup control cdef in modal dialogs
  31943. DialogBits:  This sample application shows how to deal with many of the most commonly asked questions about the Dialog Manager.
  31944. DragWindow INIT:  DragWindow INIT is an INIT which allows you to drag a whole window under the Finder, not just the outline.
  31945. DragWindowGrid:  Shows how 
  31946. to write a replacement DragWindow routine that constrains the window to a grid.
  31947. FindSysFolder:  In this code, the FindSysFolder returns the real vRefNum and dirID of the current System Folder. It uses the Folder Manager, if possible, or falls back to SysEnvirons.
  31948. GetDragHiliteColor:  This shows how to obtain the color that the Drag Manager uses to hilite regions when ShowDragHilite is called. Please note this is only how it's done presently.  Since it is undocumented it can and will chan
  31949. b--set theItem to choose file -- uncomment to test in an AS editor
  31950.     tell application "Finder"
  31951.         open item "Dev.CD Jan 94"
  31952.         activate
  31953.     end tell
  31954. on error errMsg number errNum
  31955.     --enter statements to perform when no records are found such as...
  31956.     display dialog "Sorry, the item you selected could not be found."
  31957.     return
  31958. end try
  31959. object
  31960. model
  31961. appleevents
  31962. appleglot
  31963. appleglot
  31964. localization
  31965. internationalization
  31966. translation
  31967. applescript
  31968. applescript
  31969. applescript
  31970. subroutines
  31971. applesearch
  31972. appleshare
  31973. appleshare
  31974. client
  31975. appleshare
  31976. appletalk
  31977. lidator
  31978. 1.11@
  31979. webobjects
  31980. database
  31981. whats@
  31982. working
  31983. webobjects
  31984. wprocasm
  31985. xcmds&xfcns@
  31986. --set theItem to choose file -- uncomment to test in an AS editor
  31987.     tell application "Finder"
  31988.         open item "Dev.CD Jan 94
  31989. Dev.CD Oct 93
  31990. Dev.CD Jul 93
  31991. Dev.CD Apr 93
  31992. Dev.CD Mar 93
  31993. Dev.CD Feb 93
  31994. Dev.CD Jan 93
  31995. Dev.CD Nov/Dec 92"
  31996.         activate
  31997.     end tell
  31998. on error errMsg number errNum
  31999.     --enter statements to perform when no records are found such as...
  32000.     display dialog "Sorry, the item you selected could not be found."
  32001.     return
  32002. end try
  32003. mmary
  32004. popupfuncs
  32005. productivity
  32006. developers
  32007. summary
  32008. portlist
  32009. extension
  32010. helps
  32011. summary
  32012. powertracer
  32013. system
  32014. atrap
  32015. powerpc
  32016. function
  32017. summary
  32018. programmer's
  32019. small
  32020. allows
  32021. summary
  32022. projectdrag
  32023. drag-and-drop
  32024. source
  32025. control
  32026. summary
  32027. resedit
  32028. apple's
  32029. standard
  32030. direct-manipulation
  32031. international
  32032. glossaries
  32033. contains
  32034. translat
  32035. summary
  32036. appleevents
  32037. probably
  32038. don't
  32039.     No Change
  32040. RQTMusic is a sample application that demonstrates ways of using the QuickTime Music Architecture to play notes and tunes. It is based on sample code written by David Van Brink and explained in develop issue 23.
  32041. The ability to use custom instruments to play tunes and in movies. Can be compiled and run under the Mac OS and under Windows.
  32042. Application Files
  32043. Building QT Samples
  32044. Common Files
  32045. QTMusic 68k
  32046. QTMusic 68k.mcp
  32047. QTMusic PPC
  32048. QTMusic PPC.mcp
  32049. QTMusic Win.mcp
  32050. QTMusic.c
  32051. QTMusic.exe
  32052. QTMusic.h
  32053. QTMusic.mak
  32054. READMEM
  32055. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.N+QuickTime, Music, Instruments, Notes, TunesOFDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Music and Sound:QTMusic:PQDev.CD Nov 00 TC Disk 2
  32056.  - Sample Code
  32057.  - QuickTime
  32058.  - Music and Sound
  32059.  - QTMusics only how it's done presently.  Since it is undocumented it can and will chan
  32060. encoding
  32061. character
  32062. encoding
  32063. converter
  32064. time@
  32065. transport@
  32066. universal
  32067. serial
  32068. storage
  32069. class
  32070. driver
  32071. useritems@
  32072. video
  32073. video
  32074. device
  32075. modes
  32076. depth
  32077. timings
  32078. multisync
  32079. displays
  32080. disp@
  32081. view@
  32082. webobjects
  32083. categories
  32084. posers@
  32085. webobjects
  32086. webobjects
  32087. server
  32088. objects@
  32089. eenie
  32090. eenie
  32091. example
  32092. macapp
  32093. program
  32094. dependency
  32095. effect
  32096. effective
  32097. effectively
  32098. effectiveness
  32099. electronics
  32100. elegant
  32101. element
  32102. elements
  32103. eliminates
  32104. eliminating
  32105. elizabeth
  32106. email
  32107. embed
  32108. Dev.CD Jan 94P
  32109. Dev.CD Jan 9V
  32110. 69138X
  32111. Jan 94
  32112. b--set theItem to choose file -- uncomment to test in an AS editor
  32113.     tell application "Finder"
  32114.         open item "Dev.CD Jan 94"
  32115.         activate
  32116.     end tell
  32117. on error errMsg number errNum
  32118.     --enter statements to perform when no records are found such as...
  32119.     display dialog "Sorry, the item you selected could not be found."
  32120.     return
  32121. end try
  32122. All Packages
  32123. F    QuickTimeO
  32124. Dev.CD Jan 94
  32125. Dev.CD Oct 93P
  32126. Dev.CD Jan 94
  32127. Dev.CD Oct 9V
  32128. 69139X
  32129. Jan 94
  32130. p--set theItem to choose file -- uncomment to test in an AS editor
  32131.     tell application "Finder"
  32132.         open item "Dev.CD Jan 94
  32133. Dev.CD Oct 93"
  32134.         activate
  32135.     end tell
  32136. on error errMsg number errNum
  32137.     --enter statements to perform when no records are found such as...
  32138.     display dialog "Sorry, the item you selected could not be found."
  32139.     return
  32140. end try
  32141. All Packages
  32142. F    QuickTimeO
  32143. Dev.CD Jan 94
  32144. Dev.CD Oct 93V
  32145. 69140X
  32146. printer@
  32147. GJ^CopyBits vs. CopyMask(PPC)
  32148. CopyBits.mcp
  32149. Sample.c
  32150. Sample.h
  32151. SampleInit.c
  32152. Test.c
  32153. Test.h
  32154. Test.rsrcM
  32155. Color QuickDrawN
  32156. CopyBits, CopyMaskOFDev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:CopyBits vs. CopyMask:PNDev.CD Nov 00 TC Disk 1
  32157.  - Sample Code
  32158.  - Graphics 2D
  32159.  - CopyBits vs. CopyMaskV
  32160. 68398X
  32161. Nov 00^    TC Disk 1
  32162. --set theItem to choose file -- uncomment to test in an AS editor
  32163.     tell application "Finder"
  32164.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:CopyBits vs. CopyMask:"
  32165.         activate
  32166.     end tell
  32167. on error errMsg number errNum
  32168.     --enter statements to perform when no records are found such as...
  32169.     display dialog "Sorry, the item you selected could not be found."
  32170.     return
  32171. end try
  32172. e    No Changef
  32173. CopyBits
  32174. CopyMasko&http://developer.apple.com/samplecode/q
  32175. Dev.CD Nov 00 TC Disk 1
  32176. All Packages
  32177. New & RevisedF
  32178. CopyBitsSpeedPaletteW
  32179. 2.0.1
  32180. 2.0.6
  32181. 2.0.6
  32182. files
  32183. completeS
  32184. component's
  32185. component-based
  32186. componentincludes
  32187. components
  32188. composers{
  32189. composite
  32190. composited
  32191. compositing
  32192. compound
  32193. compound-document
  32194. compress
  32195. compressed
  32196. compressing
  32197. compressionQ
  32198. compression/decompreQ
  32199. compressmovie
  32200. compressmovie
  32201. simple
  32202. quicktime
  32203. applicatio
  32204. compressor
  32205. compressor/decompres
  32206. compute
  32207. computer{
  32208. computer'sz
  32209. computer-based
  32210. computers{
  32211. Vol VIIcMultiprecision.pdf
  32212. Sample Factorizations
  32213. vfactor app
  32214. vfactor source
  32215. vfactor.mcpM
  32216. G4NSVelocity Engine, AlitVec, Multiprecision arithmetic, arbitrary precision arithmeticO_Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Velocity Engine:VelEng Multiprecision:PjDev.CD Nov 00 TC Disk 1
  32217.  - Sample Code
  32218.  - Devices and Hardware
  32219.  - Velocity Engine
  32220.  - VelEng Multiprecision
  32221.  TC Disk 1:Sample Code:Graphics 2D:icl8 To cicn:"
  32222.         activate
  32223.     end tell
  32224. on error errMsg number errNum
  32225.     --enter statements to perform when no records are found such as...
  32226.     display dialog "Sorry, the item you selected could not be found."
  32227.     return
  32228. end try
  32229.     --enter statements to perform when no records are found such as...
  32230.     display dialog "Sorry, the item you selected could not be found."
  32231.     return
  32232. end try
  32233. e    No Changef
  32234. MultiTasking
  32235. MultiProcessingo0http://developer.apple.com/samplecode/index.htmlq
  32236. Dev.CD Nov 00 TC Disk 2
  32237. %e    No Changef
  32238. PPC Toolboxq
  32239. Dev.CD Nov 00 TC Disk 1
  32240. All Packages
  32241. AECoercion
  32242. This sample illustrates how to install a system level Apple event Manager type coercion handler at system startup time.  The Apple Event Manager installs several type coercion handlers for you that will automatically coerce data types stored in Apple events from one type to another as needed.  For example, 'odoc' (open document) Apple events contain a list of file system Alias records.  If when reading such a list one requests FSSpec records, the Apple Event Manager's alias-to-FSSpec coerc
  32243. ion handler is called automatically to convert the aliases from into FSSpec records without the application having to perform any special conversion operations.  In this sample, a type coercion handler is installed for coercing pascal style strings into typeChar (ASCII strings).
  32244. 68237X
  32245. 1e    No Change
  32246. ODDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Streaming:QTStreamMsg:PODev.CD Nov 00 TC Disk 2
  32247.  - Sample Code
  32248.  - QuickTime
  32249.  - Streaming
  32250.  - QTStreamMsgV
  32251. 69005X
  32252. Nov 00^    TC Disk 2
  32253. --set theItem to choose file -- uncomment to test in an AS editor
  32254.     tell application "Finder"
  32255.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Streaming:QTStreamMsg:"
  32256.         activate
  32257.     end tell
  32258. on error errMsg number errNum
  32259.     --enter statements to perform when no records are found such as...
  32260.     display dialog "Sorry, the item you selected could not be found."
  32261.     return
  32262. end try
  32263. e    No Changef'QuickTime
  32264. Streaming
  32265. Messages
  32266. Controllerq
  32267. Dev.CD Nov 00 TC Disk 2
  32268. All Packages
  32269. QTStreamSplicer
  32270. 69006X
  32271. ication and we provide a universal Drag.h file for you to include.  You do not need to include the DragLib file with your application as long as you start your Macintosh with the Macintosh Drag and Drop version 1.1 file in your extension folder.  The extension will provide the DragLib code fragment that your application will link with at run time.
  32272. You may license Macintosh Drag and Drop 1.1 and include it with your products.  Macintosh Drag and Drop 1.1 includes the Macintosh Drag and Dro
  32273. p file, the Clipping Extension file, and the Dragging Enabler file.  You may not license any other files in the Developer
  32274. s Kit.  Please call Apple Software Licensing at (408) 974 4667 for information.
  32275. Issues:
  32276. Macintosh Drag and Drop is incompatible with the graphics acceleration of the 8
  32277. 24 GC video card.  With this card and the 8
  32278. 24 GC control panel installed, Macintosh Drag and Drop may leave bits on the screen while dragging on the 8
  32279. s display.  Remove the 8
  32280. 24 GC control panel to 
  32281.     O<Dev.CD Nov 99 TC:Tool Chest:Networking:HotSauce (Project X):PDDev.CD Nov 99 TC
  32282.  - Tool Chest
  32283.  - Networking
  32284.  - HotSauce (Project X)tion.NPOpen Transport, NBP, AppleTalk, DDP, rawmode, NBPLookup, OTLookup, Echo ProtocolOGDev.CD Nov 00 TC Disk 1:Tool Chest:Networking:Network Watch (DMZ) v1.5:PODev.CD Nov 00 TC Disk 1
  32285.  - Tool Chest
  32286.  - Networking
  32287.  - Network Watch (DMZ) v1.5 the item you selected could not be found."
  32288.     return
  32289. end try
  32290. Deletedq
  32291. Dev.CD Sep 96 RL
  32292. |D(All Packages
  32293. Reference Library Edition
  32294. develop Issue 13
  32295.     ilecopy
  32296. mpfilecopy
  32297. mpfilecopy-ppc
  32298. mphelloworld
  32299. mphelloworld
  32300. pascal
  32301. mping
  32302. mpperiodicaltest
  32303. mpperiodicaltest
  32304. mpperiodicaltest
  32305. program
  32306. .CD Nov 99 TC:Tool Chest:Hardware:Display & Video Hardware:Display Card 4
  32307. 8PYDev.CD Nov 99 TC
  32308.  - Tool Chest
  32309.  - Hardware
  32310.  - Display & Video Hardware
  32311.  - Display Card 4
  32312. 60422X
  32313. Nov 99^
  32314. bigscrolling
  32315. bigscrolling
  32316. bigscrolling
  32317. bigscrolling
  32318. bigscrolling
  32319. binhex
  32320. binhex
  32321. binhex
  32322. specs
  32323. bit-depth
  32324. bless
  32325. blockreader
  32326. blockreader
  32327. bltmacros
  32328. bltmacros
  32329. board
  32330. boardslider
  32331. boardslider
  32332. bootvol
  32333. br-brazilianportugue
  32334. brazilian
  32335. brightness
  32336. brightness
  32337. contrast
  32338. british
  32339. browserz
  32340. browsermaker
  32341. browsermaker
  32342. bufcallback
  32343. bufcallback
  32344. bufcallback
  32345. bufcallback
  32346. buffereddrawer
  32347. buffereddrawer
  32348. bufferedimage
  32349. bufferedimage
  32350. bufferedwindows
  32351. bufferedwindows
  32352. bufferedwindows
  32353. pbproj
  32354. p--set theItem to choose file -- uncomment to test in an AS editor
  32355.     tell application "Finder"
  32356.         open item "Dev.CD Apr 95
  32357. Dev.CD Jan 95"
  32358.         activate
  32359.     end tell
  32360. on error errMsg number errNum
  32361.     --enter statements to perform when no records are found such as...
  32362.     display dialog "Sorry, the item you selected could not be found."
  32363.     return
  32364. end try
  32365. Documentation topics included in the Mac OS library:
  32366. Human Interface Toolbox:
  32367. Appearance Manager
  32368. Control Manager
  32369. Dialog Manager
  32370. Human Interface Guidelines
  32371. Icon Services and Utilities
  32372. List Manager
  32373. Menu Manager
  32374. Window Manager
  32375. Files:
  32376. 66460X
  32377. documentation
  32378. topics
  32379. include
  32380. 69213X
  32381. Apr 00^
  32382. --set theItem to choose file -- uncomment to test in an AS editor
  32383.     tell application "Finder"
  32384.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:QuickTime
  32385.  VR:"
  32386.         activate
  32387.     end tell
  32388. on error errMsg number errNum
  32389.     --enter statements to perform when no records are found such as...
  32390.     display dialog "Sorry, the item you selected could not be found."
  32391.     return
  32392. end try
  32393. Deletedq
  32394. Dev.CD Apr 00 SDK1
  32395. wD!All Packages
  32396. Mac OS SDK Edition
  32397. QuickTime VR Tools 1.0b2
  32398. All Packages
  32399. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  32400. Dev.CD Jan 94
  32401. Dev.CD Oct 93
  32402. Dev.CD Jul 93
  32403. Dev.CD Apr 93PDDev.CD Apr 94
  32404. Dev.CD Jan 94
  32405. Dev.CD Oct 93
  32406. Dev.CD Jul 93
  32407. Dev.CD Apr 9V
  32408. 69656X
  32409. Apr 94
  32410. --set theItem to choose file -- uncomment to test in an AS editor
  32411.     tell application "Finder"
  32412.         open item "Dev.CD Apr 94
  32413. Dev.CD Jan 94
  32414. Dev.CD Oct 93
  32415. Dev.CD Jul 93
  32416. Dev.CD Apr 93"
  32417.         activate
  32418.     end tell
  32419. on error errMsg number errNum
  32420.     --enter statements to perform when no records are found such as...
  32421.     display dialog "Sorry, the item you selected could not be found."
  32422.     return
  32423. end try
  32424. All Packages
  32425. F"System Enabler 401 (Color Classic)O7Dev.CD Apr 94
  32426. Dev.CD Jan 94
  32427. Dev.CD Oct 93
  32428. Dev.CD Jul 93P6Dev.CD Apr 94
  32429. Dev.CD Jan 94
  32430. Dev.CD Oct 93
  32431. Dev.CD Jul 9V
  32432. 69657X
  32433. Apr 94
  32434. --set theItem to choose file -- uncomment to test in an AS editor
  32435.     tell application "Finder"
  32436.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:qtmoviefromprocs:"
  32437.         activate
  32438.     end tell
  32439. on error errMsg number errNum
  32440.     --enter statements to perform when no records are found such as...
  32441.     display dialog "Sorry, the item you selected could not be found."
  32442.     return
  32443. end try
  32444. Summary:  Macintosh Application Environment
  32445.  (MAE)
  32446. the virtual Macintosh for open systems
  32447. is an innovative software product for users of RISC-based UNIX workstations. A complete Macintosh environment in an X Window, MAE brings the functionality and ease-of-use of the Macintosh computer to Sun Microsystems SPARCstations running the SunSoft Solaris operating system, as well as Hewlett-Packard 9000 Series 700 workstations running HP-UX. 
  32448. This folder contains product information about MAE, asB
  32449.  well as information about the MAE ISV Partnership Program, to help Macintosh developers to penetrate the UNIX market with Macintosh applications.
  32450. J%MAE 2.0 DataSheet
  32451. MAE 2.0 White PaperK
  32452. May 94L
  32453. Jun 95M
  32454. Adobe Acrobat Reader.NCUNIX, A/UX, Open Systems, Sun, HP, workstation, MAE, Solaris, HP-UXObDev.CD Jun 95 RL:Technical Documentation:Tools Demos & Tech Overviews:Mac Application Environment:cept for the decoding of the JPEG header).
  32455. Jul 96L
  32456. May 97V
  32457. 67027X
  32458. Moved
  32459. and/or
  32460. andcopyright
  32461. anders
  32462. anderson
  32463. angle\
  32464. angles
  32465. animate
  32466. animated
  32467. animationt
  32468.  found."
  32469.     return
  32470. end try
  32471. etnextprocess
  32472. getprocessinformatio
  32473. process
  32474. manager
  32475. appleevent
  32476. process
  32477. manager
  32478. appleevent
  32479. processes
  32480. processing
  32481. profile
  32482. profiler
  32483. program
  32484. program
  32485. linking
  32486. appleevents
  32487. guest
  32488. project
  32489. projector
  32490. promise
  32491. promisehfsflavor
  32492. property
  32493. proportional
  32494. protocol
  32495. protoviews
  32496. pstrconcat
  32497. pstrcopy
  32498. pthread
  32499. publication
  32500. publications
  32501. putscrap
  32502. suitcase
  32503. 68557X
  32504. Nov 00^    TC Disk 1
  32505. --set theItem to choose file -- uncomment to test in an AS editor
  32506.     tell application "Finder"
  32507.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:OS Utilities:Gestalt Selectors List 4.3:"
  32508.         activate
  32509.     end tell
  32510. on error errMsg number errNum
  32511.     --enter statements to perform when no records are found such as...
  32512.     display dialog "Sorry, the item you selected could not be found."
  32513.     return
  32514. end try
  32515. e    No Changef
  32516. Gestalt Selector Codes
  32517. Gestalt Manager
  32518. Machine Identification
  32519. System Identification
  32520. System Software Release
  32521. Version
  32522. Capabilities
  32523. System Featuresq
  32524. Dev.CD Nov 00 TC Disk 1
  32525. All Packages
  32526. Get Tool Config
  32527. +This sample shows how to use CMChoose and CMGetConfig to get the configuration string out of a connection tool and write it to a file.  By saving and restoring a connection tool's configuration your application can avoid having to use the configuration alerts every time a connection tool is opened.
  32528. This HyperCard 2.4 Update adds some new features, including QuickTime functionality, and fixes problems with the HyperCard application. This product updates HyperCard 2.3 or 2.3.5 to HyperCard 2.4.
  32529. Several exciting features have been added with the release of HyperCard 2.4, including:
  32530.  an improved movie button task that allows you to open any QuickTime-readable file
  32531.  ability to open movie and some image files by dragging them onto the HyperCard application icon
  32532.  a new Link to URL butto
  32533. n task and HyperTalk command for connecting to a web site
  32534.  ability to manipulate QuickTime movies using HyperTalk
  32535.  keyboard navigation of QuickTime VR movies
  32536.  ability to open a nearly unlimited number of files using HyperTalk
  32537.  enhanced script editor window for easier navigation
  32538.  improved Picture XCMD
  32539.  more script commands and new syntax
  32540. For more information on these features and how to use them, see Using HyperCard 2.4.
  32541. Sep 97L
  32542. Jul 98etworkstream
  32543. tnetworkstream
  32544. 68745X
  32545. Nov 00^    TC Disk 2
  32546. --set theItem to choose file -- uncomment to test in an AS editor
  32547.     tell application "Finder"
  32548.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:MFC SimpleEdit.win:"
  32549.         activate
  32550.     end tell
  32551. on error errMsg number errNum
  32552.     --enter statements to perform when no records are found such as...
  32553.     display dialog "Sorry, the item you selected could not be found."
  32554.     return
  32555. end try
  32556. e    No Changeq
  32557. Dev.CD Nov 00 TC Disk 2
  32558. All Packages
  32559. MFC SimplePlayerI=A Microsoft MFC application that plays a movie with QuickTime
  32560. 3MainFrm.cpp
  32561. MainFrm.h
  32562. mssccprj.scc
  32563. ReadMe.txt
  32564. Resource.h
  32565. SimplePlayerMFC.cpp
  32566. SimplePlayerMFC.dsp
  32567. SimplePlayerMFC.dsw
  32568. SimplePlayerMFC.exe
  32569. SimplePlayerMFC.h
  32570. SimplePlayerMFC.mak
  32571. SimplePlayerMFC.rc
  32572. SimplePlayerMFCDoc.cpp
  32573. SimplePlayerMFCDoc.h
  32574. SimplePlayerMFCView.cpp
  32575. SimplePlayerMFCView.h
  32576. StdAfx.cpp
  32577. StdAfx.h
  32578. 68746X
  32579. 1e    No Change
  32580.  Disk 1
  32581. All Packages
  32582. FindFamilies
  32583. 66917X
  32584. bit-depth
  32585. explnd
  32586. please
  32587. vrbackbuffer
  32588. vrbackbuffer
  32589. vrbackbuffer
  32590. vrbackbuffer
  32591. vrbackbuffer
  32592. vrbackbuffer
  32593. vrbackbuffer
  32594. vrbackbuffer
  32595. vrbackbuffer
  32596. vrbackbuffer
  32597. vrcursors
  32598. vrcursors
  32599. vrcursors
  32600. vrcursors
  32601. vrcursors
  32602. vrcursors
  32603. vrcursors
  32604. vrcursors
  32605. vrmakeobject
  32606. vrmakeobject
  32607. vrmakeobject
  32608. vrmakeobject
  32609. vrmakeobject
  32610. vrmakeobject
  32611. vu-meter
  32612. vu-meter
  32613. vu-meter
  32614. vu-meter
  32615. vu-meter
  32616. vu-meter
  32617. vu3.0.1d3B
  32618. vu3.0.1d3
  32619. w/controller
  32620. walltowalldialog
  32621. walltowalldialog
  32622. walltowalldialog
  32623. common
  32624. files
  32625. finder
  32626. kanjitalk
  32627. kanjitalk
  32628. update
  32629. kcapapp
  32630. keyboardcontroller
  32631. keychain
  32632. keychain
  32633. 1.0.1
  32634. keycodes
  32635. keymaptest
  32636. kibitz
  32637. killer
  32638. killer
  32639. content
  32640. workbook
  32641. killeveryonebutme
  32642. language
  32643. library
  32644. lines
  32645. localization
  32646. localizers
  32647. location
  32648. locator
  32649. macintoshp
  32650. macro
  32651. magician
  32652. manager
  32653. market
  32654. marquee
  32655. media
  32656. memory
  32657. modern
  32658. module
  32659. monitor
  32660. mouse
  32661. movie
  32662. navigator
  32663. newsz
  32664. notesT
  32665. onescannerx
  32666. opp's
  32667. ottraceroutesample
  32668. ottraceroutesample
  32669. otvirtual
  32670. otvirtualclient
  32671. otvirtualserver
  32672. outdata
  32673. outofthisgworld
  32674. outofthisgworld
  32675. outofthisgworld
  32676. output
  32677. output
  32678. files
  32679. ared libraries can coexist and run simultaneously with classic 68K runtime applications.
  32680. Version 4.0 of the CFM-68K Runtime Enabler fixes the problem described in Technote #1084 and u
  32681. pdates the interfaces required for pre-emptively threaded applications. The SDK includes documentation describing the changes.
  32682. This package includes:
  32683.  CFM-68K 4.0, Code Fragment Manager for 680x0 Macintoshes
  32684.  ObjectSupportLib, version 1.2
  32685.  Updated Apple Thread Manager, now included in the CFM-68K Runtime Enabler.
  32686. Requirements:  The CFM-68K runtime software requires System 7.1 or later, 32-bit addressing to be turned on, and a 68020, 68030, or 68040 Macintosh system.
  32687. NOTE:  This versi
  32688. N(QuickTime, VR, Panoramic, Image, ConvertOFDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime VR:VRMakePano:PQDev.CD Nov 00 TC Disk 2
  32689.  - Sample Code
  32690.  - QuickTime
  32691.  - QuickTime VR
  32692.  - VRMakePanoV
  32693. 69782X
  32694. Nov 00^    TC Disk 2
  32695. --set theItem to choose file -- uncomment to test in an AS editor
  32696.     tell application "Finder"
  32697.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime VR:VRMakePano:"
  32698.         activate
  32699.     end tell
  32700. on error errMsg number errNum
  32701.     --enter statements to perform when no records are found such as...
  32702.     display dialog "Sorry, the item you selected could not be found."
  32703.     return
  32704. end try
  32705. e    No Changef$QuickTime
  32706. Panoramic
  32707. Image
  32708. Convertq
  32709. Dev.CD Nov 00 TC Disk 2
  32710. All Packages
  32711. VRMoviesIbVRMovies uses the QuickTime VR API to provide support for playing QuickTime movies in a panorama. V
  32712. 69783X
  32713. 1e    No Change
  32714. Drag and Drop may leave bits on the screen while dragging on the 8
  32715. s display.  Remove the 8
  32716. 24 GC control panel to 
  32717. mPjDev.CD Jun 95 RL
  32718.  - Technical Documentation
  32719.  - Tools Demos & Tech Overviews
  32720.  - Mac Application EnvironmentPreview dialog. It also displays the JFIF thumbnail from those JFIF files which have JFIF thumbnails in the same dialog. It also converts JPEG interchange files to JPEG PICT files, which can be used by any application, and converts (some) JPEG PICT files to JFIF files.
  32721. J&JFIF Preview Component
  32722. JFIF TranslatorM    QuickTimeN
  32723. QuickTime, JPEG, JFIF, PICTOSDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:JPEG File Interchange Format:P^Dev.CD Nov 00 TC Disk 2
  32724.  - Sample Code
  32725.  - QuickTime
  32726.  - Goodies
  32727.  - JPEG File Interchange Formattem 7 Pro and with this Developer
  32728. s Kit.  Note that Finde
  32729. r version 7.1.1 was released in the PowerBook File Assistant product, and with Macintosh Drag and Drop it allows you to receive and promise files, but does not create or support clipping files.  For implicit data type translation, Macintosh Easy Open version 1.0.3 or later is required.
  32730. #OADev.CD Nov 00 TC Disk 2:Sample Code:Sound:PCI Sound Input driver:PIDev.CD Nov 00 TC Disk 2
  32731.  - Sample Code
  32732.  - Sound
  32733.  - PCI Sound Input driverV
  32734. 68874X
  32735. Nov 00^    TC Disk 2
  32736. --set theItem to choose file -- uncomment to test in an AS editor
  32737.     tell application "Finder"
  32738.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:PCI Sound Input driver:"
  32739.         activate
  32740.     end tell
  32741. on error errMsg number errNum
  32742.     --enter statements to perform when no records are found such as...
  32743.     display dialog "Sorry, the item you selected could not be found."
  32744.     return
  32745. end try
  32746. e    No Changef9Sound Input Driver
  32747. PCI driver
  32748. PCI Sound Input driverq
  32749. Dev.CD Nov 00 TC Disk 2
  32750. All Packages
  32751. PDlog ExpandI6This example shows how to add items to print dialogs. JCPDlog Expand(PPC)
  32752. PDlog Expand.c
  32753. PDlog Expand.mcp
  32754. PDlog Expand.rsrcK
  32755. Dec 96L
  32756. May 97N
  32757. print, dialog, item, addO:Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:PDlog Expand:V
  32758. 68875X
  32759. 1e    No Change
  32760. --set theItem to choose file -- uncomment to test in an AS editor
  32761.     tell application "Finder"
  32762.         open item "Dev.CD Apr 94
  32763. Dev.CD Jan 94
  32764. Dev.CD Oct 93
  32765. Dev.CD Jul 93
  32766. Dev.CD Apr 93"
  32767.         activate
  32768.     end tell
  32769. on error errMsg number errNum
  32770.     --enter statements to perform when no records are found such as...
  32771.     display dialog "Sorry, the item you selected could not be found."
  32772.     return
  32773. end try
  32774. packages
  32775. here's
  32776. here's
  32777. function
  32778. setindstring
  32779. which
  32780. takes
  32781. parame
  32782. here's
  32783. snippet
  32784. returns
  32785. vrefnum
  32786. dirid
  32787. hereafter
  32788. hersey
  32789. hewlett-packard
  32790. hexedit
  32791. hidden
  32792. hidemenubar
  32793. hidemenubar
  32794. shows
  32795. simply
  32796. creatin
  32797. hiding
  32798. hierarchical
  32799. hierarchies
  32800. hiermenus
  32801. hiermenus
  32802. simple
  32803. demonstration
  32804. hiera
  32805. hifi-color
  32806. highx
  32807. high-end
  32808. high-levelu
  32809. high-performance
  32810. high-quality
  32811. highly-successful
  32812. hilite
  32813. hindi
  32814. glance
  32815. global\
  32816. global-aware
  32817. globally
  32818. globals
  32819. glossaries
  32820. glossary
  32821. glyphsv
  32822. go-to-urlZ
  32823. goals
  32824. goaway
  32825. goes{
  32826. going
  32827. golden
  32828. gonzalez
  32829. gonzalez3
  32830. goodN
  32831. goodies
  32832. gopher
  32833. ntation
  32834.  ScrapColor Demo
  32835. Demo source
  32836. scrapcolor library
  32837. ScrapColorDemo.
  32838. Sep 96O=Dev.CD Nov 00 TC Disk 1:Tool Chest:QuickDraw:Scrap Color 1.0:PEDev.CD Nov 00 TC Disk 1
  32839.  - Tool Chest
  32840.  - QuickDraw
  32841.  - Scrap Color 1.0
  32842. compressionm
  32843. compression
  32844. prefixm
  32845. compression
  32846. scaling
  32847. compression
  32848. scaling
  32849. compression&scaling
  32850. compression&scaling
  32851. compressmovie
  32852. compressmovie
  32853. compressmovie
  32854. compressmovies
  32855. compressmovies
  32856. compressmovies
  32857. compressmovies
  32858. compressmoviesmain
  32859. compressmoviesmain
  32860. compressmoviesmain
  32861. compressorm
  32862. compresspictfile
  32863. compresspictfile
  32864. concordia
  32865. concordia
  32866. concordia
  32867. concordia
  32868. concordia
  32869. concordia
  32870. concordia
  32871. concordia
  32872. concordia
  32873. conferencing
  32874. config
  32875. config
  32876. config&interleave
  32877. configs
  32878. configuration
  32879. contents
  32880. extensions
  32881. contents
  32882. bootvol
  32883. context
  32884. contextualu
  32885. contextual
  32886. development
  32887. contextual
  32888. machack
  32889. goodies
  32890. contextual
  32891. manageru
  32892. contrast
  32893. nPmDev.CD Apr 98 SDK2
  32894.  - Development Kits (Disc 2)
  32895.  - Sound Manager
  32896.  - For Developers
  32897.  - Debugging Sound ManagerV
  32898. 68437X
  32899. Apr 98^
  32900. --set theItem to choose file -- uncomment to test in an AS editor
  32901.     tell application "Finder"
  32902.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):Sound Manager:For Developers:Debugging Sound Manager:"
  32903.         activate
  32904.     end tell
  32905. on error errMsg number errNum
  32906.     --enter statements to perform when no records are found such as...
  32907.     display dialog "Sorry, the item you selected could not be found."
  32908.     return
  32909. end try
  32910. e    No Changef
  32911. Debug Sound Manager 3.2.1q
  32912. Dev.CD Apr 98 SDK2
  32913. All Packages
  32914. Declaration ROMsIySummary:  Includes example declaration ROM sources, as well as exploded declaration ROM views of specific Apple products.JuEx Apple EtherNet ROM
  32915. Ex Apple Video ROM
  32916. Example Vid ROM from C&D
  32917. ExROM-1Func sResource
  32918. MinimalDeclROM.a
  32919. ROM diagramsK
  32920. Oct 92V
  32921. 68438X
  32922. 1e    No Change
  32923. skCPatDemo:V
  32924. 67653X
  32925. 1e    No Change
  32926. - Common
  32927.     - Sun Compliant Java Runtime Environment 1.1
  32928.     - QuickTime 3 
  32929.     - QTJava.zip
  32930.     - QTJava media samples
  32931. - Mac OS:
  32932.     - System 8 or later
  32933.     - Macintosh Runtime for Java (MRJ) 2.1
  32934. - Windows 95, 98, or NT::
  32935.     - JRE/JDK from Sun Microsystems, Inc. recommended
  32936. QuickTime, Java, MRJmple Code:Java:SlideShow:"
  32937.         activate
  32938.     end tell
  32939. on error errMsg number errNum
  32940.     --enter statements to perform when no records are found such as...
  32941.     display dialog "Sorry, the item you selected could not be found."
  32942.     return
  32943. end try
  32944. e    No Changef
  32945. QuickTime
  32946. Dev.CD Nov 00 TC Disk 1
  32947. All Packages
  32948. F    Slot LookINSlot Look: Sample Application source code showing common Slot Manager calls.  J[Slot Look info
  32949. Slot Look info.txt
  32950. Slotlook
  32951. Slotlook.c
  32952. Slotlook.c.o
  32953. Slotlook.make
  32954. Slotlook.rK
  32955. Oct 92OHDev.CD Nov 00 TC Disk 1:Tool Chest:Devices:NuBus/Slot Manager:Slot Look:PSDev.CD Nov 00 TC Disk 1
  32956.  - Tool Chest
  32957.  - Devices
  32958.  - NuBus/Slot Manager
  32959.  - Slot LookV
  32960. 67687X
  32961. 1e    No Change
  32962. ruben
  32963. rules
  32964. W.1.3
  32965. s-swedish
  32966. s3vsources
  32967. s3vsources
  32968. safenameregistry
  32969. safenameregistry
  32970. safenameregistry
  32971. sampctrl
  32972. sampctrl
  32973. sampleY
  32974. sample
  32975. 69309X
  32976. Nov 00^    TC Disk 1
  32977. --set theItem to choose file -- uncomment to test in an AS editor
  32978.     tell application "Finder"
  32979.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Memory:SimpleInit:"
  32980.         activate
  32981.     end tell
  32982. on error errMsg number errNum
  32983.     --enter statements to perform when no records are found such as...
  32984.     display dialog "Sorry, the item you selected could not be found."
  32985.     return
  32986. end try
  32987. e    No Changef(INIT
  32988. 'sysz'
  32989. system heap
  32990. system extensionq
  32991. Dev.CD Nov 00 TC Disk 1
  32992. All Packages
  32993. SimplePlayerSDII
  32994. SimpleSDIPlayer is a sample application that demonstrates how to display QuickTime movies using the SDI (single document interface).
  32995. mssccprj.scc
  32996. QTime.c
  32997. QTime.h
  32998. README.txt
  32999. resource.h
  33000. SimplePlayerSDI.c
  33001. SimplePlayerSDI.def
  33002. SimplePlayerSDI.dsp
  33003. SimplePlayerSDI.dsw
  33004. SimplePlayerSDI.exe
  33005. SimplePlayerSDI.h
  33006. SimplePlayerSDI.mak
  33007. SimplePlayerSDI.rc
  33008. STDWIN.C
  33009. STDWIN.HV
  33010. 69310X
  33011. 1e    No Change
  33012. develop
  33013. issue
  33014. develop
  33015. issue
  33016. references
  33017. 68227X
  33018. Nov 00^    TC Disk 2
  33019. --set theItem to choose file -- uncomment to test in an AS editor
  33020.     tell application "Finder"
  33021.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime: All Macintosh:QuickTime VR:AddVRActions:"
  33022.         activate
  33023.     end tell
  33024. on error errMsg number errNum
  33025.     --enter statements to perform when no records are found such as...
  33026.     display dialog "Sorry, the item you selected could not be found."
  33027.     return
  33028. end try
  33029. e    No Changef"QuickTime
  33030. Wired
  33031. Hotspot
  33032. Actionsq
  33033. Dev.CD Nov 00 TC Disk 2
  33034. All Packages
  33035. AdLib 2.6.5
  33036. Ad Lib is a graphical view editor which is used to create and edit view resources for MacApp-based applications.
  33037. Ad Lib v2.6.5 fixes a problem where earlier version of Ad Lib could not be run under Mac OS 8.5 and later.
  33038. Install Ad Lib 2.6.5K
  33039. Apr 00L
  33040. Apr 00
  33041. A&Mac OS 7.5 or later.  68020 or better.
  33042. J0Guide_To_MPQ.pdf
  33043. MPQ Read Me
  33044. MPQ_Program_Kit.pdfK
  33045. Nov 95M
  33046. Adobe Acrobat ReaderNGMPQ, Macintosh, PowerBook, Qualified, PC Card, Card and Socket ServicesODDev.CD May 98 TC:Programs & Marketing:Macintosh PowerBook Qualified:PIDev.CD May 98 TC
  33047.  - Programs & Marketing
  33048.  - Macintosh PowerBook Qualifiedments to perform when no records are found such as...
  33049.     display dialog "Sorry, the item you selected could not be found."
  33050.     return
  33051. end try
  33052. e    No Changef-testing
  33053. debugging
  33054. networking & communicationsq
  33055. Dev.CD Nov 00 TC Disk 1
  33056. All Packages
  33057. N&C TMON Pro Macros/Templates
  33058. lSummary: This package provides a TMON Pro 3.0 User Area for AppleTalk.  The templates and macros simplify trapping on AppleTalk calls and provide templates for viewing the parameter blocks and associated data structures used by these calls.
  33059. Features: TMON Pro User Area for AppleTalk plus source code for the resource fork of the user area, and listing of macros.
  33060. Apr 92V
  33061. 65545X
  33062. 1e    No Change
  33063. strings
  33064. listen
  33065. stringservices
  33066. stringutils
  33067. stringutils
  33068. stringutils
  33069. similarities
  33070. similarly
  33071. simone
  33072. simpleb
  33073.     display dialog "Sorry, the item you selected could not be found."
  33074.     return
  33075. end try
  33076. e    No Changef
  33077. QuickTime
  33078. Dev.CD Nov 00 TC Disk 2
  33079. All Packages
  33080. DragWindowGrid
  33081. 60430X
  33082. r--set theItem to choose file -- uncomment to test in an AS editor
  33083.     tell application "Finder"
  33084.         open item "Dev.CD Nov 99 TC:Sample Code:"
  33085.         activate
  33086.     end tell
  33087. on error errMsg number errNum
  33088.     --enter statements to perform when no records are found such as...
  33089.     display dialog "Sorry, the item you selected could not be found."
  33090.     return
  33091. end try
  33092.  could not be found."
  33093.     return
  33094. end try
  33095. e    No Changeq
  33096. Dev.CD Aug 97 TC
  33097. All Packages
  33098. WorldScript UpdaterO
  33099. Dev.CD Jul 96 SSWP
  33100. Dev.CD Jul 96 SSV
  33101. 68182X
  33102. Jul 96
  33103. f--set theItem to choose file -- uncomment to test in an AS editor
  33104.     tell application "Finder"
  33105.         open item "Dev.CD Jul 96 SSW"
  33106.         activate
  33107.     end tell
  33108. on error errMsg number errNum
  33109.     --enter statements to perform when no records are found such as...
  33110.     display dialog "Sorry, the item you selected could not be found."
  33111.     return
  33112. end try
  33113. All Packages
  33114. WorldScript UpdaterO
  33115. Dev.CD Jul 96 SSWV
  33116. 68183X
  33117. QuickTime, Java, MRJo choose file -- uncomment to test in an AS editor
  33118.     tell application "Finder"
  33119.         open item "Dev.CD Apr 94
  33120. Dev.CD Jan 94
  33121. Dev.CD Oct 93
  33122. Dev.CD Jul 93
  33123. Dev.CD Apr 93"
  33124.         activate
  33125.     end tell
  33126. on error errMsg number errNum
  33127.     --enter statements to perform when no records are found such as...
  33128.     display dialog "Sorry, the item you selected could not be found."
  33129.     return
  33130. end try
  33131. atiopict
  33132. Jul 98M
  33133. Acrobat Reader 3.0N#audio, compression, playback, codecO3Dev.CD Mar OO RLDisk 1:Interactive Media Resources:P5Dev.CD Mar OO RLDisk 1
  33134.  - Interactive Media Resourcesl Documentation:develop:develop Issue 10:"
  33135.         activate
  33136.     end tell
  33137. on error errMsg number errNum
  33138.     --enter statements to perform when no records are found such as...
  33139.     display dialog "Sorry, the item you selected could not be found."
  33140.     return
  33141. end try
  33142. Deletedq
  33143. Dev.CD Sep 96 RL
  33144. {D(All Packages
  33145. Reference Library Edition
  33146. develop Issue 11
  33147.     nager.
  33148. .DS_Store
  33149. build
  33150. English.lproj
  33151. ReadMe.rtf
  33152. ScrollingEditField.app
  33153. ScrollingEditField.pbproj
  33154. ScrollingTextUP.r
  33155. ScrollingTextUserPane.c
  33156. ScrollingTextUserPane.h
  33157. STUPControl.c
  33158. STUPControl.hK
  33159. Nov 00M
  33160. Mac OS X or laterN+Scrolling,Edit Field, Pane, Control ManagerOPDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:ScrollingEditFieldX:ew Packageo&http://developer.apple.com/samplecode/
  33161. fRscrolling edit text items
  33162. scrolling
  33163. user pane
  33164. user pane items
  33165. control managero&http://developer.apple.com/samplecode/q
  33166. Dev.CD Nov 00 TC Disk 1
  33167. All Packages
  33168. New & RevisedF
  33169. ScrollingEditFieldX
  33170. MThis application creates a dialog window and installs a scrolling text user pane in the dialog.  You will notice that since the implementation of these scrolling text fields is based on the user pane control manager api, this program makes very few calls for maintaining the edit fields.  those calls are made by the control manager.
  33171. .DS_Store
  33172. build
  33173. English.lproj
  33174. ReadMe.rtf
  33175. ScrollingEditField.app
  33176. ScrollingEditField.pbproj
  33177. ScrollingTextUP.r
  33178. ScrollingTextUserPane.c
  33179. ScrollingTextUserPane.h
  33180. STUPControl.c
  33181. STUPControl.hK
  33182. Nov 00M
  33183. Mac OS X or laterN+Scrolling,Edit Field, Pane, Control ManagerOPDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:ScrollingEditFieldX:ew Packageo&http://developer.apple.com/samplecode/
  33184. heckwindowin
  33185. checkwindowout
  33186. chess
  33187. chess
  33188. fastdither
  33189. rsrc@
  33190. features@
  33191. files
  33192. filesharingison@
  33193. finderdragpro
  33194. findfamilies@
  33195. first@
  33196. floattolong
  33197. flowctlmacs
  33198. frameworks@
  33199. fullpath@
  33200. game@
  33201. games@
  33202. get/set@
  33203. getenetaddrdirect
  33204. geticonsuitefromfind
  33205. globals
  33206. graphicimporter
  33207. graphics
  33208. guide@
  33209. hack@
  33210. handbook@
  33211. hardware@
  33212. hdlc@
  33213. history@
  33214. htmlsample
  33215. help@
  33216. hypercard
  33217. player@
  33218. iconpict@
  33219. ideas
  33220. toolkit
  33221. images@
  33222. import@
  33223.  CD."
  33224. This snippet shows how to determine whether the Icon Utilities are available.
  33225. J4IconUtilCheck(PPC)
  33226. IconUtilCheck.c
  33227. IconUtilCheck.mcpN
  33228. Icon, Utils, UtilitiesOJDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:IconUtilCheck:PRDev.CD Nov 00 TC Disk 1
  33229.  - Sample Code
  33230.  - Human Interface Toolbox
  33231.  - IconUtilCheck
  33232. --set theItem to choose file -- uncomment to test in an AS editor
  33233.     tell application "Finder"
  33234.         open item "Dev.CD Sep 00 RL Disk 1:Technical Documentation:Technical Publications:hardware:Developer_Notes:Macintosh_CPUs-PPC_Portable:"
  33235.         activate
  33236.     end tell
  33237. on error errMsg number errNum
  33238.     --enter statements to perform when no records are found such as...
  33239.     display dialog "Sorry, the item you selected could not be found."
  33240.     return
  33241. end try
  33242. end in two final cop
  33243. ;ies of your product with the artwork to Meeting Support Unlimited.  Your product boxes will be utilized in product displays of shipping native applications.
  33244. Please allow 2 - 4 weeks for the process.  Beta copies of your native software may be sent in to be verified.
  33245. Power Macintosh Evangelism
  33246. Apple Computer Inc.
  33247. Power Macintosh Prod. ArtworkK
  33248. Sep 94L
  33249. Mar 95O&Dev.CD May 98 TC:Programs & Marketing:P(Dev.CD May 98 TC
  33250.  - Programs & Marketing
  33251. context
  33252. switch
  33253. goodies
  33254. utilities
  33255. dtscpluslibrary
  33256. dukemovie
  33257. dumparpcache
  33258. dumpnetworksetup
  33259. primer
  33260. edition
  33261. editor
  33262. edittextcdev
  33263. eenie
  33264. effect
  33265. eject
  33266. eject
  33267. cards
  33268. location
  33269. module
  33270. embedding
  33271. embedding
  33272. profile
  33273. documentation
  33274. empty
  33275. empty
  33276. engine
  33277. emulator
  33278. enable/disable
  33279.  00 TC Disk 1:Sample Code:Human Interface Toolbox:ProgressBars:PQDev.CD Nov 00 TC Disk 1
  33280.  - Sample Code
  33281.  - Human Interface Toolbox
  33282.  - ProgressBarsyou selected could not be found."
  33283.     return
  33284. end try
  33285. e    No Changef
  33286. AppleEvent Manager
  33287. coercionq
  33288. Dev.CD Nov 00 TC Disk 1
  33289. All Packages
  33290. AEGizmos 1.4.2V
  33291. 64986X
  33292. 69724X
  33293. Nov 00^    TC Disk 2
  33294. --set theItem to choose file -- uncomment to test in an AS editor
  33295.     tell application "Finder"
  33296.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Overview:TEStyleSample:"
  33297.         activate
  33298.     end tell
  33299. on error errMsg number errNum
  33300.     --enter statements to perform when no records are found such as...
  33301.     display dialog "Sorry, the item you selected could not be found."
  33302.     return
  33303. end try
  33304. e    No Changef
  33305. TextEdit
  33306. TEStyleSample
  33307. Styleq
  33308. Dev.CD Nov 00 TC Disk 2
  33309. All Packages
  33310. F    Text DumpITThis folder contains an example of how to write a MAMake file for C++ load/dump use.JVDemoText.MAMake
  33311. DemoText.r
  33312. DemoTextDump.h
  33313. MDemoText.cp
  33314. README
  33315. UDemoText.cp
  33316. UDemoText.hM
  33317. MacApp 2.0.1 or later
  33318. MacApp, Text, Dump, Text DumpOIDev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:MacApp:Text Dump:PTDev.CD Nov 00 TC Disk 2
  33319.  - Sample Code
  33320.  - Platforms and Tools
  33321.  - MacApp
  33322.  - Text DumpV
  33323. 69725X
  33324. Nov 00^    TC Disk 2
  33325. e    No Change
  33326. example
  33327. demonstrates
  33328. script
  33329. applicatio
  33330. example
  33331. simpletext
  33332. 1.4d16
  33333. source
  33334. Nov 00 TC Disk 2:Sample Code:Printing:HairLines:"
  33335.         activate
  33336.     end tell
  33337. on error errMsg number errNum
  33338.     --enter statements to perform when no records are found such as...
  33339.     display dialog "Sorry, the item you selected could not be found."
  33340.     return
  33341. end try
  33342. ected could not be found."
  33343.     return
  33344. end try
  33345. All Packages
  33346. Open TransportO
  33347. Dev.CD Jun 97 SSWP
  33348. Dev.CD Jun 97 SSV
  33349. 65573X
  33350. Jun 97
  33351. f--set theItem to choose file -- uncomment to test in an AS editor
  33352.     tell application "Finder"
  33353.         open item "Dev.CD Jun 97 SSW"
  33354.         activate
  33355.     end tell
  33356. on error errMsg number errNum
  33357.     --enter statements to perform when no records are found such as...
  33358.     display dialog "Sorry, the item you selected could not be found."
  33359.     return
  33360. end try
  33361. All Packages
  33362. Open TransportO
  33363. Dev.CD Jun 97 SSWV
  33364. 65574X
  33365. aglfonts
  33366. agree_
  33367. agreement_
  33368. ahead
  33369. aiatj
  33370. aiding
  33371. hidemenubar
  33372. hidemenubar
  33373. hidemenubar
  33374. hiermenus
  33375. hiermenus
  33376. hiermenus
  33377. hiermenus
  33378. hiermenus
  33379. highsierra
  33380. highsierra
  33381. higos8guide
  33382. higuidelines
  33383. terface Toolbox:ictbSample:"
  33384.         activate
  33385.     end tell
  33386. on error errMsg number errNum
  33387.     --enter statements to perform when no records are found such as...
  33388.     display dialog "Sorry, the item you selected could not be found."
  33389.     return
  33390. end try
  33391. e    No Changef
  33392. Dialog Managerq
  33393. Dev.CD Nov 00 TC Disk 1
  33394. All Packages
  33395. ImageCompositingV
  33396. 63733X
  33397. Nov 00^    TC Disk 2
  33398. e    No Change
  33399. und."
  33400.     return
  33401. end try
  33402. e    No Changef2DrawSprocket
  33403. color
  33404. depth
  33405. resolution
  33406. switching
  33407. gameo
  33408. http://developer.apple.com/sdkq
  33409. Dev.CD Apr 00 SDK1
  33410. *AboutBox.c
  33411. AboutBox.h
  33412. CIconButtons.c
  33413. CIconButtons.h
  33414. History.c
  33415. History.h
  33416. HTMLSample
  33417. HTMLSample Help
  33418. HTMLSample Pages
  33419. HTMLSample.c
  33420. HTMLSample.h
  33421. HTMLSample.prj
  33422. HTMLSample.r
  33423. HTMLSample.rsrc
  33424. MakeFile
  33425. Re- C/F Registration Request
  33426. ReadMe
  33427. RenderingWindow.c
  33428. RenderingWindow.h
  33429. SampleUtils.c
  33430. SampleUtils.h
  33431. rs hardware and software requirements to be considered when developing AIX for Apple Network Server device drivers or server applications and a Mac OS client. Part I covers developing cli
  33432. ent/server applications, including both Mac OS and AIX considerations. Part II covers the development of device drivers, including Open Firmware requirements. Part III documents the AppleTalk API. Part IV provides the man pages for Apple-specific AIX commands. There is an appendix for keyboard positions.
  33433. This guide is to be used in conjunction with AIX developer guides from IBM. Information on how to obtain the IBM AIX developer guides and tools can be found on IBM's Web site (www.ibm.com
  33434. )e    No Changef
  33435. InputSprocket
  33436. PowerPlantq
  33437. Dev.CD Nov 00 TC Disk 1
  33438. All Packages
  33439. InputSprocketTest
  33440. This sample demonstates the basic implmenetation of high and low level InputSprocket.  It shows the following functionality:
  33441. - ISpElementList_ExtractByKind
  33442. - List all devices
  33443. - List all elements
  33444. - List all buttons
  33445. - List all directional pads
  33446. - List all axes
  33447. - List all X-axes
  33448. - Get events
  33449. - Suspend
  33450. - Resume
  33451. - Create needs
  33452. - Destroy needs
  33453. - Get needs events
  33454. - Configuration dialog
  33455. - Enable mouse and keyboard
  33456. - Disable mouse and keyboard
  33457. - Reinitialize ADB bus
  33458. - Allocate/Deallocate test
  33459. - TestBIArbitraryAllocate test
  33460. - TestAccelration
  33461. - Enable speech
  33462. - Disable speech
  33463. InputSprocketSimpleTest.cp
  33464. InputSprocketSimpleTest.r
  33465. InputSprocketSimpleTest.rsrc
  33466. InputSprocketTest.CW2.prj
  33467. InputSprocketTest.CW5.prj
  33468. ISp AutoTest
  33469. ISp DialogTest
  33470. ISp MenuTest
  33471. ISpAutoTest.h
  33472. ISpDialogTest.h
  33473. ISpMenuTest.h
  33474. MakefileK
  33475. Feb 00V
  33476. 68625X
  33477. 1e    No Change
  33478. uad buffering for both recording and playback.  The recording is done with vox recording on, so it only records sound which is at least of a certain level.
  33479. WaveTable Sounds:  These snippets show how to use waveTableSynth and squareWaveSynth.
  33480. Communications Toolbox
  33481. Contributed
  33482. Devices and Hardware
  33483. Files
  33484. Games
  33485. Graphics 2D
  33486. Graphics 3D
  33487. Help Systems
  33488. Human Interface Toolbox
  33489. Interapplication Comm
  33490. Memory
  33491. Networking
  33492. OS Utilities
  33493. Overview
  33494. Platforms and Tools
  33495. Printing
  33496. Processes
  33497. QuickTime
  33498. Runtime Architecture
  33499. Sound
  33500. Nov 96O
  33501. Dev.CD Nov 99 TC:Sample Code:P
  33502. Dev.CD Nov 99 TC
  33503.  - Sample Code
  33504. WctsegV
  33505. 64099X
  33506. Nov 00^    TC Disk 2
  33507. e    No Change
  33508. 68692X
  33509. Jun 95^
  33510. --set theItem to choose file -- uncomment to test in an AS editor
  33511.     tell application "Finder"
  33512.         open item "Dev.CD Jun 95 RL:Technical Documentation:Tools Demos & Tech Overviews:Mac Application Environment:"
  33513.         activate
  33514.     end tell
  33515. on error errMsg number errNum
  33516.     --enter statements to perform when no records are found such as...
  33517.     display dialog "Sorry, the item you selected could not be found."
  33518.     return
  33519. end try
  33520. Deletedf;UNIX
  33521. Open Systems
  33522. workstation
  33523. Solaris
  33524. HP-UXq
  33525. Dev.CD Jun 95 RL
  33526. nD!All Packages
  33527. Tool Chest Edition
  33528. Mac Graphics Primer 2
  33529.     m when no records are found such as...
  33530.     display dialog "Sorry, the item you selected could not be found."
  33531.     return
  33532. end try
  33533. Movedf"quicktime jpeg compress decompressq
  33534. Dev.CD Nov 00 TC Disk 1
  33535. All Packages
  33536. JSaverV
  33537. 67028X
  33538. step-by-step
  33539. sticky
  33540. still[
  33541. stills
  33542. stopn
  33543. stopping
  33544. storage
  33545. store
  33546. storedf
  33547. storing
  33548. story{
  33549. stragegy{
  33550. strassmann
  33551. strategic{
  33552. strategies
  33553. strategy{
  33554. stream
  33555. streamedit
  33556. streaming
  33557. streamlined
  33558. streams
  33559. strengths
  33560. stress
  33561. stress-tested
  33562. strictly
  33563. string
  33564. stringing
  33565. stringsf
  33566. stringservices
  33567. strip
  33568. stripped
  33569. stripunits
  33570. stroke
  33571. stroll
  33572. stronger
  33573. strongest{
  33574. strongly
  33575. structure
  33576. structured
  33577. structures
  33578. possible
  33579. across
  33580. several
  33581. screens
  33582. how-to
  33583. soundsprocket
  33584. source
  33585. space
  33586. spbrecord
  33587. speach
  33588. specification
  33589. speech
  33590. speech
  33591. recognition
  33592. spell
  33593. spellswell
  33594. spinning
  33595. spinning
  33596. cursors
  33597. splice
  33598. spooler
  33599. sprite
  33600. sprite
  33601. toolbox
  33602. sprites
  33603. spriteworld
  33604. sprocket
  33605. sprockets
  33606. srccopy
  33607. srcxor
  33608. stack
  33609. stacks
  33610. standard
  33611. standard
  33612. standard
  33613. standardfile
  33614. choose
  33615. folder
  33616. standardfile
  33617. standards
  33618. standards
  33619. based
  33620. starmax
  33621. state
  33622. statements
  33623. status
  33624. objective-c
  33625. objectsupportlib
  33626. objectsupportlib
  33627. 1.1.4
  33628. offscreen
  33629. offscreencontrolupda
  33630. onescannerx
  33631. ooptesample
  33632. nt 'see' specific information on the target (i.e. VU Aid has
  33633.     ScreenCompare and WindowCompare modules which permit the target to tell
  33634.     its host if specific or all screen content matches a pre-measured checksum.
  33635.   vuCollect 1.0b1
  33636.     This folder contains a combination MPW Tool/Script that is designed
  33637.     to collect information on a target machine and format it so that there
  33638.     is only 1 descriptor per line.  For more information, see the
  33639.     "vuCollect ReadMe" file.
  33640.   VUMarF
  33641. k 1.0b1
  33642.     VUMark is an MPW script that will mark all of the VU tasks in a file
  33643.     for you.  For more information on VUMark, see the "Controls.lib Reference"
  33644.     document.
  33645. Virtual User tools.imgK
  33646. Vol VL
  33647. Feb 94M1ShimmerMate must be launched from the same volumeOJDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User tools:PRDev.CD Nov 00 TC Disk 1
  33648.  - Tool Chest
  33649.  - Testing & Debugging
  33650.  - Virtual User toolskstra-erickson
  33651. dylan
  33652. dynamic
  33653. application
  33654. environment
  33655. graphics
  33656. primer
  33657. runtime
  33658. architectures
  33659. runtime
  33660. 1.0.1b1c2
  33661. encodings
  33662. macapp
  33663. macapp
  33664. developer
  33665. survey
  33666. macapp
  33667. r13u5
  33668. macapp
  33669. macapp
  33670. r15d1
  33671. macapp
  33672. release
  33673. macbinary
  33674. maccalendar
  33675. maccalendar
  33676. 1.1b1
  33677. maccheck
  33678. maccheck
  33679. 1.0.4
  33680. macgamma
  33681. macintoshp
  33682. macintosh
  33683. cd-rom
  33684. setup
  33685. 5.3.2
  33686. macintosh
  33687. v1.1.1
  33688. macintosh
  33689. 1.1.1
  33690. market
  33691. marquee
  33692. media
  33693. memory
  33694. modern
  33695. module
  33696. monitor
  33697. mouse
  33698. movie
  33699. navigator
  33700. newsz
  33701. notesT
  33702. onescannerx
  33703. opp's
  33704. end try
  33705. appearanceu
  33706. appearance
  33707. manageru
  33708. append
  33709. appkit
  33710. appkit
  33711. reference
  33712. appleb
  33713. apple
  33714. event
  33715. server
  33716. apple
  33717. eventsb
  33718. apple
  33719. guide
  33720. apple
  33721. apple
  33722. apple
  33723. newsz
  33724. apple
  33725. share
  33726. authentication
  33727. apple
  33728. shared
  33729. library
  33730. manager
  33731. apple
  33732. system
  33733. apple
  33734. services
  33735. unicode
  33736. imaging
  33737. appleevent
  33738. appleevent
  33739. managerf
  33740. appleevent
  33741. object
  33742. model
  33743. appleevents
  33744. appleglot
  33745. appleglot
  33746. localization
  33747. internationalization
  33748. translation
  33749. applescript
  33750. applescript
  33751. applescript
  33752. subroutines
  33753. applesearch
  33754. appleshare
  33755. appleshare
  33756. client
  33757. appleshare
  33758. appletalk
  33759. quicktime
  33760. quicktime
  33761. compress
  33762. decompress
  33763. quicktime
  33764. quickview
  33765. appleevent
  33766. ethernet
  33767. ramdisk
  33768. rapid
  33769. rapid
  33770. application
  33771. development
  33772. raster
  33773. ratesA
  33774. rawip
  33775. rawmode
  33776. reader
  33777. readsector
  33778. readsector
  33779. msdos
  33780. reality
  33781. reassembler
  33782. receive
  33783. receives
  33784. reconfiguration
  33785. record
  33786. record
  33787. sound
  33788. view^
  33789. macapp
  33790. center
  33791. center
  33792. viewenable
  33793. viewer
  33794. virtual
  33795. virtualuser
  33796. visigenic
  33797. visrgn
  33798. voice
  33799. volume
  33800. volumes
  33801. vrefnum
  33802. vrefnum
  33803. dirid
  33804. vtwinj
  33805. virtual
  33806. virtual
  33807. virtualuser
  33808. filetool
  33809. memor
  33810. virtual
  33811. virtualuser
  33812. testing
  33813. automation
  33814. automated
  33815. vu-meter
  33816. vumeter
  33817. vumeter
  33818. sound
  33819. level
  33820. meters
  33821. sample
  33822. volume
  33823. waitnextevent
  33824. wake100
  33825. waste
  33826. waste
  33827. textedit
  33828. worldscript
  33829. wavelet
  33830. checkbox
  33831. control
  33832. color
  33833. webobjects
  33834. igning
  33835. robustness
  33836. testing
  33837. webobjects
  33838. objective-c
  33839. Summary:  The QTVR Beta-Level Tools are for use in creating QuickTime VR content.  The tools are beta-level and unsupported. Source code for these tools is available in the folder QTVR Beta-Level Tools Source. 
  33840. Make QTVR Object takes input in the form of a QuickTime movie with frames that are photographs of, or views of, an object. It combines these photographs or views into a single QuickTime VR object. 
  33841. Make QTVR Panorama takes input in the form of a PICT file generated by a computer g
  33842. raphics program or a scanned wide-angle or panoramic photo. It converts the PICT into a QuickTime VR panorama.
  33843. These tools:
  33844.  Make it easy for computer graphics program users to create QuickTime VR content.
  33845.  Make it easy for photographers to convert photographs of an object into a QTVR object, and to convert wide-angle or panoramic photos into a QTVR panorama. 
  33846.  Do not support stitching of photos, the creation of "hot spots" on panoramas, or the combination of panoramas and/or objects i
  33847. lJ[Hose.h
  33848. HoseFile.r
  33849. HoseIrda.c
  33850. HoseIrda.h
  33851. HoseIrdaLib
  33852. LW8_Hosesample.mcp
  33853. PSWriterErr.h
  33854. READMEK
  33855. Jul 99M
  33856. LaserWriter 8.6 and aboveN'LaserWriter 8, custom hose, IrDA sampleO<Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:LW8_Hosesample:PDDev.CD Nov 00 TC Disk 2
  33857.  - Sample Code
  33858.  - Printing
  33859.  - LW8_HosesampleV
  33860. 68691X
  33861. Nov 00^    TC Disk 2
  33862. --set theItem to choose file -- uncomment to test in an AS editor
  33863.     tell application "Finder"
  33864.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:LW8_Hosesample:"
  33865.         activate
  33866.     end tell
  33867. on error errMsg number errNum
  33868.     --enter statements to perform when no records are found such as...
  33869.     display dialog "Sorry, the item you selected could not be found."
  33870.     return
  33871. end try
  33872. e    No Changef%LaserWriter 8
  33873. custom hose
  33874. IrDA sampleq
  33875. Dev.CD Nov 00 TC Disk 2
  33876. mD(All Packages
  33877. Reference Library Edition
  33878. Mac Application Environment 2.0
  33879.      TC Disk 1
  33880.  - Tool Chest
  33881.  - Toolbox
  33882.  - MountAlias 1.0V
  33883. 62276X
  33884. Nov 00^    TC Disk 1
  33885. e    No Change
  33886. packagesA
  33887. backscrap
  33888. backside
  33889. backup
  33890. balloon
  33891. balloon
  33892. balloons
  33893. bandai
  33894. bandwidthA
  33895. services
  33896. baseaddr
  33897. cursor
  33898. depth
  33899. bitblitz
  33900. bitmap
  33901. block
  33902. botright
  33903. bottleneck
  33904. broadcast
  33905. browser
  33906. btstbool
  33907. btstq
  33908. bufcallback
  33909. buffer
  33910. buffered
  33911. reports
  33912. bundle
  33913. bundle
  33914. services
  33915. cacheA
  33916. cache
  33917. ratesA
  33918. calccmask
  33919. calcmask
  33920. calculator
  33921. calibrator
  33922. capped
  33923. carbon
  33924. carbon
  33925. printing
  33926. carbon
  33927. printing
  33928. manager
  33929. carbonlib
  33930. cardbus
  33931. tracker
  33932. cd-rom
  33933. cdrom
  33934. center
  33935. center
  33936. centerrectinrect
  33937. a-lawQ
  33938. a-law
  33939. sdec/scomQ
  33940. a/roseR
  33941. a/rose
  33942. 1.2.1R
  33943. aboutS
  33944. about
  33945. developer
  33946. universityS
  33947. technical
  33948. notesT
  33949. access
  33950. acrobat_
  33951. analyzer
  33952. 1.0d6U
  33953. 1.0.1b3V
  33954. parser
  33955. 5.0.7W
  33956. adbreinitX
  33957. adbreinit
  33958. addframetomovie
  33959. addhtactions
  33960. addresmenu7.1
  33961. addvractions
  33962. adlib]
  33963. adlib
  33964. 2.6.5]
  33965. adlib
  33966. 3.0.1^
  33967. adobe_
  33968. adobe
  33969. acrobat
  33970. reader_
  33971. adorner
  33972. advanced`
  33973. advanced
  33974. color
  33975. imaging
  33976. interaction
  33977. samplea
  33978. sample
  33979. applicationsb
  33980. toolsc
  33981. terminology
  33982. 3/92d
  33983. aecdev/aedaemon
  33984. aecoercion
  33985. aegizmosg
  33986. aegizmos
  33987. 1.4.2g
  33988. aetrackerh
  33989. aetracker
  33990. aevti
  33991. dcmdi
  33992. aiffk
  33993. writer
  33994. sdevk
  33995. aiffwriter
  33996. alawm
  33997. scomm
  33998. aliasn
  33999. alias
  34000. javao
  34001. powerbook
  34002. powerbook
  34003. addendum
  34004. powerbook
  34005. powerbook
  34006. 2400c
  34007. powerbook
  34008. developingW
  34009. developmentw
  34010. developments{
  34011. devfeedback
  34012. devicel
  34013. device's
  34014. deviceloop
  34015. devicesW
  34016. devon
  34017. devsupport
  34018. devworld
  34019.  - DSp Context Switch
  34020. ONDev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:SCSI:SCSI VBL Sample:PYDev.CD Nov 00 TC Disk 1
  34021.  - Sample Code
  34022.  - Devices and Hardware
  34023.  - SCSI
  34024.  - SCSI VBL SampleV
  34025. 69269X
  34026. Nov 00^    TC Disk 1
  34027. --set theItem to choose file -- uncomment to test in an AS editor
  34028.     tell application "Finder"
  34029.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:SCSI:SCSI VBL Sample:"
  34030.         activate
  34031.     end tell
  34032. on error errMsg number errNum
  34033.     --enter statements to perform when no records are found such as...
  34034.     display dialog "Sorry, the item you selected could not be found."
  34035.     return
  34036. end try
  34037. e    No Changef:SCSI
  34038. SCSI Manager 4.3
  34039. asynchronous
  34040. inquiry
  34041. SCSI VBL Sampleq
  34042. Dev.CD Nov 00 TC Disk 1
  34043. All Packages
  34044. SearchProcs & Color Sep
  34045. 69270X
  34046. mergeitems
  34047. message
  34048. meta-content
  34049. meta-content
  34050. format
  34051. metertest
  34052. metertest
  34053. metertest
  34054. metertest
  34055. metrowerks
  34056. metrowerks
  34057. build
  34058. script
  34059. N.SimpleText, script, print, scriptable printingOIDev.CD Nov 00 TC Disk 2:Sample Code:Printing:Scriptable Print SimpleText:PQDev.CD Nov 00 TC Disk 2
  34060.  - Sample Code
  34061.  - Printing
  34062.  - Scriptable Print SimpleTextV
  34063. 69255X
  34064. Nov 00^    TC Disk 2
  34065. --set theItem to choose file -- uncomment to test in an AS editor
  34066.     tell application "Finder"
  34067.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:Scriptable Print SimpleText:"
  34068.         activate
  34069.     end tell
  34070. on error errMsg number errNum
  34071.     --enter statements to perform when no records are found such as...
  34072.     display dialog "Sorry, the item you selected could not be found."
  34073.     return
  34074. end try
  34075. e    No Changef+SimpleText
  34076. script
  34077. print
  34078. scriptable printingq
  34079. Dev.CD Nov 00 TC Disk 2
  34080. All Packages
  34081. ScriptableStuffItEngine
  34082. 69256X
  34083. prototyping
  34084. prototyping
  34085. toolkit
  34086. protoviews
  34087. protoviews
  34088. protoviews
  34089. protoviews
  34090. pshdldemo
  34091. graphy
  34092. D(All Packages
  34093. Reference Library Edition
  34094. Handlerq
  34095. Dev.CD Nov 00 TC Disk 2
  34096. All Packages
  34097. QTtoJavaImageIuThis demo program shows the usage of the GraphicsImporterDrawer is used to produce pixels to create a java.awt.Image
  34098. J5qj.bat
  34099. QTtoJavaImage
  34100. QTtoJavaImage.zip
  34101. README.txt
  34102. Feb 00
  34103. - Common
  34104.     - Sun Compliant Java Runtime Environment 1.1
  34105.     - QuickTime 3 
  34106.     - QTJava.zip
  34107.     - QTJava media samples
  34108. - Mac OS:
  34109.     - System 8 or later
  34110.     - Macintosh Runtime for Java (MRJ) 2.1
  34111. - Windows 95, 98, or NT::
  34112.     - JRE/JDK from Sun Microsystems, Inc. recommended
  34113. QuickTime, Java, MRJ
  34114. OODev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:QTtoJavaImage:PZDev.CD Nov 00 TC Disk 2
  34115.  - Sample Code
  34116.  - QuickTime
  34117.  - QuickTime for Java
  34118.  - QTtoJavaImageV
  34119. 67383X
  34120. Nov 00^    TC Disk 2
  34121. e    No Change
  34122. ragging
  34123. draghook
  34124. draglib
  34125. draglow
  34126. dragwindow
  34127. dragwindowgrid
  34128. dragwindowgrid
  34129. sample
  34130. showing
  34131. write
  34132. function
  34133. dynamo
  34134. image
  34135. contains
  34136. golden
  34137. master
  34138. pre-release
  34139. versi
  34140. document
  34141. describes
  34142. waste
  34143. worldscript
  34144. aware
  34145. styled
  34146. document
  34147. lists
  34148. selectors
  34149. known
  34150. creator
  34151. document
  34152. provides
  34153. preliminary
  34154. information
  34155. about
  34156. macintosh
  34157. application
  34158. contains
  34159. examp
  34160. follow
  34161. example
  34162. shows
  34163. single
  34164. frame
  34165. oss.  The developer note includes information of most interest to developers and provides descriptions of the internal architecture, the I/O ports and devices, and the expansion features. 
  34166. PowerBookG3Series.pdfK
  34167. Vol XL
  34168. Jul 98N`Macintosh, PowerBook G3 Series, developers, PowerPC, backside, cache, expansion, I/O RAM CardBusOHDev.CD Jul 98 SSW/SDK:What's New:Technical Documentation:DeveloperNotes:PPDev.CD Jul 98 SSW/SDK
  34169.  - What's New
  34170.  - Technical Documentation
  34171.  - DeveloperNotesV
  34172. 66856X
  34173. Jul 98^
  34174. SSW/SDK
  34175. encoding
  34176. converter
  34177. allows
  34178. convert
  34179. 68839X
  34180. Nov 99^
  34181. r--set theItem to choose file -- uncomment to test in an AS editor
  34182.     tell application "Finder"
  34183.         open item "Dev.CD Nov 99 TC:Sample Code:"
  34184.         activate
  34185.     end tell
  34186. on error errMsg number errNum
  34187.     --enter statements to perform when no records are found such as...
  34188.     display dialog "Sorry, the item you selected could not be found."
  34189.     return
  34190. end try
  34191. Deletedq
  34192. Dev.CD Nov 99 TC
  34193. All Packages
  34194. New & RevisedF
  34195. OT Virtual Server
  34196. The Virtual Server is an attempt to provide a piece of sample code which uses the native Open Transport API and is complex enough to demonstrate real issues an application developer will need to deal with.   It also demonstrates the speed of Open Transport when used properly.
  34197. J6About OTVirtual Server
  34198. OTVirtualClient
  34199. OTVirtualServerL
  34200. Nov 00M
  34201. Open Transport 1.1.100 TC Disk 1:Sample Code:Networking:OT Virtual Server:V
  34202. 68840X
  34203. Updatedo&http://developer.apple.com/samplecode/
  34204. tSample demonstrat
  34205. e    No ChangefGCommunications Toolbox
  34206. serial ports
  34207. Communications Resource Manager
  34208. Dev.CD Nov 00 TC Disk 1
  34209. All Packages
  34210. FindSysFolderIzHere's a snippet.  It returns the vRefNum and DirID of the System Folder. It does it the right way under both 6.0 and 7.0.J4FindSysFolder(PPC)
  34211. FindSysFolder.c
  34212. FindSysFolder.mcpN
  34213. vRefNum, DirIDOJDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:FindSysFolder:PRDev.CD Nov 00 TC Disk 1
  34214.  - Sample Code
  34215.  - Human Interface Toolbox
  34216.  - FindSysFolderV
  34217. 68547X
  34218. Nov 00^    TC Disk 1
  34219. --set theItem to choose file -- uncomment to test in an AS editor
  34220.     tell application "Finder"
  34221.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:FindSysFolder:"
  34222.         activate
  34223.     end tell
  34224. on error errMsg number errNum
  34225.     --enter statements to perform when no records are found such as...
  34226.     display dialog "Sorry, the item you selected could not be found."
  34227.     return
  34228. end try
  34229. e    No Changef
  34230. vRefNum
  34231. DirID
  34232.  return
  34233. end try
  34234. --set theItem to choose file -- uncomment to test in an AS editor
  34235.     tell application "Finder"
  34236.         open item "Dev.CD Apr 94
  34237. Dev.CD Jan 94
  34238. Dev.CD Oct 93
  34239. Dev.CD Jul 93"
  34240.         activate
  34241.     end tell
  34242. on error errMsg number errNum
  34243.     --enter statements to perform when no records are found such as...
  34244.     display dialog "Sorry, the item you selected could not be found."
  34245.     return
  34246. end try
  34247. ions/methods
  34248. fundamental
  34249. fundamentally
  34250. fundamentals
  34251. further
  34252. future{
  34253. futures
  34254.  number errNum
  34255.     --enter statements to perform when no records are found such as...
  34256.     display dialog "Sorry, the item you selected could not be found."
  34257.     return
  34258. end try
  34259. All Packages
  34260. QuickDraw 3DO
  34261. Dev.CD Jan 96 SSWV
  34262. 62528X
  34263. All Packages
  34264. System Enabler 001 (IIvx, IIvi)O7Dev.CD Apr 94
  34265. Dev.CD Jan 94
  34266. Dev.CD Oct 93
  34267. Dev.CD Aug 93P6Dev.CD Apr 94
  34268. Dev.CD Jan 94
  34269. Dev.CD Oct 93
  34270. Dev.CD Aug 9V
  34271. 69473X
  34272. Apr 94
  34273. --set theItem to choose file -- uncomment to test in an AS editor
  34274.     tell application "Finder"
  34275.         open item "Dev.CD Apr 94
  34276. Dev.CD Jan 94
  34277. Dev.CD Oct 93
  34278. Dev.CD Aug 93"
  34279.         activate
  34280.     end tell
  34281. on error errMsg number errNum
  34282.     --enter statements to perform when no records are found such as...
  34283.     display dialog "Sorry, the item you selected could not be found."
  34284.     return
  34285. end try
  34286. All Packages
  34287. System Enabler 001 (IIvx, IIvi)O)Dev.CD Apr 94
  34288. Dev.CD Jan 94
  34289. Dev.CD Oct 93P(Dev.CD Apr 94
  34290. Dev.CD Jan 94
  34291. Dev.CD Oct 9V
  34292. 69474X
  34293. Apr 94
  34294. 160/165c/180/180c
  34295. =AIFFHardware.c
  34296. AIFFWriter 68K
  34297. AIFFWriter 68K Debug
  34298. AIFFWriter PPC
  34299. AIFFWriter PPC Debug
  34300. AIFFWriter.c
  34301. AIFFWriter.def
  34302. AIFFWriter.dll
  34303. AIFFWriter.h
  34304. AIFFWriter.l
  34305. AIFFWriter.mak
  34306. AIFFWriter.mcp
  34307. AIFFWriter.r
  34308. AIFFWriter.rez.bat
  34309. Building QT Samples
  34310. dllmain.c
  34311. MacDebugPrefix.h
  34312. MacPrefix.h
  34313. README
  34314. SoundOutputDispatch.h
  34315. WinPrefix.h
  34316. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.N8QuickTime, AIFF, Sound, Mixer, Output, Device, ComponentOPDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime: All Macintosh:Goodies:AIFFWriter:P^Dev.CD Nov 00 TC Disk 2
  34317.  - Sample Code
  34318.  - QuickTime
  34319.  -  All Macintosh
  34320.  - Goodies
  34321.  - AIFFWriterovie
  34322. Image
  34323. Graphics
  34324. Decompressors
  34325. Dev.CD Nov 00 TC Disk 2
  34326. All Packages
  34327. New & RevisedF
  34328. ImporterWinbatim.
  34329. You will need to download InputSprocket 1.2.1 in order to build this project.
  34330. Feb 00
  34331. s the full set of Traditional Chinese as well as Simplified Chinese, including Roman letters and numerals.
  34332. Unique Stroke Player shows correct way of writing Chinese characters.
  34333. CT-009-4436 (Inst 1)
  34334. CT-009-4437 (Inst 2)
  34335. CT-009-4438 (Inst 3)
  34336. CT-009-4439 (Inst 4)
  34337. CT-009-4440 (Inst 5)
  34338. CT-009-4441 (Inst 6)
  34339. CT-009-4442 (Inst 7)
  34340. CT-009-4443 (Inst 8)
  34341. CT-009-4444 (Inst 9)
  34342. Read Me First! SC
  34343. Read Me First! TCK
  34344. Nov 96L
  34345. May 97Mw68040 and above, any brand of tablet (connect via ADB port), System 7.1 or above with Chinese Language Kit 1.1 or aboveN<Chinese, handwriting, pen, input, keyboard, tablet, CHK, THYO;Dev.CD Aug 97 TC:Language Kits:Chinese Handwriting Kit 1.0:P@Dev.CD Aug 97 TC
  34346.  - Language Kits
  34347.  - Chinese Handwriting Kit 1.0sourcebug
  34348. source-level
  34349. debugger
  34350. debugging
  34351. 68k-based
  34352. sourcemenu
  34353. sourceobj
  34354. YP<Dev.CD Apr 98 SDK1
  34355.  - Development Kits (Disc 1)
  34356.  - AppleTalk AS editor
  34357.     tell application "Finder"
  34358.         open item "Dev.CD Apr 94
  34359. Dev.CD Jan 94
  34360. Dev.CD Oct 93
  34361. Dev.CD Jul 93
  34362. Dev.CD Apr 93"
  34363.         activate
  34364.     end tell
  34365. on error errMsg number errNum
  34366.     --enter statements to perform when no records are found such as...
  34367.     display dialog "Sorry, the item you selected could not be found."
  34368.     return
  34369. end try
  34370. indeed
  34371. independant
  34372. independent
  34373. independently
  34374. indexj
  34375. index2color
  34376. indexed
  34377. indexes
  34378. indexing
  34379. india
  34380. indian
  34381. indicate[
  34382. indicated_
  34383. Dev.CD Nov 00 TC Disk 2
  34384. All Packages
  34385. MoreNetworkSetup
  34386. 62274X
  34387. icons
  34388. icplistports
  34389. format
  34390. identification
  34391. developer
  34392. image
  34393. image
  34394. compression
  34395. image
  34396. decompressor
  34397. images
  34398. imagewriter
  34399. imaging
  34400. implementation
  34401. import
  34402. importer
  34403. importers
  34404. inactive
  34405. index
  34406. index2color
  34407. indian
  34408. indication
  34409. plist
  34410. information
  34411. information
  34412. property
  34413. infoscrap
  34414. inline
  34415. inline
  34416. input
  34417. input
  34418. inputsprocket
  34419. inquiry
  34420. inserted
  34421. inside
  34422. instance
  34423. variables
  34424. instructions
  34425. instrumentation
  34426. instruments
  34427. interaction
  34428. interactive
  34429. interactive
  34430. media
  34431. solutions
  34432. interface
  34433. interfaces
  34434. interleaving
  34435. international
  34436. internationalization
  34437. internet
  34438. image
  34439. inserted
  34440. events
  34441. display
  34442. display
  34443. folder
  34444. display
  34445. display
  34446. manager
  34447. display
  34448. displays
  34449. displayvideo
  34450. disposctable
  34451. disposegworld
  34452. dixzero
  34453. dynamic
  34454. library
  34455. dmfkey
  34456. documentation
  34457. double
  34458. double
  34459. buffer
  34460. manager
  34461. draghook
  34462. drawing
  34463. drawsprocket
  34464. drive
  34465. drive
  34466. setup
  34467. driver
  34468. driver
  34469. gestalt
  34470. driver
  34471. table
  34472. drivergestalt
  34473. drivergestalt
  34474. drivergestaltexplore
  34475. drivers
  34476. utilities
  34477. dtscpluslibrary
  34478. dumparpcache
  34479. dumpnetworksetup
  34480. duplication
  34481. dynamic
  34482. dynamic
  34483. linking
  34484. editorO
  34485. eenie
  34486. effect
  34487. eject
  34488. electronics
  34489. embed
  34490. emulator
  34491. whats
  34492. whatsnew
  34493. whatsnew
  34494. whatsnew
  34495. wherecds
  34496. wherecds
  34497. wherecds
  34498. white
  34499. archivedV
  34500. windname
  34501. windname
  34502. windoid
  34503. windoid
  34504. mamake
  34505. windoid
  34506. windoidrez
  34507. window
  34508. window
  34509. window
  34510. window
  34511. windowdialog
  34512. windowdialog
  34513. windowed
  34514. windowpalette
  34515. windowpalette
  34516. windowpositioner
  34517. windowpositioner
  34518. windowpositioner
  34519. windows
  34520. windows
  34521. windows
  34522. system
  34523. files
  34524. windowutilities
  34525. windowutilities
  34526. windowutilities
  34527. windstuff
  34528. windstuff
  34529. The Apple Information Access Toolkit (AIAT) is an object-oriented information access engine that provides required capabilities to index, search, and analyze large volumes of documents. The AIAT, formerly known by its code name 
  34530. V-Twin,
  34531.  is a collection of tools which can be used separately or together to perform a variety of information access tasks.
  34532. New feaures of AIAT 1.1 include:
  34533.  Document summarization - rank sentences within a document
  34534.  Document routing - specify arbitrary documenB
  34535. t categories and route documents among them
  34536.  Incremental accessor updating
  34537.  Improved related terms algorithm
  34538. Contact Apple's Software Licensing Department for licensing information
  34539. JOAIAT 1.0 Manual.pdf
  34540. AIAT 1.1 Changes.pdf
  34541. AIAT ReadMe
  34542. Examples
  34543. Headers
  34544. LibrariesK
  34545. Nov 97L
  34546. Jun 98MLMetrowerks CodeWarrior Pro version 1 or Metrowerks CodeWarrior Pro version 2N
  34547. search, index, vtwin, summaryO0Dev.CD Oct 00 SDK1:Development Kits:Mac OS:AIAT:V
  34548. environment
  34549. eomodeler
  34550. almost
  34551. omment to test in an AS editor
  34552.     tell application "Finder"
  34553.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:JScriptApplet:"
  34554.         activate
  34555.     end tell
  34556. on error errMsg number errNum
  34557.     --enter statements to perform when no records are found such as...
  34558.     display dialog "Sorry, the item you selected could not be found."
  34559.     return
  34560. end try
  34561. & Debugging:General tools:PMDev.CD Nov 00 TC Disk 1
  34562.  - Tool Chest
  34563.  - Testing & Debugging
  34564.  - General toolsfound."
  34565.     return
  34566. end try
  34567. New Packagef=QuickTime
  34568. Graphics Importer
  34569. Movie importer
  34570. Image Decompressorq
  34571. Dev.CD Nov 00 TC Disk 2
  34572. All Packages
  34573. ImportExportI
  34574. This demo program shows how to export a movie, using the user dialog to customise export settings, import a media file and reference a media file in a movie.J3ie.bat
  34575. ImportExport
  34576. ImportExport.zip
  34577. README.txt
  34578. Feb 00
  34579. 3738X
  34580. 1e    No Change
  34581. o hear your feedback. 
  34582. [3] It's been sugges
  34583. --set theItem to choose file -- uncomment to test in an AS editor
  34584.     tell application "Finder"
  34585.         open item "Dev.CD Apr 94
  34586. Dev.CD Jan 94
  34587. Dev.CD Oct 93
  34588. Dev.CD Jul 93"
  34589.         activate
  34590.     end tell
  34591. on error errMsg number errNum
  34592.     --enter statements to perform when no records are found such as...
  34593.     display dialog "Sorry, the item you selected could not be found."
  34594.     return
  34595. end try
  34596. itself
  34597. iv-24
  34598. iw-half-dither
  34599. j-1.1
  34600. james
  34601. jamie
  34602. january{
  34603. january/february
  34604. japan{
  34605. macintosh
  34606. coprocessor
  34607. platformR
  34608. macintosh
  34609. macodbc
  34610. macosxserver
  34611. macsbug
  34612. mactcp
  34613. mactcp
  34614. development
  34615. transport
  34616. zaptcp
  34617. magic
  34618. magic
  34619. oracle
  34620. suite
  34621. manuals
  34622. marching
  34623. marching
  34624. marquee
  34625. mathlib
  34626. media
  34627. memory
  34628. memory
  34629. manager
  34630. memory
  34631. monitor
  34632. menuy
  34633. items
  34634. manager
  34635. menus
  34636. middleware
  34637. missA
  34638. mixed
  34639. mixed
  34640. mixer
  34641. model
  34642. modes
  34643. moduleN
  34644. monitor
  34645. morpheme
  34646. mouse
  34647. mouse
  34648. moved
  34649. mouseevent
  34650. moved
  34651. movewindow
  34652. movie
  34653. movie
  34654. importer
  34655. audio
  34656. MlApple Macintosh with Power PC processor, 64 megs of RAM, System 8.1, MRJ 2.0 or Later
  34657. MRJ SDK 2.1 (optional)NIJava, AppleScript, Scripting, AppleScript for Java, Magic Oracle, fortuneO6Dev.CD Nov 00 TC Disk 1:Sample Code:Java:Magic Oracle:P>Dev.CD Nov 00 TC Disk 1
  34658.  - Sample Code
  34659.  - Java
  34660.  - Magic Oracleniques illustrated include:
  34661. - implementing live scrolling scroll bars,
  34662. - drawing proportional scroll bars,
  34663. - using the hand cursor for scrolling allowing users to 'virtually' grab a window's contents and drag it around with the mouse.
  34664. - scrolling using the keyboard.
  34665. Other interesting techniques illustrated include:
  34666. - Setting the cu
  34667. .rsor and handling mouse moved events for various regions of the screen,
  34668. - Optimizing drawing performance by limiting drawing operations to those ones that will have a visual effect on the screen (This can dramatically improve the speed of drawing during scrolling operations).
  34669. It's just plain handy!!!
  34670. 66952X
  34671. 1e    No Change
  34672. dzgame
  34673. dzgame
  34674. windows/dos{
  34675. windowshade
  34676. wintermyre
  34677. wiredZ
  34678. wireless{
  34679. wishu
  34680. wishes
  34681. wishing
  34682. withA
  34683. All Packages
  34684. System 7 Tune-UpO
  34685. Dev.CD Sept 92
  34686. Dev.CD Aug 92P
  34687. Dev.CD Sept 92
  34688. Dev.CD Aug 9V
  34689. 69390X
  34690. Sept 9
  34691. q--set theItem to choose file -- uncomment to test in an AS editor
  34692.     tell application "Finder"
  34693.         open item "Dev.CD Sept 92
  34694. Dev.CD Aug 92"
  34695.         activate
  34696.     end tell
  34697. on error errMsg number errNum
  34698.     --enter statements to perform when no records are found such as...
  34699.     display dialog "Sorry, the item you selected could not be found."
  34700.     return
  34701. end try
  34702. All Packages
  34703. System 7 Tune-UpO
  34704. Dev.CD Sept 92
  34705. Dev.CD Aug 92P
  34706. Dev.CD Sept 92
  34707. Dev.CD Aug 9V
  34708. 69391X
  34709. Sept 9
  34710. q--set theItem to choose file -- uncomment to test in an AS editor
  34711.     tell application "Finder"
  34712.         open item "Dev.CD Sept 92
  34713. Dev.CD Aug 92"
  34714.         activate
  34715.     end tell
  34716. on error errMsg number errNum
  34717.     --enter statements to perform when no records are found such as...
  34718.     display dialog "Sorry, the item you selected could not be found."
  34719.     return
  34720. end try
  34721. e    No ChangefKfile
  34722. synchronization
  34723. backup
  34724. assistant
  34725. folder
  34726. duplication
  34727. control panelq
  34728. Dev.CD Nov 00 TC Disk 1
  34729. D!All Packages
  34730. Mac OS SDK Edition
  34731. File System Manager
  34732. Summary:  The File System Manager provides a systematic way for one or more foreign file systems to interact with the Macintosh file system using high-level language interface.
  34733. Features:
  34734.  File System Manager -- A system extension which implements version 1.2 of FSM and the extended Disk Initialization Package. This extension is compatible with System 7.0 and later.
  34735.  FSMGlueLib.o -- The glue code for the File System Manager service routines.
  34736.  FSM.h. FSM.p and FSM.a -- The Universal InteIS basis. Apple is not responsible for any problems you may encounter in its use.  If you have questions or problems, the authors encourage you to contact them as follows:
  34737. Postal:    Bare Bones Software, Inc.
  34738.       P.O. Box 108
  34739.       Bedford, MA  01730-0108
  34740. Phone:    +1 508 651 3561
  34741. Fax:      +1 508 651 7584
  34742. WWW:      ht
  34743. Lurkers is an MPW tool that is used to examine the Projector state of files (i.e. whether a file belongs to a project, is checked-in/checked-out/modifiable, etc.) This version, 1.7, replaces previous versions that can be found on prior releases of the Developer's CD.
  34744. This updated release of the tool has been modified so that filenames are quoted the way that the MPW shell performs its quoting. A new option, -p, allows the user to control the generation of progress messages while the tool B
  34745. is running.
  34746. JzFStubs.c
  34747. FStubs.c.o
  34748. Lurkers
  34749. Lurkers README
  34750. Lurkers README.txt
  34751. Lurkers.c
  34752. Lurkers.c.o
  34753. Lurkers.r
  34754. MakeFile
  34755. NameRevisionCurrentK
  34756. Mar 94L
  34757. Jan 98M
  34758. Lurkers, Projector, MPWOLDev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:Lurkers 1.7:PWDev.CD Nov 00 TC Disk 1
  34759.  - Tool Chest
  34760.  - Development Kits
  34761.  - MPW Related
  34762.  - Lurkers 1.7nsformations on a Sprite. Its preferred that you create an archive of the classes directory when if you wish to put the applet on the web server.
  34763. ufailure
  34764. uglobals
  34765. uglobals
  34766. uhidtest
  34767. uhidtest
  34768. uk/eire
  34769. uk/eire
  34770. distributors/localiz
  34771. ukilleveryonebutme
  34772. ukilleveryonebutme
  34773. ukranian
  34774. ukranian
  34775. 1.1.3
  34776. ulawcodec
  34777. ulawcodec
  34778. ulawcodec
  34779. ulawcodec
  34780. ulawcodecdispatch
  34781. ulawcodecdispatch
  34782. ulawcompressor
  34783. ulawcompressor
  34784. ulawdecompressor
  34785. ulawdecompressor
  34786. umafailure
  34787. umafailure
  34788. umafailure
  34789. umafailure
  34790. umafailure
  34791. umafailure
  34792. umafailure
  34793. umenuedwindow
  34794. umenuedwindow
  34795. umenuedwindow
  34796. umenuhandler
  34797. umenuhandler
  34798. umousedocument
  34799. umousedocument
  34800. umousedocument
  34801. umouseinfo
  34802. umouseinfo
  34803. umouseinfo
  34804. umousetrackbehavior
  34805. numbers from file names
  34806. RemoveVMSVersionNumbersM
  34807. MPWOWDev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:MPW:Remove VMS Version Numbers:V
  34808. 64350X
  34809. 1e    No Change
  34810. yermfc
  34811. $PBDev.CD Nov 00 TC Disk 2
  34812.  - Sample Code
  34813.  - Printing
  34814.  - PDlog ExpandV
  34815. 68875X
  34816. Nov 00^    TC Disk 2
  34817. --set theItem to choose file -- uncomment to test in an AS editor
  34818.     tell application "Finder"
  34819.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:PDlog Expand:"
  34820.         activate
  34821.     end tell
  34822. on error errMsg number errNum
  34823.     --enter statements to perform when no records are found such as...
  34824.     display dialog "Sorry, the item you selected could not be found."
  34825.     return
  34826. end try
  34827. e    No Changef
  34828. print
  34829. dialog
  34830. Dev.CD Nov 00 TC Disk 2
  34831. All Packages
  34832. PEF Viewer
  34833. 68876X
  34834. theItem to choose file -- uncomment to test in an AS editor
  34835.     tell application "Finder"
  34836.         open item "Dev.CD Apr 94
  34837. Dev.CD Jan 94"
  34838.         activate
  34839.     end tell
  34840. on error errMsg number errNum
  34841.     --enter statements to perform when no records are found such as...
  34842.     display dialog "Sorry, the item you selected could not be found."
  34843.     return
  34844. end try
  34845. README - AudioCodec
  34846. This is a Sound Manager codec example. It will create a compressor and 
  34847. decompressor supporting the uLaw format. This compressor is a built-in 
  34848. codec already present in the Sound Manager. To install this example it 
  34849. would require the version to be greater than the one already installed 
  34850. by the Sound Manager. The example has a high version of 5.0 only for 
  34851. this reason.
  34852. Use the latest QuickTime interfaces, which includes the "ComponentIncludes" headers.
  34853. Keep your data 
  34854. in the component globals long word aligned for best performance.
  34855. The kSoundComponentManufacturer is set to '????' and should be set to 
  34856. your company's four char code. It's up to you to create this.
  34857. Your compression format needs a new four char code as well. The constant 
  34858. kCodecFormat is where you define this. You should report your format to 
  34859. Apple so that it can be included in the Sound Manager interfaces.  Note 
  34860. that all lower-case codes are reserved for Apple's use.  Your code must
  34861. J)Development:
  34862. Japanese:
  34863. Recipes:
  34864. Apr 96L
  34865. Jan 97OCDev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc International:PHDev.CD Jan 97 SDK2
  34866.  - Development Kits (Disc 2)
  34867.  - OpenDoc InternationalV
  34868. 68833X
  34869. Jan 97^
  34870. --set theItem to choose file -- uncomment to test in an AS editor
  34871.     tell application "Finder"
  34872.         open item "Dev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc International:"
  34873.         activate
  34874.     end tell
  34875. on error errMsg number errNum
  34876.     --enter statements to perform when no records are found such as...
  34877.     display dialog "Sorry, the item you selected could not be found."
  34878.     return
  34879. end try
  34880. Deletedq
  34881. Dev.CD Jan 97 SDK2
  34882. All Packages
  34883. OpenFWBridgeFixJul97
  34884. 68834X
  34885. e for Java
  34886.  - CreatePictFileV
  34887. 66787X
  34888. Nov 00^    TC Disk 2
  34889. e    No Change
  34890.     C}nts: Top 10 Printing Misdemeanors  by Pete (
  34891. ) Alexander.   You know the felonies, now learn the lesser printing crimes.
  34892. J(develop Issue 12:
  34893. develop Issue 12 code:K
  34894. Vol IIIL
  34895. Jun 95OBDev.CD Sep 96 RL:Technical Documentation:develop:develop Issue 12:PJDev.CD Sep 96 RL
  34896.  - Technical Documentation
  34897.  - develop
  34898.  - develop Issue 12lay dialog "Sorry, the item you selected could not be found."
  34899.     return
  34900. end try
  34901. qtvectors
  34902. qtvectors
  34903. qtvectors
  34904. qtvectors
  34905. qtvectors
  34906. qtvectors
  34907. qtvectors
  34908. qtvectors
  34909. qtvectors
  34910. qtvectors
  34911. qtvideo
  34912. qtvideo
  34913. qtvideo
  34914. qtwiredsprites
  34915. qtwiredsprites
  34916. qtwiredsprites
  34917. qtwiredsprites
  34918. qtwiredsprites
  34919. qtwiredsprites
  34920. qtwiredsprites
  34921. query
  34922. quick
  34923. quick
  34924. start
  34925. quicksort
  34926. quicksort
  34927. digests@
  34928. drawline@
  34929. context
  34930. switch@
  34931. enabler@
  34932. encodings@
  34933. exchange@
  34934. graphicimporter@
  34935. postscript
  34936. sample@
  34937. hotsauce
  34938. project
  34939. imagecompositing@
  34940. interchange@
  34941. java@
  34942. laserwriter@
  34943. macintosh
  34944. client
  34945. interface@
  34946. maximizing
  34947. quadra
  34948. floatingpoint@
  34949. movie
  34950. dataref@
  34951. macsbug
  34952. macros/templates@
  34953. transport@
  34954. picker@
  34955. powerbook@
  34956. prefs@
  34957. qt3dtween@
  34958. quickdraw
  34959. quickdraw
  34960. quicktime
  34961. quicktime
  34962. r13u5@
  34963. better
  34964. version
  34965. launchwithdoc@
  34966. collection
  34967. macintosh
  34968. quicktime
  34969. samples@
  34970. collection
  34971. quicktime
  34972. samples@
  34973. sample
  34974. showing
  34975. receive
  34976. appleevents
  34977. a-trap@
  34978. accelerating@
  34979. accessed@
  34980. account/password@
  34981. quickstart
  34982. quicktake
  34983. quicktake
  34984. documentation
  34985. quicktake
  34986. marketing
  34987. items
  34988. quicktake
  34989. first
  34990. quicktake/macintosh
  34991. quicktake/macintosh
  34992. image
  34993. quicktake/windows
  34994. quicktake/windows
  34995. quicktime
  34996. quicktime
  34997. first
  34998. quicktime
  34999. javao
  35000. quicktime
  35001. quicktime
  35002. contents
  35003. quicktime
  35004. quicktime
  35005. textp
  35006. quicktime
  35007. tools
  35008. quicktime
  35009. quicktime
  35010. fully
  35011. quicktime
  35012. xcmds
  35013. quicktime
  35014. xcmds
  35015. alias
  35016. quickview
  35017. quickview
  35018. 2.3e4
  35019. release
  35020. notes
  35021. quickview
  35022. databases-standalone
  35023.  Revision 2.  Therefore, it is not necessary to install System 7.5.3 Revision 2 before installing System 7.5.5 Update.
  35024. Apple recommends that all customers who are currently using System 7.5.3 sh
  35025. sample
  35026. answers
  35027. question
  35028. apple
  35029. sample
  35030. demonstrates
  35031. several
  35032. unmount
  35033. shows
  35034. sgdrawable
  35035. class
  35036. display
  35037. shows
  35038. using
  35039. sequencegrabber
  35040. simple
  35041. audio
  35042. shows
  35043. using
  35044. soundmanager
  35045. calls
  35046. simple
  35047. program
  35048. shows
  35049. capture
  35050. results
  35051. program
  35052. shows
  35053. composit
  35054. presentation
  35055. program
  35056. shows
  35057. construct
  35058. simple
  35059. animation
  35060. program
  35061. shows
  35062. control
  35063. quicktime
  35064. movie
  35065. program
  35066. shows
  35067. create
  35068. program
  35069. shows
  35070. customise
  35071. control
  35072. program
  35073. shows
  35074. define
  35075. mouseresponders
  35076. program
  35077. shows
  35078. display
  35079. quicktime
  35080. movie
  35081. program
  35082. shows
  35083. display
  35084. quicktime
  35085. content
  35086. rawn (in 9 point) instead of the labels.
  35087. import
  35088. import/export
  35089. import/export
  35090. important
  35091. important
  35092. information
  35093. importersp
  35094. importers
  35095. exportersp
  35096. importexample
  35097. importexample
  35098. importexample68k
  35099. importexampleppc
  35100. importexampletest
  35101. importexampletest
  35102. importexport
  35103. importexport
  35104. importexportmovie
  35105. importexportmovie
  35106. importexportmovie
  35107. importexportmovie
  35108. imran's
  35109. imran's
  35110. imran's
  35111. process
  35112. release
  35113. notes
  35114. release
  35115. notes
  35116. includefiles
  35117. includefiles
  35118. includes
  35119. indata
  35120. index
  35121. index
  35122. index
  35123. indexes
  35124. indexg
  35125. indexg
  35126. round
  35127. background-only
  35128. background-only
  35129. applications
  35130. pbcatsearch
  35131. applescript
  35132. subrout
  35133. F    StreamNOPIsStreamNOP is a sample STREAMS module that was designed for you to use as a template when creating STREAMS modules.
  35134. J;Read Me About StreamNOP
  35135. StreamNOP
  35136. StreamNOP.c
  35137. StreamNOP.mcpK
  35138. Oct 97L
  35139. Nov 00M
  35140. Open Transport 1.1.1 or higherN'Open Transport, STREAMS, module, driverO9Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:StreamNOP:PADev.CD Nov 00 TC Disk 1
  35141.  - Sample Code
  35142.  - Networking
  35143.  - StreamNOPV
  35144. 69371X
  35145. Nov 00^    TC Disk 1b
  35146. Revised
  35147. --set theItem to choose file -- uncomment to test in an AS editor
  35148.     tell application "Finder"
  35149.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:StreamNOP:"
  35150.         activate
  35151.     end tell
  35152. on error errMsg number errNum
  35153.     --enter statements to perform when no records are found such as...
  35154.     display dialog "Sorry, the item you selected could not be found."
  35155.     return
  35156. end try
  35157. Updatedf$Open Transport
  35158. STREAMS
  35159. module
  35160. drivero&http://developer.apple.com/samplecode/SSV
  35161. 65780X
  35162. Jun 97
  35163. summary
  35164. aetracker
  35165. init/control
  35166. panel
  35167. allows
  35168. summary
  35169. appletalk's
  35170. printer
  35171. access
  35172. protocol
  35173. session@
  35174. summary
  35175. bbedit
  35176. freeware
  35177. derivative
  35178. bbedit
  35179. summary
  35180. contains
  35181. documentation
  35182. header
  35183. files
  35184. utiliti@
  35185. summary
  35186. description
  35187. input
  35188. methods
  35189. chinese
  35190. summary
  35191. years
  35192. chinese
  35193. input
  35194. bottleneck
  35195. summary
  35196. includes
  35197. example
  35198. declaration
  35199. sources
  35200. summary
  35201. localization
  35202. guide
  35203. hypercard
  35204. stacks@
  35205. summary
  35206. macintosh
  35207. developer
  35208. notes
  35209. published
  35210. developer@
  35211. summary
  35212. minilauncher
  35213. launch
  35214. applications
  35215. summary
  35216. objects
  35217. hypercard
  35218. allowed
  35219. variabl@
  35220. summary
  35221. sample
  35222. discussion
  35223. detect
  35224. whether
  35225. summary
  35226. sourceobj
  35227. reads
  35228. corrosponding
  35229. creat@
  35230. contents
  35231. enable
  35232. developers
  35233. create
  35234. theme@
  35235. this@
  35236. --set theItem to choose file -- uncomment to test in an AS editor
  35237.     tell application "Finder"
  35238.         open item "Dev.CD Apr 94
  35239. Dev.CD Jan 94
  35240. Dev.CD Oct 93
  35241. Dev.CD Jul 93"
  35242.         activate
  35243.     end tell
  35244. on error errMsg number errNum
  35245.     --enter statements to perform when no records are found such as...
  35246.     display dialog "Sorry, the item you selected could not be found."
  35247.     return
  35248. end try
  35249. packetsU
  35250. packman
  35251. packman
  35252. snippet
  35253. showing
  35254. implement
  35255. simple
  35256. choos
  35257. pagez
  35258. pages
  35259. paige
  35260. painless
  35261. 68690X
  35262. Nov 00^    TC Disk 1
  35263. --set theItem to choose file -- uncomment to test in an AS editor
  35264.     tell application "Finder"
  35265.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:Lurkers 1.7:"
  35266.         activate
  35267.     end tell
  35268. on error errMsg number errNum
  35269.     --enter statements to perform when no records are found such as...
  35270.     display dialog "Sorry, the item you selected could not be found."
  35271.     return
  35272. end try
  35273. e    No Changef
  35274. Lurkers
  35275. Projector
  35276. Dev.CD Nov 00 TC Disk 1
  35277. All Packages
  35278. LW8 Hosesample
  35279. BThis sample code demonstrates how a LaserWriter communication hose plug-in can be written for LaserWriter 8. An IrDA (Infrared) hose is used here as an example.
  35280. This sample code demonstrates how a LaserWriter communication hose plug-in can be written for LaserWriter 8. An IrDA (Infrared) hose is used here as an example.
  35281. Jul 99V
  35282. 68691X
  35283. 1e    No Change
  35284. elected could not be found."
  35285.     return
  35286. end try
  35287. e    No Change
  35288. gridwindowgrow
  35289. griffith
  35290. gritty
  35291. group{
  35292. threeu
  35293. three-dimensional
  35294. threshold
  35295. thrice
  35296. throughput
  35297. throw
  35298. throws
  35299. thumb
  35300. thumbnail
  35301. thumbnails
  35302. thumbs
  35303. thunder
  35304. ticks
  35305. tietz
  35306. tighter
  35307. tiles
  35308. timef
  35309. time-based
  35310. time-consuming
  35311. timecode
  35312. timers
  35313. designing
  35314. designs
  35315. desirable
  35316. desired
  35317. detached
  35318. detailed
  35319. detailing
  35320. detailsR
  35321. detect
  35322. detecting
  35323. detective
  35324. detectory
  35325. detectorsy
  35326. detects
  35327. determination
  35328. determine
  35329. developb
  35330. developed
  35331. developerS
  35332. developer's
  35333. developersT
  35334. developingW
  35335. developmentw
  35336. developments{
  35337. devicel
  35338. deviceloop
  35339. devicesW
  35340. devsupport
  35341. cpugestalt
  35342. cpugestalt
  35343. cpugestalt
  35344. cpugestalt
  35345. cquicktime
  35346. cquicktime
  35347. cquicktime
  35348. cquicktimewindow
  35349. cquicktimewindow
  35350. cquicktimewindow
  35351. crcpatch
  35352. crcpatch
  35353. folder
  35354. create
  35355. create
  35356. bless
  35357. create
  35358. createalias
  35359. createalias
  35360. y dialog "Sorry, the item you selected could not be found."
  35361.     return
  35362. end try
  35363. e    No Changef5AppleScript
  35364. Apple events
  35365. recordable
  35366. scriptable
  35367. scriptq
  35368. Dev.CD Nov 00 TC Disk 1
  35369. All Packages
  35370. AE Tools
  35371. *Summary: This folder contains tools that are useful in developing Apple event-aware applications.
  35372. Features: Tools that will test and debug Apple events; build 'aete' resources; build, send, and verify Apple event records; debug the OSL; MacsBug dcmds; FKEYS; send Apple events via XCMDS; and more.
  35373. May 92L
  35374. May 95V
  35375. 66607X
  35376. 1e    No Change
  35377. ropprint
  35378. dropprint
  35379. dsapplet
  35380. a-trap
  35381. a/roseR
  35382. abilityh
  35383. abort
  35384. aborts
  35385. about{
  35386. 2.2.3
  35387. redistribution
  35388. above
  35389. absolute
  35390. absolutely
  35391. abstract
  35392. abstraction
  35393. abstractions
  35394. abstracts
  35395. abuse
  35396. accelerated
  35397. classes^
  35398. client
  35399. print
  35400. cliprect
  35401. cliprect
  35402. getnextdevice
  35403. getdevicelist
  35404. carbon
  35405. close
  35406. closepicture
  35407. clouseau
  35408. cmchoose
  35409. cmgetconfig
  35410. cocoa
  35411. cocoa
  35412. project
  35413. builder
  35414. simple
  35415. cocoa
  35416. objective-c
  35417. simplecocoaapp
  35418. target
  35419. message
  35420. runtime
  35421. codec
  35422. codes
  35423. codewarrior
  35424. ion "Finder"
  35425.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Toolbox:System 7.0 WDEF:"
  35426.         activate
  35427.     end tell
  35428. on error errMsg number errNum
  35429.     --enter statements to perform when no records are found such as...
  35430.     display dialog "Sorry, the item you selected could not be found."
  35431.     return
  35432. end try
  35433. e    No Changeq
  35434. Dev.CD Nov 00 TC Disk 1
  35435. All Packages
  35436. System 7.5 Update 1.0O
  35437. Dev.CD Jan 96 SSWP
  35438. Dev.CD Jan 96 SSV
  35439. 67783X
  35440. Jan 96
  35441. jOMDev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:MathLib:Long doubles:PXDev.CD Nov 00 TC Disk 2
  35442.  - Sample Code
  35443.  - Platforms and Tools
  35444.  - MathLib
  35445.  - Long doublesV
  35446. 68689X
  35447. Nov 00^    TC Disk 2
  35448. --set theItem to choose file -- uncomment to test in an AS editor
  35449.     tell application "Finder"
  35450.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:MathLib:Long doubles:"
  35451.         activate
  35452.     end tell
  35453. on error errMsg number errNum
  35454.     --enter statements to perform when no records are found such as...
  35455.     display dialog "Sorry, the item you selected could not be found."
  35456.     return
  35457. end try
  35458. e    No Changef3long double
  35459. CodeWarrior
  35460. MathLib
  35461. double
  35462. Long doublesq
  35463. Dev.CD Nov 00 TC Disk 2
  35464. All Packages
  35465. Lurkers 1.7
  35466. 68690X
  35467.  Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:KeyboardController:V
  35468. 67033X
  35469. 1e    No Change
  35470. ds are found such as...
  35471.     display dialog "Sorry, the item you selected could not be found."
  35472.     return
  35473. end try
  35474. e    No Change
  35475. For those of you who have been using the new Standard Dialog Filter in 7.0 and later (TechNote 1147 Pending Updates Perils) you may have encountered some odd behaviour when you bring up another dialog or alert in front of a dialog using the standard filter.
  35476. If you have dimmed (de-hilited, disabled) the OK or Cancel button and bring up a dialog on top, when you dismiss the top dialog the dialog where the OK button was dimmed will suddenly have the OK button enabled!
  35477. This is a behaviour of
  35478.  the standard filter.  When the standard filter gets an Activate event, it will automatically enable the default and cancel buttons (set with SetDialogDefaultItem and SetDialogCancelItem), it is assuming that the only reason those buttons were disabled was because they were in a deactivated window.
  35479. The filter has no state-saving routines or caches to remember what the old state of the buttons was, so it just slams them active again.
  35480. This may not be what you want.  If you disable an OK or
  35481. print
  35482. appletalk
  35483. print
  35484. dialog
  35485. print
  35486. postscript
  35487. quickdraw
  35488. print
  35489. hairline
  35490. postscript
  35491. quickdraw
  35492. setlinewidth
  35493. prgeneral
  35494. print
  35495. piccomments
  35496. drivers
  35497. print
  35498. postscript
  35499. print
  35500. record
  35501. print
  35502. printable
  35503. end tell
  35504. on error errMsg number errNum
  35505.     --enter statements to perform when no records are found such as...
  35506.     display dialog "Sorry, the item you selected could not be found."
  35507.     return
  35508. end try
  35509. e    No ChangefFHyperCard
  35510. variable
  35511. button
  35512. field
  35513. instance variables
  35514. global
  35515. saving stateq
  35516. Dev.CD Nov 00 TC Disk 1
  35517. All Packages
  35518. HyperCard Player 2.4
  35519. 66974X
  35520. 65544X
  35521. Dev.CD Dec 96 SE"
  35522.         activate
  35523.     end tell
  35524. on error errMsg number errNum
  35525.     --enter statements to perform when no records are found such as...
  35526.     display dialog "Sorry, the item you selected could not be found."
  35527.     return
  35528. end try
  35529. All Packages
  35530. F    QuickTimeO"Dev.CD Jun 97 SSW
  35531. Dev.CD Dec 96 SEV
  35532. 62695X
  35533. talking
  35534. talks
  35535. talktool
  35536. taller
  35537. tampa
  35538. tanaka
  35539. tantek
  35540. tanzania
  35541. tanzania-family
  35542. tapplication
  35543. targetS
  35544. targeted
  35545. targetingw
  35546. targets
  35547. targetted
  35548. tasksj
  35549. tcp/ip
  35550. tcp/ip
  35551. administration
  35552. macintosh
  35553. v2.0.4
  35554. tcp/ip
  35555. connection
  35556. macintosh
  35557. v2.0.4
  35558. technote
  35559. technotes
  35560. tells
  35561. template
  35562. templates
  35563. temporal
  35564. temporary
  35565. --set theItem to choose file -- uncomment to test in an AS editor
  35566.     tell application "Finder"
  35567.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:SCSI:SCSI Inquiry (More):"
  35568.         activate
  35569.     end tell
  35570. on error errMsg number errNum
  35571.     --enter statements to perform when no records are found such as...
  35572.     display dialog "Sorry, the item you selected could not be found."
  35573.     return
  35574. end try
  35575. ndards
  35576. multimediagraphics
  35577. multipage
  35578. multiplay
  35579. multiplay
  35580. multiplay
  35581. multiple
  35582. multiprocessing
  35583. multiprocessing
  35584. library
  35585. multiprocessing
  35586. services
  35587. mungedeamon
  35588. mungedeamon
  35589. mungedeamon
  35590. mungedeamon
  35591. mungedeamon
  35592. mungedeamonaevents
  35593. mungedeamonaevents
  35594. mungedeamonmain
  35595. mungedeamonmain
  35596. browsermaker
  35597. mw68k
  35598. moviebrowser
  35599. mwprefix68k
  35600. mwprefix68k
  35601. mwprefixrez68k
  35602. mwprefixrez68k
  35603. mwprefixrezppc
  35604. O;Dev.CD Nov 00 TC Disk 2:Sample Code:Overview:DTS.Utilities:PCDev.CD Nov 00 TC Disk 2
  35605.  - Sample Code
  35606.  - Overview
  35607.  - DTS.UtilitiesV
  35608. 68519X
  35609. Nov 00^    TC Disk 2
  35610. --set theItem to choose file -- uncomment to test in an AS editor
  35611.     tell application "Finder"
  35612.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Overview:DTS.Utilities:"
  35613.         activate
  35614.     end tell
  35615. on error errMsg number errNum
  35616.     --enter statements to perform when no records are found such as...
  35617.     display dialog "Sorry, the item you selected could not be found."
  35618.     return
  35619. end try
  35620. e    No Changef
  35621. Utilities
  35622. PStrCopy
  35623. TopLeft
  35624. BotRight
  35625. SETPT
  35626. SETRECT
  35627. BTstBool
  35628. BTstQ
  35629. CenterWindow
  35630. CenterRectInRect
  35631. GetRectDevice
  35632. GetRectDeviceRect
  35633. GetWindowDevice
  35634. GetWindowDeviceRect
  35635. PStrConcat
  35636. ZoomToWindowDevice
  35637. DTS.Utilitiesq
  35638. Dev.CD Nov 00 TC Disk 2
  35639. All Packages
  35640. DTSCPlusLibraryV
  35641. 68520X
  35642. ng information about a running process
  35643. 3. Launching a processes, with and without opening documents
  35644. May 97
  35645. 1e    No Change
  35646. 68965X
  35647. Nov 00^    TC Disk 1
  35648. --set theItem to choose file -- uncomment to test in an AS editor
  35649.     tell application "Finder"
  35650.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:ProgressBars:"
  35651.         activate
  35652.     end tell
  35653. on error errMsg number errNum
  35654.     --enter statements to perform when no records are found such as...
  35655.     display dialog "Sorry, the item you selected could not be found."
  35656.     return
  35657. end try
  35658. e    No Changeq
  35659. Dev.CD Nov 00 TC Disk 1
  35660. All Packages
  35661. ProgressWindoid-C
  35662. 68966X
  35663. 1.0.1y
  35664. 1.0.2y
  35665. 1.0.3v
  35666. 1.0.4
  35667. 1.0.6
  35668. 1.1.1
  35669. 1.1.2
  35670. 1.1.3
  35671. 1.1.4
  35672. 1.1.6
  35673. 1.1d2n
  35674. 1.2.1R
  35675. 1.2.3
  35676. 1.2.4
  35677. 1.2d1
  35678. 1.5.1
  35679. 1.7.1
  35680. 1.7.2
  35681. 1.7.3
  35682. Summary:  BBEdit Lite is a freeware derivative of BBEdit 3.5, the popular and critically acclaimed text editor for programmers, HTML authors, on-line-service users, and anyone else who needs to edit plain-text files.
  35683. BBEdit Lite is shipped with a QuickStart document which describes many of the application
  35684. s features. Full documentation, as well as a considerable amount of additional functionality, is available with the purchase of BBEdit 3.5. See the document 
  35685. How do I order BBEdit 3.5
  35686. or details on obtaining your own copy of BBEdit.
  35687. Issues:  This is NOT AN APPLE PRODUCT. It is provided on an AS-IS basis. Apple is not responsible for any problems you may encounter in its use.  
  35688. BBEdit Lite is copyright 
  35689. 1992-1995 by Bare Bones Software, Inc.. All rights reserved. Address all correspondence to:
  35690. Postal:  Bare Bones Software, Inc.
  35691.     P.O. Box 108
  35692.     Bedford, MA  01730-0108
  35693. Phone:  +1 508 651 3561
  35694. Fax:    +1 508 651 7584
  35695. WWW:    http://www.tiac.net/biz/bbsw/
  35696. email
  35697. J(develop Issue  5:
  35698. develop Issue  5 code:K
  35699. Vol IIIL
  35700. Jun 95OCDev.CD Sept 96 RL:Technical Documentation:develop:develop Issue  5:PKDev.CD Sept 96 RL
  35701.  - Technical Documentation
  35702.  - develop
  35703.  - develop Issue  5CD Jan 94
  35704. Dev.CD Oct 93"
  35705.         activate
  35706.     end tell
  35707. on error errMsg number errNum
  35708.     --enter statements to perform when no records are found such as...
  35709.     display dialog "Sorry, the item you selected could not be found."
  35710.     return
  35711. end try
  35712. All Packages
  35713. F    QuickTimeO
  35714. Dev.CD Jan 94
  35715. Dev.CD Oct 93P
  35716. Dev.CD Jan 94
  35717. Dev.CD Oct 9V
  35718. 67529X
  35719. Jan 94
  35720. p--set theItem to choose file -- uncomment to test in an AS editor
  35721.     tell application "Finder"
  35722.         open item "Dev.CD Jan 94
  35723. Dev.CD Oct 93"
  35724.         activate
  35725.     end tell
  35726. on error errMsg number errNum
  35727.     --enter statements to perform when no records are found such as...
  35728.     display dialog "Sorry, the item you selected could not be found."
  35729.     return
  35730. end try
  35731. All Packages
  35732. F    QuickTimeV
  35733. 67530X
  35734. ldial
  35735. --set theItem to choose file -- uncomment to test in an AS editor
  35736.     tell application "Finder"
  35737.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Simple DrawSprocket:"
  35738.         activate
  35739.     end tell
  35740. on error errMsg number errNum
  35741.     --enter statements to perform when no records are found such as...
  35742.     display dialog "Sorry, the item you selected could not be found."
  35743.     return
  35744. end try
  35745. end try
  35746. DeletedfvApple servers
  35747. 9650/350
  35748. Workgroup Server
  35749. server
  35750. server developer note
  35751. 100BaseTx Ethernet
  35752. network server
  35753. internet serverq
  35754. Dev.CD Mar 98 RL
  35755. D!All Packages
  35756. Tool Chest Edition
  35757. WorldScript Updater
  35758. resedit
  35759. 2.1.1
  35760. disassembly
  35761. disassembler
  35762. viewer
  35763. edito@
  35764. sample
  35765. script
  35766. scriptable@
  35767. sdec@
  35768. setting@
  35769. shared@
  35770. sound@
  35771. speach@
  35772. spinning@
  35773. stdbits@
  35774. tasks@
  35775. encoding
  35776. character
  35777. encoding
  35778. converter
  35779. threads@
  35780. tmon@
  35781. sample
  35782. includes
  35783. source
  35784. libraries
  35785. which
  35786. provide
  35787. sample
  35788. basic
  35789. implementation
  35790. sprite
  35791. sample
  35792. demonstration
  35793. soundsprocket
  35794. sample
  35795. classic
  35796. sample
  35797. silly
  35798. balls
  35799. sample
  35800. quick
  35801. demonstration
  35802. implement
  35803. sample
  35804. quick
  35805. demonstration
  35806. implement
  35807. sample
  35808. simple
  35809. server
  35810. demonstrat
  35811. sample
  35812. designed
  35813. simple
  35814. drawsprocket
  35815. sample
  35816. designed
  35817. create
  35818. requir
  35819. sample
  35820. program
  35821. demonstrates
  35822. determine
  35823. sample
  35824. provides
  35825. interractive
  35826. demonstration
  35827. killres
  35828. color
  35829. space
  35830. profile
  35831. labelmenu
  35832. labelmenu
  35833. labelmenu
  35834. labelmenu
  35835. labelmenu
  35836. language
  35837. language
  35838. analysis
  35839. All Packages
  35840. QuickDraw GXO
  35841. Dev.CD Apr 95P
  35842. Dev.CD Apr 9V
  35843. 69087X
  35844. Apr 95
  35845. b--set theItem to choose file -- uncomment to test in an AS editor
  35846.     tell application "Finder"
  35847.         open item "Dev.CD Apr 95"
  35848.         activate
  35849.     end tell
  35850. on error errMsg number errNum
  35851.     --enter statements to perform when no records are found such as...
  35852.     display dialog "Sorry, the item you selected could not be found."
  35853.     return
  35854. end try
  35855. All Packages
  35856. QuickDraw GXO
  35857. Dev.CD Apr 95P
  35858. Dev.CD Apr 9V
  35859. 69088X
  35860. Apr 95
  35861. b--set theItem to choose file -- uncomment to test in an AS editor
  35862.     tell application "Finder"
  35863.         open item "Dev.CD Apr 95"
  35864.         activate
  35865.     end tell
  35866. on error errMsg number errNum
  35867.     --enter statements to perform when no records are found such as...
  35868.     display dialog "Sorry, the item you selected could not be found."
  35869.     return
  35870. end try
  35871. All Packages
  35872. QuickDraw GXO
  35873. Dev.CD Apr 95
  35874. Dev.CD Jan 95V
  35875. 69089X
  35876. VRSpeech uses Apple's Speech Recognition Manager to allow voice navigation of a panorama or object node.
  35877. VRSpeech is built on top of QTShell; it directly uses the MacFramework.c file of QTShell.J
  35878. Application Files
  35879. Building QT Samples
  35880. Common Files
  35881. LMSpeech.h
  35882. LMSpeech.rsrc
  35883. README
  35884. SRLanguageModeler 
  35885. VRSpeech PPC
  35886. VRSpeech PPC.mcp
  35887. VRSpeech.c
  35888. VRSpeech.hM
  35889. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.N>QuickTime, VR, Speech, Voice, Navigate, Panorama, Object, NodeODDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime VR:VRSpeech:PODev.CD Nov 00 TC Disk 2
  35890.  - Sample Code
  35891.  - QuickTime
  35892.  - QuickTime VR
  35893.  - VRSpeechV
  35894. 69785X
  35895. Nov 00^    TC Disk 2
  35896. e    No Change
  35897. ince it shows how to manage the link between the Apple Mixer component and your custom sound-producing hardware.
  35898. 63366X
  35899. 1e    No Change
  35900. 68488X
  35901. Nov 00^    TC Disk 1
  35902. --set theItem to choose file -- uncomment to test in an AS editor
  35903.     tell application "Finder"
  35904.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Memory:DIMM Config&Interleave v1.1:"
  35905.         activate
  35906.     end tell
  35907. on error errMsg number errNum
  35908.     --enter statements to perform when no records are found such as...
  35909.     display dialog "Sorry, the item you selected could not be found."
  35910.     return
  35911. end try
  35912. e    No Changef/DIMM
  35913. Interleaving
  35914. memory
  35915. configuration
  35916. DRAMq
  35917. Dev.CD Nov 00 TC Disk 1
  35918. All Packages
  35919. Dimmer2Effect
  35920. 68489X
  35921. ion.  This is exportable.
  35922. JrURL Access
  35923. URL Access Scripting
  35924. URLAccess.h
  35925. URLAccess.p
  35926. URLAccess.pdf
  35927. URLAccess68K.lib
  35928. URLAccessLib
  35929. URLAccessLib.oK
  35930. Aug 99M    MacOS 8.6N
  35931. URL Access, Internet, IPOJDev.CD Aug 99 TC:What's New?:Development Kits:Mac OS:URL Access 1.0.1 SDK:PUDev.CD Aug 99 TC
  35932.  - What's New?
  35933.  - Development Kits
  35934.  - Mac OS
  35935.  - URL Access 1.0.1 SDKV
  35936. 64880X
  35937. Aug 99^
  35938. xe    No Changef
  35939. QuickTime
  35940. Dev.CD Nov 00 TC Disk 2
  35941. yD(All Packages
  35942. Reference Library Edition
  35943. he electronic version of develop magazine.
  35944.  Issue 1 highlights:
  35945. Realistic Color for Real-World Applications.  Extensions to the Macintosh graphics system software and how to use them.
  35946. All About the Palette Manager.  The what, why, and how of the Palette Manager and how it works with 32-Bit QuickDraw.
  35947. Braving Offscreen Worlds.  Use the new offscreen calls to set up and to maintain your offscreen world. 
  35948. The Perils of Postscript.  Mixing the models: Postscript and Qui
  35949. xckDraw; tricks for the mix.
  35950. Compatibility: Rules of the Road.  An overview of the most critical System 7.0 compatibility issues.
  35951. Debugging Declaration ROMs.  Everything you need to know to build and to debug a NuBus declaration ROM.
  35952. Apple II Development Dynamo.  Produce fast, small, readable, reliable Apple II assembly-language code quickly and conveniently using Dynamo.
  35953.  Dynamo.
  35954. Vol III1e
  35955. Deleted
  35956. Deletedf"Inside Mac
  35957. Inside Macintosh
  35958. Mac OSq
  35959. Dev.CD Jun 00 RL Disk 2
  35960. All Packages
  35961. F Technical Publications: Mac OS 8
  35962. Collection of Mac OS 8 books. You'll be able to access documentation for software technologies and programming interfaces supported by Mac OS 8 and Mac OS 8.x updates. Much of this information is also useful for programming in prior versions of the Mac OS.
  35963. Documentation topics included in the Mac OS library:
  35964. Human Interface Toolbox:
  35965. Appearance Manager
  35966. Control Manager
  35967. Dialog Manager
  35968. Human Interface Guidelines
  35969. Icon Services and Utilities
  35970. List Manager
  35971. Menu Manager
  35972. Window Manager
  35973. Files:
  35974. 69713X
  35975. testbed
  35976. prefix
  35977. testcpp
  35978. tester
  35979. testfinderevents
  35980. testfinderevents
  35981. testfinderevents
  35982. testfinderlaunch
  35983. testfinderlaunch
  35984. testfinderlaunch
  35985. ogy to AppleScript so developers can develop new actions with the Script Editor Detector Editor (tool) - helps developer to more easily create and test new detectors
  35986. Internet Address Detectors 1.0.1 requires Mac OS 8 or laterApple Data Detectors 1.0.2 (SDK) extension and control panel require Mac OS 7.6 or 
  35987. later
  35988. Detector Editor requires Mac OS 8 or later
  35989. Apple initially shipped Internet Address Detectors 1.0.1 as the premiere set of detectors and actions using the technology Apple Data Detectors.  This was limited to Mac OS 8 only.  Now, developers can write new detectors and actions and deliver this functionality to users who are running Mac OS 7.6 because the extension and control panel for the SDK (1.0.2) have been qualified to work on Mac OS 7.6 or later.  Note that developers will als
  35990. shell
  35991. sherlock
  35992. shmat
  35993. shmat
  35994. shmctl
  35995. shmctl
  35996. shmdt
  35997. shmget
  35998. showballoon
  35999. showballoon
  36000. signing
  36001. simple
  36002. simpletext
  36003. simplified
  36004. single-link
  36005. slideshow
  36006. manager
  36007. sndplaydoublebuffer
  36008. socket
  36009. softwareR
  36010. solaris
  36011. solutions
  36012. sorting
  36013. sound
  36014. sound
  36015. input
  36016. driver
  36017. soundconvert
  36018. soundconverter
  36019. soundsprocket
  36020. space
  36021. spbrecord
  36022. speach
  36023. specification
  36024. speech
  36025. spinning
  36026. spinning
  36027. cursors
  36028. splice
  36029. spooler
  36030. sprite
  36031. sprite
  36032. toolbox
  36033. sprocket
  36034. sprockets
  36035. srccopy
  36036. srcxor
  36037. stacks
  36038. standard
  36039. standard
  36040. standards
  36041. standards
  36042. based
  36043. starmax
  36044. state
  36045. statements
  36046. status
  36047. eyboard
  36048. 't persist across an unmount/mount. This is due to the fact that when the file system mounts a volume it gets the hardware state of that volume.  Since it's not really physically locked, there is no 'hardware' locked status returned.  Note that no attempt is made to physically update a remote volume (shared, etc.) as it doesn't belong to us. Changes to remote volumes will remain local.
  36049.  Fixed a gray shading problem in the volume popup on 1-bit deep monitors.  The popup would sometimes app
  36050. ear inactive when the window was in fact, active.
  36051.  The TAB key now cycles your through the volumes in the volume popup.
  36052.  There is no extension code anymore and as such the 'Show Startup' check box has been removed.
  36053.  And finally, the code size has become even smaller.  This is in part due to design changes and the use of Matthew Axsom's neat cdev class that allowed me to build LockVol with CodeWarrior.
  36054. Issues:  LockVol is freeware.  Permission is granted by the author for personal or el
  36055. ringR
  36056. riser
  36057. robustness
  36058. rotate
  36059. rotatestring
  36060. rotatestring
  36061. rotate
  36062. carbon
  36063. rotation
  36064. router
  36065. routines
  36066. routing
  36067. rowbytes
  36068. rubber-banding
  36069. rubber-banding
  36070. srcxor
  36071. stretch
  36072. carbon
  36073. rules
  36074. runtime
  36075. sample
  36076. sample
  36077. sample
  36078. games
  36079. graphics
  36080. animation
  36081. sample
  36082. traffic
  36083. light
  36084. samplerateavail
  36085. saving
  36086. savings
  36087. scriptb
  36088. scriptableO
  36089. scripting
  36090. scriptswitcher
  36091. scriptswitcher
  36092. script
  36093. switcher
  36094. scroll
  36095. scrollbar
  36096. scrollbar
  36097. controls
  36098. setcontrolmaximum
  36099. setcontrolminimum
  36100. setco
  36101. scrollbars
  36102. scrolling
  36103.     Exectronic distribution as long as no fees or charges are received for it. LockVol remains the copyright of dEVoN Hubbard.
  36104. General tools.imgK
  36105. Jul 92L
  36106. Jun 95M
  36107. LockVol works under System 6.0.5 (and up), System 7, and up to System 7.5.  No known problems have been reported other than the ones you can create yourself by locking volumes that weren't originally locked.OEDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:PMDev.CD Nov 00 TC Disk 1
  36108.  - Tool Chest
  36109.  - Testing & Debugging
  36110.  - General toolsage sites on the web.
  36111. The Indian Language Kit includes Apple TrueType fonts that display and print high-quality Devanagari, Gurmukhi and Gujarati characters at any size. Documents can be printed on both QuickDraw and PostScript printers. If you use a QuickDraw GX application with the kit you will be able to access additional advanced typography features supported by Apple QuickDraw GX technology.
  36112. The kit comes with a selection of keyboard layouts accompanied by a r
  36113. renderinglib
  36114. renderingwindow
  36115. renderingwindow
  36116. renderingwindow
  36117. rep-iso
  36118. rep-iso/ccitt
  36119. rep-mm
  36120. replaceattributes
  36121. replaceattributes
  36122. replacecharset
  36123. replacecharset
  36124. report
  36125. reporting
  36126. request
  36127. requests
  36128. requestvideo
  36129. requestvideo
  36130. requestvideo
  36131. requestvideo
  36132. requiredfindercolors
  36133. requiredfindercolors
  36134. requiredfindercolors
  36135. requiredfindercolors
  36136. requiredfindercolors
  36137. reseditc
  36138. resedit
  36139. 2.1.3
  36140. resedit
  36141. editor
  36142. 1.0b4c
  36143. resedit
  36144. extensions
  36145. resources
  36146. restore
  36147. restore
  36148. retrievepictinfo
  36149. retrievepictinfo
  36150. reuse
  36151. rfc1332
  36152. rfc1332
  36153. rfc1334
  36154. SDK1V
  36155. 67415X
  36156. PADev.CD Apr 00 SDK1
  36157.  - Development Kits
  36158.  - Mac OS
  36159.  - Sound ManagerV
  36160. 69342X
  36161. Apr 00^
  36162. --set theItem to choose file -- uncomment to test in an AS editor
  36163.     tell application "Finder"
  36164.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Sound Manager:"
  36165.         activate
  36166.     end tell
  36167. on error errMsg number errNum
  36168.     --enter statements to perform when no records are found such as...
  36169.     display dialog "Sorry, the item you selected could not be found."
  36170.     return
  36171. end try
  36172. Deletedq
  36173. Dev.CD Apr 00 SDK1
  36174. All Packages
  36175. Sound PreMixer effectI
  36176. A sound manager pre-mixer effect component shows how to look at and/or mofify the sound data for a particular sound channel before it gets to the mixer.
  36177. JfComponentDispatch.c
  36178. Sound PreMixer read me
  36179. VU-Meter(PPC)
  36180. VU-Meter.c
  36181. VU-Meter.h
  36182. VU-Meter.mcp
  36183. VU-Meter.rK
  36184. Aug 97M
  36185. Sound Manager 3.2O@Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:Sound PreMixer effect:V
  36186. 69343X
  36187. 1e    No Change
  36188. mt/mp
  36189. mpdelayuntil
  36190. codecs
  36191. F! PartMaker readme
  36192. !!! CW builds:
  36193. !!! MPW builds:
  36194. !!! Symantec builds:
  36195. App.defs.h
  36196. App.h
  36197. App.protos.h
  36198. DoEvent.c
  36199. EventLoop.c
  36200. File.c
  36201. FindEverything.c
  36202. IdleTasks.c
  36203. Menu.c
  36204. OBJECT:
  36205. OBJECTPPC:
  36206. PartMaker.68k copy
  36207. Start.c
  36208. TRootObj.c
  36209. WallToWallDialog.WDEF.c
  36210. WallToWallDialog.WDEF.
  36211. Window.c
  36212. WindowDialog.c
  36213. WindowPalette.c
  36214. customization
  36215. es:  This is NOT AN APPLE PRODUCT. It is provided on an AS-IS basis. Apple is not responsible for any problems you may encounter in its use.
  36216. 00csmp-abstracts.txt
  36217. csmp-digest-readme.txt
  36218. csmp-digest-v3-001
  36219. csmp-digest-v3-002
  36220. csmp-digest-v3-003
  36221. csmp-digest-v3-004
  36222. csmp-digest-v3-005
  36223. csmp-digest-v3-006
  36224. csmp-digest-v3-007
  36225. csmp-digest-v3-008
  36226. csmp-digest-v3-009
  36227. csmp-digest-v3-010
  36228. csmp-digest-v3-011
  36229. csmp-digest-v3-012
  36230. csmp-digest-v3-013
  36231. csmp-digest-v3-014
  36232. csmp-digest-v3-015
  36233. csmp-digest-v3-016
  36234. csmp-digest-v3-017
  36235. csmp-digest-v3-018
  36236. csmp-digest-v3-019
  36237. csmp-digest-v3-020
  36238. csmp-digest-v3-021
  36239. csmp-digest-v3-022
  36240. csmp-digest-v3-023
  36241. csmp-digest-v
  36242. plans
  36243. --set theItem to choose file -- uncomment to test in an AS editor
  36244.     tell application "Finder"
  36245.         open item "Dev.CD Apr 94
  36246. Dev.CD Jan 94
  36247. Dev.CD Oct 93
  36248. Dev.CD Jul 93
  36249. Dev.CD Apr 93"
  36250.         activate
  36251.     end tell
  36252. on error errMsg number errNum
  36253.     --enter statements to perform when no records are found such as...
  36254.     display dialog "Sorry, the item you selected could not be found."
  36255.     return
  36256. end try
  36257. apple
  36258. guide
  36259. intended
  36260. those
  36261. developers
  36262. noted
  36263. 802.2
  36264. 802.3
  36265. 9650/350
  36266. a/rose
  36267. about
  36268. acceleration
  36269. access
  36270. acrobat
  36271. action
  36272. action
  36273. module
  36274. actions
  36275. active
  36276. ranslation
  36277. applescript
  36278. applesearch
  36279. appleshare
  36280. appleshare
  36281. client
  36282. appleshare
  36283. appletalk
  36284. appletalk
  36285. application
  36286. appstogo
  36287. All Packages
  36288. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  36289. Dev.CD Jan 94
  36290. Dev.CD Oct 93
  36291. Dev.CD Jul 93
  36292. Dev.CD Apr 93PDDev.CD Apr 94
  36293. Dev.CD Jan 94
  36294. Dev.CD Oct 93
  36295. Dev.CD Jul 93
  36296. Dev.CD Apr 9V
  36297. 69632X
  36298. Apr 94
  36299. --set theItem to choose file -- uncomment to test in an AS editor
  36300.     tell application "Finder"
  36301.         open item "Dev.CD Apr 94
  36302. Dev.CD Jan 94
  36303. Dev.CD Oct 93
  36304. Dev.CD Jul 93
  36305. Dev.CD Apr 93"
  36306.         activate
  36307.     end tell
  36308. on error errMsg number errNum
  36309.     --enter statements to perform when no records are found such as...
  36310.     display dialog "Sorry, the item you selected could not be found."
  36311.     return
  36312. end try
  36313. All Packages
  36314. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  36315. Dev.CD Jan 94
  36316. Dev.CD Oct 93
  36317. Dev.CD Jul 93
  36318. Dev.CD Apr 93PDDev.CD Apr 94
  36319. Dev.CD Jan 94
  36320. Dev.CD Oct 93
  36321. Dev.CD Jul 93
  36322. Dev.CD Apr 9V
  36323. 69633X
  36324. Apr 94
  36325. 68739X
  36326. Nov 00^    TC Disk 1
  36327. --set theItem to choose file -- uncomment to test in an AS editor
  36328.     tell application "Finder"
  36329.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User tools:"
  36330.         activate
  36331.     end tell
  36332. on error errMsg number errNum
  36333.     --enter statements to perform when no records are found such as...
  36334.     display dialog "Sorry, the item you selected could not be found."
  36335.     return
  36336. end try
  36337. e    No Changef%Testing
  36338. Memory
  36339. Virtual User
  36340. Debuggingq
  36341. Dev.CD Nov 00 TC Disk 1
  36342. All Packages
  36343. menu 'cicn' funIRThis sample illustrates how to add color icons of different sizes to menu items.  JOMenu 'cicn' fun(PPC)
  36344. menu 'cicn' fun.c
  36345. Menu 'cicn' fun.mcp
  36346. Menu 'cicn' fun.rsrcOLDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Menu 'cicn' fun:PTDev.CD Nov 00 TC Disk 1
  36347.  - Sample Code
  36348.  - Human Interface Toolbox
  36349.  - Menu 'cicn' funV
  36350. 68740X
  36351. Nov 00^    TC Disk 1
  36352. e    No Change
  36353. s you to customize CDK's vocabulary.  Add names of f
  36354. jN7long double, CodeWarrior, MathLib, double, Long doublesKCAP, key capsODDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:kcapApp:PLDev.CD Nov 00 TC Disk 1
  36355.  - Sample Code
  36356.  - Human Interface Toolbox
  36357.  - kcapApp activate
  36358.     end tell
  36359. on error errMsg number errNum
  36360.     --enter statements to perform when no records are found such as...
  36361.     display dialog "Sorry, the item you selected could not be found."
  36362.     return
  36363. end try
  36364. Deletedf?MacApp
  36365. Framework
  36366. Object-oriented
  36367. C++ Standard Library
  36368. CarbonLib
  36369. /A1ftp://ftp.apple.com//developer/Tool_Chest/MacApp/
  36370. Dev.CD Aug 00 TC Disk 1
  36371. All Packages
  36372. F    MacBinary
  36373. 65451X
  36374. m when no records are found such as...
  36375.     display dialog "Sorry, the item you selected could not be found."
  36376.     return
  36377. end try
  36378. e    No Changef2MacApp
  36379. adorner
  36380. custom cursor
  36381. dependency
  36382. Eenieq
  36383. Dev.CD Nov 00 TC Disk 2
  36384. All Packages
  36385. Eject PC Cards Location Module
  36386. 60454X
  36387. --set theItem to choose file -- uncomment to test in an AS editor
  36388.     tell application "Finder"
  36389.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:SnapshotSample:"
  36390.         activate
  36391.     end tell
  36392. on error errMsg number errNum
  36393.     --enter statements to perform when no records are found such as...
  36394.     display dialog "Sorry, the item you selected could not be found."
  36395.     return
  36396. end try
  36397. controlkeypatch
  36398. controlkeypatch
  36399. controlkeytest
  36400. controlkeytest
  36401. controlkeytest
  36402. controlkeytest
  36403. controlkeytest
  36404. controller
  36405. controllers
  36406. controls
  36407. controls/events
  36408. controlstriplib
  36409. controlstripsample
  36410. controlstripsample
  36411. controlstripsample
  36412. controlstripsample
  36413. controlstripsample
  36414. copying
  36415. coresampleb
  36416. coresample
  36417. coursesS
  36418. createcopy
  36419. createcopy
  36420. creator
  36421. creator
  36422. registration
  36423. All Packages
  36424. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  36425. Dev.CD Jan 94
  36426. Dev.CD Oct 93
  36427. Dev.CD Jul 93P6Dev.CD Apr 94
  36428. Dev.CD Jan 94
  36429. Dev.CD Oct 93
  36430. Dev.CD Jul 9V
  36431. 69614X
  36432. Apr 94
  36433. --set theItem to choose file -- uncomment to test in an AS editor
  36434.     tell application "Finder"
  36435.         open item "Dev.CD Apr 94
  36436. Dev.CD Jan 94
  36437. Dev.CD Oct 93
  36438. Dev.CD Jul 93"
  36439.         activate
  36440.     end tell
  36441. on error errMsg number errNum
  36442.     --enter statements to perform when no records are found such as...
  36443.     display dialog "Sorry, the item you selected could not be found."
  36444.     return
  36445. end try
  36446. All Packages
  36447. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  36448. Dev.CD Jan 94
  36449. Dev.CD Oct 93
  36450. Dev.CD Jul 93P6Dev.CD Apr 94
  36451. Dev.CD Jan 94
  36452. Dev.CD Oct 93
  36453. Dev.CD Jul 9V
  36454. 69615X
  36455. Apr 94
  36456. :PRDev.CD Nov 00 TC Disk 2
  36457.  - Sample Code
  36458.  - QuickTime
  36459.  - Goodies
  36460.  - qtmoviefromprocsV
  36461. 64112X
  36462. Nov 00^    TC Disk 2
  36463. e    No Change
  36464. platformid
  36465. video
  36466. playback
  36467. install
  36468. image
  36469. sample
  36470. image
  36471. tools
  36472. image
  36473. odclassref
  36474. odcookbook
  36475. sample
  36476. parts
  36477. odf-interest
  36478. odf-interest
  36479. archive
  36480. odfdev
  36481. odflibrary
  36482. odflibrary
  36483. odprogguide
  36484. odupdates
  36485. offscreen
  36486. offscreen
  36487. offscreen
  36488. offscreencontrol
  36489. offscreencontrol
  36490. offscreencontrolupda
  36491. offscreencontrolupda
  36492. offscreencontrolupda
  36493. offscreencontrolupda
  36494. offscreencontrolupda
  36495. oldbitmap
  36496. oldbitmap
  36497. oldbitmap
  36498. ooptesample
  36499. ooptesample
  36500. openz
  36501. install
  36502. browser
  36503. beginz
  36504. browser
  36505. transport
  36506. debug
  36507. transport
  36508. opencheckedout
  36509. opendoc
  36510. 69311X
  36511. Nov 00^    TC Disk 2
  36512. --set theItem to choose file -- uncomment to test in an AS editor
  36513.     tell application "Finder"
  36514.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Overview:SimpleText Sample:"
  36515.         activate
  36516.     end tell
  36517. on error errMsg number errNum
  36518.     --enter statements to perform when no records are found such as...
  36519.     display dialog "Sorry, the item you selected could not be found."
  36520.     return
  36521. end try
  36522. e    No Changef3SimpleText
  36523. SimpleText source code
  36524. SimpleText Sampleq
  36525. Dev.CD Nov 00 TC Disk 2
  36526. All Packages
  36527. SimpleVideoOut
  36528. 69312X
  36529. Finder"
  36530.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Hardware tools:"
  36531.         activate
  36532.     end tell
  36533. on error errMsg number errNum
  36534.     --enter statements to perform when no records are found such as...
  36535.     display dialog "Sorry, the item you selected could not be found."
  36536.     return
  36537. end try
  36538. e    No Changeq
  36539. Dev.CD Nov 00 TC Disk 1
  36540. All Packages
  36541. Dialog popupsV
  36542. 63607X
  36543. PRDev.CD Nov 00 TC Disk 1
  36544.  - Tool Chest
  36545.  - Testing & Debugging
  36546.  - Virtual User toolsV
  36547. 69356X
  36548. Nov 00^    TC Disk 1
  36549. --set theItem to choose file -- uncomment to test in an AS editor
  36550.     tell application "Finder"
  36551.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User tools:"
  36552.         activate
  36553.     end tell
  36554. on error errMsg number errNum
  36555.     --enter statements to perform when no records are found such as...
  36556.     display dialog "Sorry, the item you selected could not be found."
  36557.     return
  36558. end try
  36559. e    No Changeq
  36560. Dev.CD Nov 00 TC Disk 1
  36561. D!All Packages
  36562. Mac OS SDK Edition
  36563. Speech Recognition Manager
  36564.     rscript
  36565. vrscript
  36566. supports
  36567. embedding
  36568. sounds
  36569. quicktime
  36570. movies
  36571. pictures
  36572. vrspeech
  36573. vucollect
  36574. vumark
  36575. w/mathlib
  36576. w/sound
  36577. w/sys
  36578. waiting
  36579. waitnextevent
  36580. waits
  36581. wake100
  36582. wakes
  36583. waving
  36584.  specific rate:PMDev.CD Nov 00 TC Disk 2
  36585.  - Sample Code
  36586.  - Sound
  36587.  - Record sound specific rate
  36588. BO>Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Apple Help SDK 1.0:PFDev.CD Oct 00 SDK1
  36589.  - Development Kits
  36590.  - Mac OS
  36591.  - Apple Help SDK 1.0V
  36592. 68265X
  36593. Oct 00^
  36594. --set theItem to choose file -- uncomment to test in an AS editor
  36595.     tell application "Finder"
  36596.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Apple Help SDK 1.0:"
  36597.         activate
  36598.     end tell
  36599. on error errMsg number errNum
  36600.     --enter statements to perform when no records are found such as...
  36601.     display dialog "Sorry, the item you selected could not be found."
  36602.     return
  36603. end try
  36604. e    No Changef
  36605. Apple Help
  36606. Apple Guideq
  36607. Dev.CD Oct 00 SDK1
  36608. CD!All Packages
  36609. Tool Chest Edition
  36610. Apple II Monitor dcmd (xx)I
  36611. Summary: This package lets you use many of the Apple IIe and IIGS monitor commands with the Apple IIe Card and Macsbug.
  36612. Features: Lets you display, change, move, and verify memory; find patterns in memory; and disassemble 65C02 code.J
  36613. XX Docs
  36614. XX Docs.txtK
  36615. Vol XId
  36616. RL Disk 2
  36617. (M4System 7.0 or later.  Any System 7 capable MacintoshN
  36618. AE, Apple Events, AppleEventsOYDev.CD Nov 00 TC Disk 1:Tool Chest:Interapplication Communication:AE Tools:AETracker 3.0:PdDev.CD Nov 00 TC Disk 1
  36619.  - Tool Chest
  36620.  - Interapplication Communication
  36621.  - AE Tools
  36622.  - AETracker 3.0V
  36623. 68239X
  36624. Nov 00^    TC Disk 1
  36625. --set theItem to choose file -- uncomment to test in an AS editor
  36626.     tell application "Finder"
  36627.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Interapplication Communication:AE Tools:AETracker 3.0:"
  36628.         activate
  36629.     end tell
  36630. on error errMsg number errNum
  36631.     --enter statements to perform when no records are found such as...
  36632.     display dialog "Sorry, the item you selected could not be found."
  36633.     return
  36634. end try
  36635. e    No Changef
  36636. Apple Events
  36637. AppleEventsq
  36638. Dev.CD Nov 00 TC Disk 1
  36639. All Packages
  36640. F    aevt dcmd
  36641. 68240X
  36642.  00 TC Disk 1
  36643.  - Tool Chest
  36644.  - Testing & Debugging
  36645.  - Virtual User toolseo
  36646. http://developer.apple.com/sdk
  36647. This snippet shows how to create and install your own custom search procedure.  In this example, the searchProc performs RGB color separation by checking to see if the individual RGB component values fall within a certain maximum and minimum threshold level.
  36648. JoSearchProcs and Color Sep.c
  36649. SearchProcs and Color Sep.rsrc
  36650. SearchProcs&ColorSep(PPC)
  36651. SearchProcsAndColorSep.mcpM
  36652. Color QuickDrawN2SearchProc, Color Separation, AddSearch, DelSearchOHDev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:SearchProcs & Color Sep:PPDev.CD Nov 00 TC Disk 1
  36653.  - Sample Code
  36654.  - Graphics 2D
  36655.  - SearchProcs & Color Sepll
  36656. allow
  36657. access
  36658. system'sW
  36659. PBRecord
  36660. asynchronous
  36661. record
  36662. Record sound to diskq
  36663. Dev.CD Nov 00 TC Disk 2
  36664. All Packages
  36665. ReKeyTransI
  36666. This sample shows how to patch KeyTrans in order to completely
  36667. ignore the dead-key processing that goes on and lets you type those
  36668. fancy accented characters as if you were back in 7-bit ASCII days.V
  36669. 64349X
  36670. 1e    No Change
  36671. 68441X
  36672. Nov 00^    TC Disk 1
  36673. --set theItem to choose file -- uncomment to test in an AS editor
  36674.     tell application "Finder"
  36675.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Toolbox:DefProcs:"
  36676.         activate
  36677.     end tell
  36678. on error errMsg number errNum
  36679.     --enter statements to perform when no records are found such as...
  36680.     display dialog "Sorry, the item you selected could not be found."
  36681.     return
  36682. end try
  36683. e    No Changeq
  36684. Dev.CD Nov 00 TC Disk 1
  36685. All Packages
  36686. DelegateOnlyComponent
  36687. 68442X
  36688. P\Dev.CD Nov 00 TC Disk 1
  36689.  - Sample Code
  36690.  - Devices and Hardware
  36691.  - Serial
  36692.  - SerialPortSample
  36693. mcplaymovie
  36694. mcplaymovie
  36695. ur-color or HiFi-color separations for any press printing condition. 
  36696.  Use your in-house device to preview what your image will look like on the printing press. 
  36697.  Execute any custom color matching needed.
  36698. New ColorSync Photoshop Plug-ins (Impo
  36699. implementation
  36700. implementations
  36701. implemented
  36702. implementing
  36703. implemention
  36704. implements
  36705. apple
  36706. apple
  36707. computer
  36708. to use Gestalt to determine if VM is running or not.J$TestGestalt.c
  36709. TestVM(PPC)
  36710. TestVM.mcpM
  36711. System 6.0.4N
  36712. Gestalt, gestaltVMAttrO8Dev.CD Nov 00 TC Disk 1:Sample Code:OS Utilities:TestVM:V
  36713. 68096X
  36714. 1e    No Change
  36715. Dev.CD Jan 96 SDKV
  36716. 69042X
  36717. Jan 96
  36718. g--set theItem to choose file -- uncomment to test in an AS editor
  36719.     tell application "Finder"
  36720.         open item "Dev.CD Jan 96 SDK1"
  36721.         activate
  36722.     end tell
  36723. on error errMsg number errNum
  36724.     --enter statements to perform when no records are found such as...
  36725.     display dialog "Sorry, the item you selected could not be found."
  36726.     return
  36727. end try
  36728. All Packages
  36729. QuickDraw GXO Dev.CD Jan 96 SDK1
  36730. Dev.CD Jul 95P
  36731. Dev.CD Jan 96 SDK1
  36732. Dev.CD Jul 9V
  36733. 69043X
  36734. Jan 96
  36735. u--set theItem to choose file -- uncomment to test in an AS editor
  36736.     tell application "Finder"
  36737.         open item "Dev.CD Jan 96 SDK1
  36738. Dev.CD Jul 95"
  36739.         activate
  36740.     end tell
  36741. on error errMsg number errNum
  36742.     --enter statements to perform when no records are found such as...
  36743.     display dialog "Sorry, the item you selected could not be found."
  36744.     return
  36745. end try
  36746. All Packages
  36747. QuickDraw GXO
  36748. Dev.CD Jan 96 SDK1P
  36749. Dev.CD Jan 96 SDKV
  36750. 69044X
  36751. demonstrated
  36752. demonstratesN
  36753. export
  36754. images
  36755. demonstrates
  36756. quicktime
  36757. movie
  36758. using
  36759. movie
  36760. demonstrates
  36761. mouse
  36762. clicks
  36763. sprite
  36764. demonstrates
  36765. movie
  36766. toolbox
  36767. quicktim
  36768. e    No Changef
  36769. QuickTime
  36770. Video
  36771. Digitizing
  36772. vDigq
  36773. Dev.CD Nov 00 TC Disk 2
  36774. All Packages
  36775. F    HairLines
  36776. HairLines is an MPW 3.2 Pascal sample that demonstrates different methods of creating hairlines on printers.  You select the method(s) you want to use from the Settings menu.
  36777. The SetLineWidth method is only supported by PostScript printers, although all printer drivers will support it in the future.
  36778. The PrGeneral method can be used with any printer, QuickDraw or PostScript, and is the method of choice to date.  It has the drawback that all of your graphics and text need to be scaled to tB
  36779. he resolution you print at.
  36780. J[About HairLines.txt
  36781. HairLines(PPC)
  36782. HairLines.mcp
  36783. HairLines.p
  36784. HairLines.rsrc
  36785. PrintComments.pN?print, hairline, PostScript, QuickDraw, SetLineWidth, PrGeneralO7Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:HairLines:P?Dev.CD Nov 00 TC Disk 2
  36786.  - Sample Code
  36787.  - Printing
  36788.  - HairLinesV
  36789. 68578X
  36790. Nov 00^    TC Disk 2
  36791. e    No Change
  36792. ibook
  36793. developer
  36794. utilities
  36795. dictates
  36796. dictation
  36797. dictionaries
  36798. dictionary
  36799. didn't
  36800. dierks
  36801. differ
  36802. differences
  36803. differenta
  36804. differentiating
  36805. differently
  36806. differing
  36807. differs
  36808. difficult
  36809. JnNoCopyReceive Test Output
  36810. NoCopyReceives(PPC)
  36811. NoCopyReceives.c
  36812. NoCopyReceives.mcp
  36813. Read Me About NoCopyReceivesK
  36814. Nov 97L
  36815. Sep 98M
  36816. Open Transport 1.1.1 or higherNIOpen Transport, no-copy receives, OTBuffer, OTBufferInfo, NoCopyReceives
  36817. O>Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:NoCopyReceives:PFDev.CD Nov 00 TC Disk 1
  36818.  - Sample Code
  36819.  - Networking
  36820.  - NoCopyReceivesV
  36821. 68813X
  36822. Nov 00^    TC Disk 1
  36823. --set theItem to choose file -- uncomment to test in an AS editor
  36824.     tell application "Finder"
  36825.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:NoCopyReceives:"
  36826.         activate
  36827.     end tell
  36828. on error errMsg number errNum
  36829.     --enter statements to perform when no records are found such as...
  36830.     display dialog "Sorry, the item you selected could not be found."
  36831.     return
  36832. end try
  36833. e    No ChangefEOpen Transport
  36834. no-copy receives
  36835. OTBuffer
  36836. OTBufferInfo
  36837. NoCopyReceives
  36838. Dev.CD Nov 00 TC Disk 1
  36839. All Packages
  36840. NoPowerOffKey
  36841. 68814X
  36842. modifymouseaccl
  36843. Apple Workgroup Server 9650/350 Developer Note
  36844. Describes the specific hardware features of the Workgroup Server 9650/350 that differ from its predecessor the Workgroup Server 9650/233. It also defines the disk drive and PCI card configuration installed in the server and provides guidelines for adding additional storage devices on the internal SCSI bus. It is intended to provide experienced Macintosh hardware and software developers with general information about the product. 
  36845. J/Workgroup Server 9150
  36846. Workgroup_Server_9650.pdfK
  36847. Oct 97L
  36848. Oct 97N}Apple servers, 9650/350, Workgroup Server, server, server developer note, 100BaseTx Ethernet, network server, internet serverOADev.CD Mar 98 RL:Technical Documentation:Developer Notes:Servers:PIDev.CD Mar 98 RL
  36849.  - Technical Documentation
  36850.  - Developer Notes
  36851.  - Serversprinterclass
  36852. textchanger
  36853. 2.0.1@
  36854. transitions
  36855. themes@
  36856. ueenie@
  36857. updates@
  36858. userstartup
  36859. goodies@
  36860. validator
  36861. 1.11@
  36862. 68472X
  36863. Sept 9^
  36864. --set theItem to choose file -- uncomment to test in an AS editor
  36865.     tell application "Finder"
  36866.         open item "Dev.CD Sept 96 RL:Technical Documentation:develop:develop Issue  5:"
  36867.         activate
  36868.     end tell
  36869. on error errMsg number errNum
  36870.     --enter statements to perform when no records are found such as...
  36871.     display dialog "Sorry, the item you selected could not be found."
  36872.     return
  36873. end try
  36874. Deletedq
  36875. Dev.CD Sept 96 RL
  36876. D(All Packages
  36877. Reference Library Edition
  36878. develop Issue  6
  36879.     ovieY
  36880. movies
  36881. multiprocessing
  36882. thread
  36883. thread
  36884. pthread
  36885. posix
  36886. multiprocessing
  36887. sorting
  36888. tasks
  36889. thread
  36890. quicktime
  36891. audio
  36892. soundconverter
  36893. macintosh
  36894. powerbook
  36895. qualified
  36896. socket
  36897. compilers
  36898. assemblers
  36899. linkers
  36900. tools
  36901. debuggers
  36902. performance
  36903. :  bbsw@netcom.com
  36904. !NOT AN APPLE PRODUCT!:
  36905. About BBEdit Lite
  36906. BBEdit Extensions:
  36907. BBEdit Lite 3.5
  36908. BBEdit Lite Quickstart
  36909. TextChanger 2.0.1:
  36910. Upgrading to BBEdit 3.5:
  36911. What's New in BBEdit Lite 3.5K
  36912. May 94L
  36913. Jan 96O@Dev.CD Nov 99 TC:Tool Chest:Developer Utilities:BBEdit Lite 3.5:PHDev.CD Nov 99 TC
  36914.  - Tool Chest
  36915.  - Developer Utilities
  36916.  - BBEdit Lite 3.5s to perform when no records are found such as...
  36917.     display dialog "Sorry, the item you selected could not be found."
  36918.     return
  36919. end try
  36920. All Packages
  36921. System Enabler 065 (LC 575)O
  36922. Dev.CD Apr 94
  36923. Dev.CD Jan 94P
  36924. Dev.CD Apr 94
  36925. Dev.CD Jan 9V
  36926. 67910X
  36927. Apr 94
  36928. y Macintosh, running System 7.0 on up.  QuickTime
  36929.  1.0  or 1.5 needed but not required.O=Dev.CD Nov 00 TC Disk 1:Tool Chest:QuickTime:SimpleApp 1.0.2:PEDev.CD Nov 00 TC Disk 1
  36930.  - Tool Chest
  36931.  - QuickTime
  36932.  - SimpleApp 1.0.2V
  36933. 64427X
  36934. Nov 00^    TC Disk 1
  36935. e    No Change
  36936. --set theItem to choose file -- uncomment to test in an AS editor
  36937.     tell application "Finder"
  36938.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Snapshot:"
  36939.         activate
  36940.     end tell
  36941. on error errMsg number errNum
  36942.     --enter statements to perform when no records are found such as...
  36943.     display dialog "Sorry, the item you selected could not be found."
  36944.     return
  36945. end try
  36946. copying
  36947. copymask
  36948. copymask
  36949. copymask
  36950. copymask
  36951. copyres
  36952. copyres
  36953. corefoundation
  36954. corefoundation
  36955. carbon
  36956. corefoundation
  36957. corefoundation
  36958. coreheaders
  36959. coresampleb
  36960. coresample
  36961. coresample
  36962. coresample
  36963. coresample
  36964. coresample
  36965. coresample
  36966. coresample
  36967. terminology
  36968. coresource
  36969. count
  36970. CompressMovie is a simple drag and drop QuickTime application for compression of files. Drag and drop movie files on top of the application, and then specify the compression values (this happens the first time, after this the compression values are used for other movies dropped on the application at the same time).
  36971. Note that it's not useful to re-compress already compressed movies, as such compression will introduce more lossiness in the quality of the images. If possible always compress B(using the original, non-compressed data.
  36972. About DTSQTUtilities
  36973. CompressMovie.c
  36974. CompressMovie.h
  36975. CompressMovies(PPC)
  36976. CompressMovies.mcp
  36977. CompressMovies.rsrc
  36978. CompressMoviesMain.c
  36979. CompressMoviesMain.h
  36980. DTSQTUtilities.c
  36981. DTSQTUtilities.h
  36982. README
  36983. Rotate Cube SmallM    QuickTimeN"QuickTime, drag, drop, compressionOUDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Importers and Exporters:CompressMovies:P`Dev.CD Nov 00 TC Disk 2
  36984.  - Sample Code
  36985.  - QuickTime
  36986.  - Importers and Exporters
  36987.  - CompressMoviess
  36988. Summary: Word Services allows any application to link to a speller, grammar checker or other text service as if it is a built-in menu item.  It is a public protocol - no license fee or non-disclosure is required to use it.
  36989. Features: The SDK includes the complete protocol specification, tutorial documents, and the source code to Writeswell Jr., a simple Word Services word processor.  Also available from the Word Services Web page <http://www.wordservices.org/Developers/> is the source to W
  36990. SI NewsWatcher, a version of NewsWatcher that allows you to spellcheck your posts.
  36991. HyperCard supports Word Services, so you can spellcheck stacks as you develop them, and allow your users to spellcheck text that they enter themselves.  A simple XCMD is needed to initiate the spellchecking session, which is provided by the Web page.
  36992. The updated SDK includes bug fixes to Writeswell Jr.'s scrolling, plus the Spellswell Plus 2.1 Demo.
  36993. A list of client (word processor) and server (spelling a
  36994. --set theItem to choose file -- uncomment to test in an AS editor
  36995.     tell application "Finder"
  36996.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Devices:Apple Desktop Bus:ADBReInit 1.0:"
  36997.         activate
  36998.     end tell
  36999. on error errMsg number errNum
  37000.     --enter statements to perform when no records are found such as...
  37001.     display dialog "Sorry, the item you selected could not be found."
  37002.     return
  37003. end try
  37004. eturn
  37005. end try
  37006. e    No Changef]counter
  37007. windows
  37008. introduction
  37009. document
  37010. modal dialog
  37011. printing
  37012. about
  37013. Win2MacCounterSamples
  37014. Dev.CD Nov 00 TC Disk 2
  37015. All Packages
  37016. WindoidI
  37017. Windoid is a MacApp 3.0 sample, which shows how to construct tear-off floating windows for control of window information. This is a simple example that has the bare minimum for supporting floating windows, written in generic C++.JcIncludeFiles.h
  37018. MWindoid.cp
  37019. READMEFIRST
  37020. UWindoid.cp
  37021. UWindoid.h
  37022. Windoid.MAMake
  37023. Windoid.r
  37024. WindoidRez.hM
  37025. MacApp 3.0 or later
  37026. extension
  37027. patches
  37028. firmware
  37029. certain
  37030. macintosh
  37031. contains
  37032. illustrates
  37033. determine
  37034. folder
  37035. includes
  37036. folder
  37037. contains
  37038. two-level
  37039. system
  37040. where
  37041. folder
  37042. contains
  37043. example
  37044. illustrating
  37045. folder
  37046. contains
  37047. example
  37048. write
  37049. mamake
  37050. folder
  37051. contains
  37052. apple
  37053. source
  37054. folder
  37055. contains
  37056. archives
  37057. format
  37058. apple
  37059. folder
  37060. contains
  37061. latest
  37062. version
  37063. controls
  37064. folder
  37065. contains
  37066. updated
  37067. documents
  37068. outlining
  37069. strategies
  37070. folder
  37071. contains
  37072. worldwide
  37073. updates
  37074. hypercard
  37075. update
  37076. features
  37077. including
  37078. installs
  37079. complete
  37080. macapp
  37081. release
  37082. product
  37083. installs
  37084. complete
  37085. macapp
  37086. release
  37087. product
  37088. programming
  37089. programming
  37090. information
  37091. m certain USB floppy drives.
  37092.  Various i
  37093. tobias
  37094. today
  37095. ple Code:Text:NamingTableAccess:PCDev.CD Nov 00 TC Disk 2
  37096.  - Sample Code
  37097.  - Text
  37098.  - NamingTableAccessV
  37099. 67173X
  37100. Nov 00^    TC Disk 2
  37101. --set theItem to choose file -- uncomment to test in an AS editor
  37102.     tell application "Finder"
  37103.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Text:NamingTableAccess:"
  37104.         activate
  37105.     end tell
  37106. on error errMsg number errNum
  37107.     --enter statements to perform when no records are found such as...
  37108.     display dialog "Sorry, the item you selected could not be found."
  37109.     return
  37110. end try
  37111. e    No ChangefGNamingTableLookup
  37112. encodingID
  37113. languageID
  37114. nameID
  37115. platformID
  37116. Font Metrics
  37117. Dev.CD Nov 00 TC Disk 2
  37118. D!All Packages
  37119. Mac OS SDK Edition
  37120. Nav Svcs 1.0 SDK
  37121.     aige K. Parsons. This article elaborates and expands on the guidelines for the consistent and correct usage of alerts.
  37122. Printing Images Faster With Data Compression by David Gelphman. PostScript Level 2 printers can accept JPEG-compressed image data direct
  37123. universal
  37124. universalprocptr
  37125. universityS
  37126. unknowingly
  37127. unknown
  37128. unleash
  37129. unless
  37130. unlike
  37131. unlimited
  37132. unload
  37133. unloaded
  37134. unloading
  37135. unlocked
  37136. unlocking
  37137. unmangling
  37138. unmodified
  37139. unmount
  37140. unmount/mount
  37141. unmounted
  37142. unsupported
  37143. untested
  37144. until
  37145. unwanted
  37146. unwrapcommenttext
  37147. up-to-date_
  37148. upcoming
  37149. updateR
  37150. e    No Changef
  37151. sound
  37152. input
  37153. microphoneq
  37154. Dev.CD Nov 00 TC Disk 2
  37155. All Packages
  37156. SoundMemRecordIVThis code shows using the SoundManager SPB calls for simple audio recording to memory.J6README.txt
  37157. smr.bat
  37158. SndMemRecord
  37159. SoundMemRecord.zip
  37160. Feb 00
  37161. - Common
  37162.     - Sun Compliant Java Runtime Environment 1.1
  37163.     - QuickTime 3 
  37164.     - QTJava.zip
  37165.     - QTJava media samples
  37166. - Mac OS:
  37167.     - System 8 or later
  37168.     - Macintosh Runtime for Java (MRJ) 2.1
  37169. - Windows 95, 98, or NT::
  37170.     - JRE/JDK from Sun Microsystems, Inc. recommended
  37171. QuickTime, Java, MRJOPDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:SoundMemRecord:P[Dev.CD Nov 00 TC Disk 2
  37172.  - Sample Code
  37173.  - QuickTime
  37174.  - QuickTime for Java
  37175.  - SoundMemRecordV
  37176. 69349X
  37177. Nov 00^    TC Disk 2
  37178. e    No Change
  37179. informationB
  37180. informational
  37181. informixeoadaptor
  37182. infrared
  37183. inherit
  37184. inheritance
  37185. wN[QTVR, QuickTime VR, Make QTVR Object, Make QTVR Panorama, QuickTime, virtual reality, toolsO#Dev.CD Oct 98 SDK:Development Kits:P%Dev.CD Oct 98 SDK
  37186.  - Development Kitss
  37187. choosetkl@
  37188. clipboard@
  37189. editor
  37190. resedit
  37191. coercions
  37192. colormarquee@
  37193. common
  37194. common
  37195. files
  37196. common
  37197. compbasedmediabroadc@
  37198. compression@
  37199. connect@
  37200. contributed@
  37201. convert@
  37202. copybits@
  37203. counter@
  37204. createcopy@
  37205. creator@
  37206. csmp-digest-readme@
  37207. csmp-digest-v3-027@
  37208. csmp-digest-v3-070@
  37209. csmp-digest-v3-113@
  37210. csoundboardapp@
  37211. ct-009-4438@
  37212. Interfaces
  37213. Preferences.h
  37214. PreferencesDialogWindow.cp
  37215. PreferencesDialogWindow.h
  37216. Resources
  37217. SprocketSample(PPC)
  37218. SprocketSample.cp
  37219. SprocketSample.mcp
  37220. SprocketSample.rsrc
  37221. ToolWindow.cp
  37222. ToolWindow.h
  37223. OHDev.CD Nov 00 TC Disk 2:Sample Code:Overview:Dave Falkenburg's Sprocket:V
  37224. 63554X
  37225. 1e    No Change
  37226. --set theItem to choose file -- uncomment to test in an AS editor
  37227.     tell application "Finder"
  37228.         open item "Dev.CD Apr 94
  37229. Dev.CD Jan 94
  37230. Dev.CD Oct 93
  37231. Dev.CD Jul 93
  37232. Dev.CD Apr 93"
  37233.         activate
  37234.     end tell
  37235. on error errMsg number errNum
  37236.     --enter statements to perform when no records are found such as...
  37237.     display dialog "Sorry, the item you selected could not be found."
  37238.     return
  37239. end try
  37240. W, the item you selected could not be found."
  37241.     return
  37242. end try
  37243. e    No ChangefABitblitz
  37244. CopyBits
  37245. CopyMask
  37246. CopyDeepMask
  37247. GWorld
  37248. NewGWorld
  37249. Graphicsq
  37250. Dev.CD Nov 00 TC Disk 1
  37251. All Packages
  37252. F    Blat dcmd
  37253. 65073X
  37254. ^    TC Disk 1
  37255. e    No Change
  37256. setlockbitatomsample
  37257. setmarkers
  37258. setmenutitle
  37259. setmenutitle
  37260. setmfsize
  37261. setmode
  37262. setmode
  37263. setpdimc
  37264. setpdimc
  37265. setpdimc
  37266. setpdimc
  37267. setproject
  37268. setprojector
  37269. setserverstatusoptio
  37270. setserverstatusoptio
  37271. settingupstdfile
  37272. settingupstdfile
  37273. settingupstdfile
  37274. settingupstdfile
  37275. setup
  37276. setup
  37277. setupdsp
  37278. setupdsp
  37279. setupdsp
  37280. setupgl
  37281. setupgl
  37282. setupgl
  37283. fullscreen
  37284. setupgl
  37285. setupgl
  37286. windowed
  37287. setupgl
  37288. windowed
  37289. products
  37290. shapes
  37291. shapes
  37292. shareware
  37293. shell
  37294. shellsort
  37295. shellsort
  37296. shift
  37297. ships
  37298. ships
  37299. showalldrivequeueele
  37300. showalldrivequeueele
  37301. showallmountedvolume
  37302. showallmountedvolume
  37303. showhidefolder
  37304. showhidefolder
  37305. showicon7
  37306. showicon7
  37307. human
  37308. interface
  37309. guidelines
  37310. ultimate
  37311. upgrade
  37312. anyone
  37313. internet
  37314. runtime
  37315. runtime
  37316. 2.2.2
  37317. upgrade
  37318. runtime
  37319. 2.2.3
  37320. debug
  37321. debugging
  37322. server
  37323. developer
  37324. documentation
  37325. behaviors
  37326. behaviour
  37327. behind
  37328. bezier
  37329. binary
  37330. binding
  37331. binhex
  37332. bitmap
  37333. bitmapped
  37334. bitmapsr
  37335. black
  37336. black-and-white
  37337. blackketter
  37338. blank
  37339. block
  37340. blockreader
  37341. blocks
  37342. blueprint{
  37343. board
  37344. boards
  37345. bodyz
  37346. bones
  37347. book`
  37348. books`
  37349. boost
  37350. booting
  37351. Summary: LockVol is a Control Panel device that can be used to test software handling of locked volumes, local or remote.   With the use of System 7 and File Sharing, LockVol may come in handy for those trying to test their software.  LockVol displays a popup menu containing all volumes in use by your Mac and allows you to change the status of each volume from unlocked, to having a software or hardware lock.  Changes made in the Control Panel are immediate and remain intact until you chang
  37352. e them back or re-mount the affected volume.  The status of the startup volume is restored after a reboot.  All other volume status
  37353.  are lost after a reboot.
  37354. Improvements for version 1.6:
  37355.  The status of volumes is now physically updated on disk. This allows the volume to be mounted/re-mounted with that state persisting. Note that only a 'software' locked volume can be unmounted/mounted and still remain 'software' locked. Making a volume 'hardwared' locked will lock it but the setting won
  37356. ColorPicker.mcp
  37357. ReadMeL
  37358. Nov 00M
  37359. Color QuickDraw, CarbonLibN
  37360. Color Picker, Palette, CarbonO=Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Color Picker:PEDev.CD Nov 00 TC Disk 1
  37361.  - Sample Code
  37362.  - Graphics 2D
  37363.  - Color PickerV
  37364. 66749X
  37365. Nov 00^    TC Disk 1b
  37366. Revised
  37367. #ttp://developer.apple.com/samplecode/
  37368. text-handling
  37369. text-to-speech
  37370. textbegin/end
  37371. textbox
  37372. textedit
  37373. textstyle
  37374. mountalias
  37375. mounted
  37376. mounted/re-mounted
  37377. mounting
  37378. mountprojector
  37379. mounts
  37380. mountserver
  37381. mouse
  37382. mousedrag
  37383. mouseinfo
  37384. mouseresponders
  37385. movable
  37386. movablemodal
  37387. move{
  37388. moveablemodal
  37389. source
  37390. sample
  37391. illustrating
  37392. moved
  37393. movement
  37394. moves
  37395. movewindow
  37396. movieY
  37397. program
  37398. shows
  37399. capture
  37400. results
  37401. program
  37402. shows
  37403. composit
  37404. presentation
  37405. program
  37406. shows
  37407. construct
  37408. simple
  37409. animation
  37410. program
  37411. shows
  37412. control
  37413. quicktime
  37414. movie
  37415. program
  37416. shows
  37417. create
  37418. program
  37419. shows
  37420. customise
  37421. control
  37422. program
  37423. shows
  37424. define
  37425. mouseresponders
  37426. program
  37427. shows
  37428. display
  37429. quicktime
  37430. movie
  37431. program
  37432. shows
  37433. display
  37434. quicktime
  37435. content
  37436. applemodemtool
  37437. applescriptb
  37438. escript-based
  37439. applescriptsO
  37440. applesearchT
  37441. appleshareT
  37442. applesingle/appledou
  37443. applet
  37444. modes
  37445. modification
  37446. modified`
  37447. modifier
  37448. modifiers
  37449. modify
  37450. modifying
  37451. modifymouseaccl
  37452. modifymouseaccl
  37453. snippet
  37454. demonstrate
  37455. modular
  37456. moduleN
  37457. modulesR
  37458. mofify
  37459. moment
  37460. momentum{
  37461. money
  37462. monitorU
  37463. monitoringA
  37464. monitors
  37465. monolithic
  37466. monroe
  37467. montbriand
  37468. month
  37469. monthly{
  37470. months
  37471. moofwars
  37472. morenetworksetup
  37473. moreover
  37474. hOKDev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:Installer:LockFile:PVDev.CD Nov 00 TC Disk 2
  37475.  - Sample Code
  37476.  - Platforms and Tools
  37477.  - Installer
  37478.  - LockFileV
  37479. 68687X
  37480. Nov 00^    TC Disk 2
  37481. --set theItem to choose file -- uncomment to test in an AS editor
  37482.     tell application "Finder"
  37483.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:Installer:LockFile:"
  37484.         activate
  37485.     end tell
  37486. on error errMsg number errNum
  37487.     --enter statements to perform when no records are found such as...
  37488.     display dialog "Sorry, the item you selected could not be found."
  37489.     return
  37490. end try
  37491. e    No Changef!Installer
  37492. file lock bit
  37493. LockFile
  37494. Dev.CD Nov 00 TC Disk 2
  37495. All Packages
  37496. LockVol
  37497. 68688X
  37498. ide.c
  37499. Print.c
  37500. SaveBoardImage.c
  37501. Setup.c
  37502. B(Sound.c
  37503. SpeechMessage.c
  37504. Start.c
  37505. Window.c
  37506. Jan 92O=Dev.CD Nov 00 TC Disk 2:Sample Code:Overview:AppsToGo:Kibitz:PHDev.CD Nov 00 TC Disk 2
  37507.  - Sample Code
  37508.  - Overview
  37509.  - AppsToGo
  37510.  - KibitzV
  37511. 67036X
  37512. Moved
  37513. All Packages
  37514. Object Pascal to C++ TipsIrSummary: This document contains some helpful tips on converting MacApp 2.0 applications from Object Pascal to C++.J
  37515. Object Pascal to C++ TipsK
  37516. Vol IIIL
  37517. Vol VIIM`Microsoft Word 3.0 word processor, or any compatible word processor, such as Claris MacWrite II.OYDev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:C++ Related:Object Pascal to C++ TipsPdDev.CD Nov 00 TC Disk 1
  37518.  - Tool Chest
  37519.  - Development Kits
  37520.  - C++ Related
  37521.  - Object Pascal to C++ TipV
  37522. 68818X
  37523. Nov 00^    TC Disk 1
  37524. --set theItem to choose file -- uncomment to test in an AS editor
  37525.     tell application "Finder"
  37526.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:C++ Related:Object Pascal to C++ Tips"
  37527.         activate
  37528.     end tell
  37529. on error errMsg number errNum
  37530.     --enter statements to perform when no records are found such as...
  37531.     display dialog "Sorry, the item you selected could not be found."
  37532.     return
  37533. end try
  37534. e    No Change
  37535. PODev.CD Aug 97 TC
  37536.  - What's New?
  37537.  - Developer Notes
  37538.  - Macintosh PowerBook 2400cV
  37539. 68712X
  37540. Aug 97^
  37541. --set theItem to choose file -- uncomment to test in an AS editor
  37542.     tell application "Finder"
  37543.         open item "Dev.CD Aug 97 TC:What's New?:Developer Notes:Macintosh PowerBook 2400c:"
  37544.         activate
  37545.     end tell
  37546. on error errMsg number errNum
  37547.     --enter statements to perform when no records are found such as...
  37548.     display dialog "Sorry, the item you selected could not be found."
  37549.     return
  37550. end try
  37551. e    No Changeq
  37552. Dev.CD Aug 97 TC
  37553. Macintosh PowerBook Qualified
  37554. pSummary:  This is the prgram guide for the new Macintosh PowerBook Qualified logo licensing program. This is technical, legal and marketing documentation in Adobe Acrobat format.
  37555. The Kit includes:
  37556. Guide to Macintosh PowerBook Qualified Program
  37557. Program Technical Specifications
  37558. Program Pre-testing Guidelines
  37559. Legal Documentation for licensing and program participation
  37560. cipation
  37561. Nov 957
  37562. 68688X
  37563. Nov 00^    TC Disk 1
  37564. --set theItem to choose file -- uncomment to test in an AS editor
  37565.     tell application "Finder"
  37566.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:"
  37567.         activate
  37568.     end tell
  37569. on error errMsg number errNum
  37570.     --enter statements to perform when no records are found such as...
  37571.     display dialog "Sorry, the item you selected could not be found."
  37572.     return
  37573. end try
  37574. e    No Changeq
  37575. Dev.CD Nov 00 TC Disk 1
  37576. All Packages
  37577. Long doubles
  37578. XThis code is needed to call the MathLib functions because the current
  37579. Metrowerks compilers (as of CW 10) do not create a 128 bit long double; they create
  37580. a 64 bit long double.  All of the MathLib functions that require a long
  37581. double expect a 128 bit long double and therefore do not produce the
  37582. correct results when given a 64 bit long double.
  37583. J/long double(PPC)
  37584. Long doubles.mcp
  37585. long_double.cM
  37586. PowerPC, CodeWarrior Compilerension that can work with any appl
  37587. full-features
  37588. full-text
  37589. fullscreen
  37590. fullscreen
  37591. sample
  37592. demonstrate
  37593. fully
  37594. function[
  37595. function/method
  37596. functionsB
  37597. functions/methods
  37598. fundamental
  37599. fundamentally
  37600. further
  37601. future{
  37602. futures
  37603. egrator
  37604. Dev.CD Jul 93
  37605. Dev.CD Apr 9V
  37606. 69170X
  37607. Jul 93
  37608. p--set theItem to choose file -- uncomment to test in an AS editor
  37609.     tell application "Finder"
  37610.         open item "Dev.CD Jul 93
  37611. Dev.CD Apr 93"
  37612.         activate
  37613.     end tell
  37614. on error errMsg number errNum
  37615.     --enter statements to perform when no records are found such as...
  37616.     display dialog "Sorry, the item you selected could not be found."
  37617.     return
  37618. end try
  37619. All Packages
  37620. F    QuickTimeO
  37621. Dev.CD Jul 93
  37622. Dev.CD Apr 93P
  37623. Dev.CD Jul 93
  37624. Dev.CD Apr 9V
  37625. 69171X
  37626. Jul 93
  37627. p--set theItem to choose file -- uncomment to test in an AS editor
  37628.     tell application "Finder"
  37629.         open item "Dev.CD Jul 93
  37630. Dev.CD Apr 93"
  37631.         activate
  37632.     end tell
  37633. on error errMsg number errNum
  37634.     --enter statements to perform when no records are found such as...
  37635.     display dialog "Sorry, the item you selected could not be found."
  37636.     return
  37637. end try
  37638. All Packages
  37639. F    QuickTimeO
  37640. Dev.CD Jul 93
  37641. Dev.CD Apr 93V
  37642. 69172X
  37643.     TC Disk 2
  37644. outputl
  37645. override
  37646. override
  37647. quickdraw
  37648. table
  37649. resource
  37650. overview
  37651. package
  37652. packages
  37653. packages
  37654. package
  37655. aware
  37656. packetizer
  37657. packman
  37658. pages
  37659. palette
  37660. palette
  37661. animatepalette
  37662. palette2ctab
  37663. getpalette
  37664. pmforecolor
  37665. palette
  37666. animation
  37667. gworld
  37668. disposegworld
  37669. animatepalette
  37670. palett
  37671. palette
  37672. color
  37673. depth
  37674. batch
  37675. processing
  37676. optimizing
  37677. conditio
  37678. palette
  37679. gworld
  37680. index2color
  37681. rgbforecolor
  37682. pmforecolor
  37683. getctabl
  37684. palette
  37685. gworld
  37686. pmforecolor
  37687. color2index
  37688. rgbforecolor
  37689. ctseed
  37690. location
  37691. manager
  37692. eject
  37693. action
  37694. module
  37695. driver
  37696. loader
  37697. driver
  37698. pci-pci
  37699. pcmcia
  37700. penmode
  37701. penpat
  37702. penpixpat
  37703. performanceA
  37704. performance
  37705. analysis
  37706. MEN5QuickTime, FTP, HTTP, Asyncronous, Web, Data, Handler
  37707. 69799X
  37708. Nov 00^    TC Disk 2
  37709. --set theItem to choose file -- uncomment to test in an AS editor
  37710.     tell application "Finder"
  37711.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Overview:Win2MacCounterSamples:"
  37712.         activate
  37713.     end tell
  37714. on error errMsg number errNum
  37715.     --enter statements to perform when no records are found such as...
  37716.     display dialog "Sorry, the item you selected could not be found."
  37717.     return
  37718. end try
  37719. e    No Changef]counter
  37720. windows
  37721. introduction
  37722. document
  37723. modal dialog
  37724. printing
  37725. about
  37726. Win2MacCounterSamples
  37727. Dev.CD Nov 00 TC Disk 2
  37728. All Packages
  37729. WindoidI
  37730. Windoid is a MacApp 3.0 sample, which shows how to construct tear-off floating windows for control of window information. This is a simple example that has the bare minimum for supporting floating windows, written in generic C++.JcIncludeFiles.h
  37731. MWindoid.cp
  37732. READMEFIRST
  37733. UWindoid.cp
  37734. UWindoid.h
  37735. Windoid.MAMake
  37736. Windoid.r
  37737. WindoidRez.hM
  37738. MacApp 3.0 or later
  37739. simple
  37740. simple
  37741. simple
  37742. drawsprocket
  37743. simple
  37744. drawsprocket
  37745. simple
  37746. drawsprocket
  37747. simple
  37748. drawsprocket
  37749. simple
  37750. simple
  37751. simple
  37752. simpleapp
  37753. simpleapp
  37754. simpleapp
  37755. sound
  37756. simplecocoaapp
  37757. simplecocoaapp
  37758. simplecocoaapp
  37759. pbproj
  37760. simpledownload
  37761. simpledownload
  37762. 247226
  37763. simpledownload
  37764. 248426
  37765. simpleeditmfc
  37766. simpleeditmfc
  37767. simpleeditmfc
  37768. simpleeditmfc
  37769. simpleeditmfc
  37770. simpleeditmfc
  37771. simpleeditmfc
  37772. simpleeditmfc
  37773. simpleeditmfcdoc
  37774. simpleeditmfcdoc
  37775. simpleeditmfcdoc
  37776. simpleeditmfcview
  37777. simpleeditmfcview
  37778. simpleeditmfcview
  37779. simpleeditsdi
  37780. eplayermfc
  37781. simpleplayermfc
  37782. simpleplayermfc
  37783. simpleplayermfc
  37784. simpleplayermfc
  37785. simpleplayermfc
  37786. simpleplayermfc
  37787. An implementation of arbitrary precision arithmetic using the PowerPC Velocity-Engine (G4) vector instructions. 
  37788. We first define essential digit size of a multiprecision integer to be 128 bits, in view of the Velocity Engine architecture. By designing a general purpose vector library comprised of multiplication, square, bit shift and bitwise comparison, we have achieved significant speedups over PowerPC G3 scalar (base-2^16 ) implementation, or even hand-tuned assembly (base-2^32 ) packag
  37789. es. In particular, vector multiplications enjoy performance improvements ranging from 3:1 to 10:1 over their scalar counterpart, depending on operand bit size. 
  37790. An application for general purpose integer factoring was written and is able to factor large integers with speedups factors roughly in the aforementioned range. A second, large convolution application was written to settle a certain research problem; in this instance a length-2 15 convolution of 512-bit elements is performed.
  37791. graphicimporter
  37792. graphics
  37793. pattern
  37794. penpixpat
  37795. penpat
  37796. window
  37797. movewindow
  37798. window
  37799. manager
  37800. gspgetversion
  37801. guest
  37802. ul 96 SSW"
  37803.         activate
  37804.     end tell
  37805. on error errMsg number errNum
  37806.     --enter statements to perform when no records are found such as...
  37807.     display dialog "Sorry, the item you selected could not be found."
  37808.     return
  37809. end try
  37810. All Packages
  37811. System 7.5 Update 2.0O
  37812. Dev.CD Jul 96 SSWP
  37813. Dev.CD Jul 96 SSV
  37814. 67826X
  37815. Jul 96
  37816. f--set theItem to choose file -- uncomment to test in an AS editor
  37817.     tell application "Finder"
  37818.         open item "Dev.CD Jul 96 SSW"
  37819.         activate
  37820.     end tell
  37821. on error errMsg number errNum
  37822.     --enter statements to perform when no records are found such as...
  37823.     display dialog "Sorry, the item you selected could not be found."
  37824.     return
  37825. end try
  37826. All Packages
  37827. System 7.5 Update 2.0V
  37828. 67827X
  37829. 68891X
  37830. Nov 00^    TC Disk 1
  37831. --set theItem to choose file -- uncomment to test in an AS editor
  37832.     tell application "Finder"
  37833.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Display Manager:Play Video Sample:"
  37834.         activate
  37835.     end tell
  37836. on error errMsg number errNum
  37837.     --enter statements to perform when no records are found such as...
  37838.     display dialog "Sorry, the item you selected could not be found."
  37839.     return
  37840. end try
  37841. e    No Changef
  37842. Display Manager
  37843. Play Videoq
  37844. Dev.CD Nov 00 TC Disk 1
  37845. All Packages
  37846. F    PlayMovie
  37847. This demo program shows how to display any QuickTime content within a java.awt display space using the QTCanvas. It also demonstrates the use of the different resize options of the QTCanvas (with the QTCanvas' alignment set to centre it in the display space).
  37848. J-PlayMovie
  37849. PlayMovie.zip
  37850. pm.bat
  37851. README.txt
  37852. Feb 00
  37853. OKDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:PlayMovie:V
  37854. 68892X
  37855. 1e    No Change
  37856. 68872X
  37857. Nov 99^
  37858. --set theItem to choose file -- uncomment to test in an AS editor
  37859.     tell application "Finder"
  37860.         open item "Dev.CD Nov 99 TC:Tool Chest:Development Kits:
  37861.  Other Platforms:PCCTS 1.31:"
  37862.         activate
  37863.     end tell
  37864. on error errMsg number errNum
  37865.     --enter statements to perform when no records are found such as...
  37866.     display dialog "Sorry, the item you selected could not be found."
  37867.     return
  37868. end try
  37869. Deletedf9ANTLR
  37870. PCCTS
  37871. parser generator
  37872. compiler toolsq
  37873. Dev.CD Nov 99 TC
  37874. "D!All Packages
  37875. Mac OS SDK Edition
  37876. PCI DDK 3.0I
  37877. This DDK (Driver Development Kit) will enable you to create both OpenFirmware (FCode) and MacOS drivers for PCI cards. Included is Documentation, Samples, and Tools to get you started.J
  37878. PCI DDK 3.0K
  37879. Sep 95L
  37880. Jan 00M
  37881. See comments in the code.N%PCI OpenFirmware FCode Forth tokenizeO9Dev.CD Oct 00 SDK1:Development Kits:Hardware:PCI DDK 3.0:ngeoBftp://ftp.apple.com/developer/Development_Kits/PCI_DDK_3.0.sit.hqx
  37882. ?JOInterfaces&Libraries
  37883. PCI Power ReadMe
  37884. SampleDriver
  37885. Updating Drivers for PM v1.0K
  37886. Apr 00N
  37887. Power Manager, PCIODDev.CD Jul 00 SDK1:Development Kits:Hardware:PowerManager DDK 1.0f1:PLDev.CD Jul 00 SDK1
  37888.  - Development Kits
  37889.  - Hardware
  37890.  - PowerManager DDK 1.0f1V
  37891. 68902X
  37892. Jul 00^
  37893. --set theItem to choose file -- uncomment to test in an AS editor
  37894.     tell application "Finder"
  37895.         open item "Dev.CD Jul 00 SDK1:Development Kits:Hardware:PowerManager DDK 1.0f1:"
  37896.         activate
  37897.     end tell
  37898. on error errMsg number errNum
  37899.     --enter statements to perform when no records are found such as...
  37900.     display dialog "Sorry, the item you selected could not be found."
  37901.     return
  37902. end try
  37903. e    No Changef
  37904. Power Manager
  37905. http://developer.apple.com/sdk
  37906. Dev.CD Jul 00 SDK1
  37907. All Packages
  37908. PowerMacOr68K
  37909. 68903X
  37910. ethernets
  37911. ethertalkB
  37912. simpler
  37913. simplesdiplayer
  37914. simplesdiplayer
  37915. sample
  37916. application
  37917. demonstrates
  37918. simplest
  37919. simpletext
  37920. simplified
  37921. simplifies
  37922. simplify
  37923. simply
  37924. simulate
  37925. simulates
  37926. simulation
  37927. 995 Apple Directions Articles
  37928. News:  Apple Releases PowerPC Processor-Based PowerB
  37929. ook Computers; Strategy Mosaic: PCI-The Future of Macintosh Expansion; Editor
  37930.  Note: Doin What's Right; IndustryWatch: Enough to Make a Grown Man Cry; Macintosh DOS Compatible Systems Can Maintain Both Windows 3.x and Windows 95; New Power Macintosh Computers Outperform Pentium; Netscape Adopts QuickTime, QuickTime VR in Strategic Agreement; The Mac Speaks Back.
  37931. Technology:  CD Highlights: System Software Edition, October 1995; Human Interface: This Old Interface; QuickDraw 3D-The Future 
  37932. struggling
  37933. strutures
  37934. studies
  37935. studio
  37936. .CD Apr 9V
  37937. 67956X
  37938. Apr 93
  37939. b--set theItem to choose file -- uncomment to test in an AS editor
  37940.     tell application "Finder"
  37941.         open item "Dev.CD Apr 93"
  37942.         activate
  37943.     end tell
  37944. on error errMsg number errNum
  37945.     --enter statements to perform when no records are found such as...
  37946.     display dialog "Sorry, the item you selected could not be found."
  37947.     return
  37948. end try
  37949. All Packages
  37950. System Enabler 111 (PB 160/180)O
  37951. Dev.CD Apr 93P
  37952. Dev.CD Apr 9V
  37953. 67957X
  37954. Apr 93
  37955. b--set theItem to choose file -- uncomment to test in an AS editor
  37956.     tell application "Finder"
  37957.         open item "Dev.CD Apr 93"
  37958.         activate
  37959.     end tell
  37960. on error errMsg number errNum
  37961.     --enter statements to perform when no records are found such as...
  37962.     display dialog "Sorry, the item you selected could not be found."
  37963.     return
  37964. end try
  37965. All Packages
  37966. 67958X
  37967. muchi
  37968. mulitple
  37969. f--set theItem to choose file -- uncomment to test in an AS editor
  37970.     tell application "Finder"
  37971.         open item "Dev.CD Jan 96 SSW"
  37972.         activate
  37973.     end tell
  37974. on error errMsg number errNum
  37975.     --enter statements to perform when no records are found such as...
  37976.     display dialog "Sorry, the item you selected could not be found."
  37977.     return
  37978. end try
  37979. item you selected could not be found."
  37980.     return
  37981. end try
  37982. e    No ChangefBMacApp
  37983. Framework
  37984. Object-oriented
  37985. Classes
  37986. Editor
  37987. Resources
  37988. /A(http://developer.apple.com/tools/macapp/
  37989. Dev.CD Nov 00 TC Disk 1
  37990. All Packages
  37991. Adobe Acrobat Reader
  37992. 64978X
  37993. macintosh
  37994. enables
  37995. computer
  37996. display
  37997. three-@
  37998. s/print@
  37999. printing@
  38000. probably@
  38001. product@
  38002. program's@
  38003. propositin@
  38004. providing@
  38005. puzzle@
  38006. quick@
  38007. quicktime
  38008. oughta
  38009. pictures
  38010. guillermo
  38011. ortiz@
  38012. FindFamilies
  38013. 60471X
  38014. theme
  38015. themes
  38016. themselves
  38017. theory
  38018. there[
  38019. there
  38020. small
  38021. cosmetic
  38022. system
  38023. can't
  38024. even[
  38025. there's
  38026. therefore
  38027. theresa
  38028. these`
  38029. these
  38030. applications
  38031. demonstrate
  38032. write
  38033. background
  38034. theta
  38035. they're{
  38036. thing{
  38037. things
  38038. think
  38039. third
  38040. third-party
  38041. packages
  38042. filesharingison
  38043. filesharingmaster
  38044. filesharingmaster
  38045. filesharingon
  38046. filesharingon
  38047. filesharingon
  38048. filesharingon
  38049. filesharingon
  38050. filesharingon
  38051. filing
  38052. filter
  38053. filterdirectory
  38054. filterdirectory
  38055. findchange
  38056. finder
  38057. finder
  38058. 7.1.3
  38059. finderdragpro
  38060. finderdragpro
  38061. finderdragpro
  38062. finderdragpro
  38063. specification
  38064. speech
  38065. speech
  38066. recognition
  38067. spinning
  38068. spinning
  38069. cursors
  38070. splice
  38071. spooler
  38072. sprite
  38073. sprite
  38074. toolbox
  38075. spriteworld
  38076. sprocket
  38077. sprockets
  38078. srccopy
  38079. srcxor
  38080. stack
  38081. stacks
  38082. standard
  38083. standard
  38084. standard
  38085. standardfile
  38086. choose
  38087. folder
  38088. standardfile
  38089. standards
  38090. standards
  38091. based
  38092. starmax
  38093. state
  38094. statements
  38095. status
  38096. html_
  38097. htmlrenderinglib
  38098. htmlsample
  38099. htmlsample
  38100. application
  38101. illustrating
  38102. hybrid
  38103. hypercardn
  38104. hyperdam
  38105. hypertalk
  38106. hypertext`
  38107. ports
  38108. built-in
  38109. devices
  38110. ibook
  38111. icon_
  38112. icon's
  38113. icons
  38114. idea[
  38115. identify
  38116. identifying
  38117. transport
  38118. autopush
  38119. driver
  38120. transport
  38121. resource
  38122. codewarrior
  38123. ethern
  38124. transport
  38125. debug
  38126. transport
  38127. kernel
  38128. strlog
  38129. debug
  38130. streams
  38131. otstreaml
  38132. transport
  38133. appletalk
  38134. rawmode
  38135. nbplookup
  38136. otlookup
  38137. transport
  38138. mapper
  38139. mapperref
  38140. otlookupnametest
  38141. transport
  38142. netstat
  38143. display
  38144. cache
  38145. logical
  38146. physic
  38147. transport
  38148. no-copy
  38149. receives
  38150. otbuffer
  38151. otbufferinfo
  38152. nocopy
  38153. transport
  38154. rawip
  38155. otpingsample
  38156. transport
  38157. traceroute
  38158. rawip
  38159. ottraceroutesamp
  38160. transport
  38161. otgetendpointinfo
  38162. tendpointinfo
  38163. etsda
  38164. transport
  38165. otlifo
  38166. otfifo
  38167. otlink
  38168. linked
  38169. transport
  38170. otoptionmanagment
  38171. option
  38172. management
  38173. getsetopt
  38174. transport
  38175. registry
  38176. otgetindexedport
  38177. transport
  38178. serial
  38179. registry
  38180. otgetuserportnamefro
  38181. transport
  38182. server
  38183. tilisten
  38184. notifiers
  38185. listen/accept
  38186. hando
  38187. ottcpwilldial
  38188.  1.4.6f4
  38189. 68810X
  38190. Mar OO^
  38191. RLDisk 1
  38192. --set theItem to choose file -- uncomment to test in an AS editor
  38193.     tell application "Finder"
  38194.         open item "Dev.CD Mar OO RLDisk 1:Interactive Media Resources:"
  38195.         activate
  38196.     end tell
  38197. on error errMsg number errNum
  38198.     --enter statements to perform when no records are found such as...
  38199.     display dialog "Sorry, the item you selected could not be found."
  38200.     return
  38201. end try
  38202. Deletedf audio
  38203. compression
  38204. playback
  38205. codecq
  38206. Dev.CD Mar OO RLDisk 1
  38207. All Packages
  38208. New & RevisedF
  38209. New NewGWorld
  38210.     nd such as...
  38211.     display dialog "Sorry, the item you selected could not be found."
  38212.     return
  38213. end try
  38214. e    No Changef+SimpleText
  38215. script
  38216. print
  38217. scriptable printingq
  38218. Dev.CD Nov 00 TC Disk 2
  38219. All Packages
  38220. ScriptableStuffItEngine
  38221. 66003X
  38222. qtsprites
  38223. qtsprites
  38224. qtsprites
  38225. qtsprites
  38226. query
  38227. quick
  38228. quick
  38229. start
  38230. quicksort
  38231. quicksort
  38232. rsize
  38233. foldersize
  38234. fontmaster
  38235. fontmaster
  38236. fontsync
  38237. resedit
  38238. formatasdos
  38239. formatasdos
  38240. formatasdosdisk
  38241. formatasdosdisk
  38242. formatasdosdisk
  38243. formatincludes
  38244. formatnum
  38245. formatnum
  38246. formats
  38247. formatter
  38248. fortune
  38249. fortune
  38250. foundation
  38251. fragment
  38252. fragment
  38253. fragment
  38254. fragments
  38255. fragments
  38256. fragmentstuff
  38257. fragmentstuff
  38258. fragmenttool
  38259. fragmenttool
  38260. fragmenttool
  38261. fragmenttool
  38262. framework
  38263. --set theItem to choose file -- uncomment to test in an AS editor
  38264.     tell application "Finder"
  38265.         open item "Dev.CD Apr 94
  38266. Dev.CD Jan 94
  38267. Dev.CD Oct 93
  38268. Dev.CD Jul 93
  38269. Dev.CD Apr 93"
  38270.         activate
  38271.     end tell
  38272. on error errMsg number errNum
  38273.     --enter statements to perform when no records are found such as...
  38274.     display dialog "Sorry, the item you selected could not be found."
  38275.     return
  38276. end try
  38277. payoff
  38278. pci-based
  38279. pci-pci
  38280. pci-the{
  38281. pcmcia
  38282. peering
  38283. pending
  38284. penetrate
  38285. pentiumZ
  38286. people[
  38287. percentage
  38288. perfectly
  38289. performf
  38290. rding your company and the products develop
  38291. discover
  38292. discovered
  38293. discovering
  38294. discrete
  38295. discs
  38296. discuss
  38297. discussed
  38298. discusses
  38299. discussion
  38300. discussions
  38301.    activate
  38302.     end tell
  38303. on error errMsg number errNum
  38304.     --enter statements to perform when no records are found such as...
  38305.     display dialog "Sorry, the item you selected could not be found."
  38306.     return
  38307. end try
  38308. Deletedq
  38309. Dev.CD Sep 96 RL
  38310. All Packages
  38311. develop Issue 20
  38312. 66833X
  38313. ference
  38314. ResEdit Reference 2.1K
  38315. Vol IIIL
  38316. Nov 94MnResEdit works on any Macintosh system with at least one megabyte of memory. It requires System 6.0.2 or later.OEDev.CD Nov 00 TC Disk 1:Tool Chest:Developer Utilities:ResEdit 2.1.3:PMDev.CD Nov 00 TC Disk 1
  38317.  - Tool Chest
  38318.  - Developer Utilities
  38319.  - ResEdit 2.1.3V
  38320. 65978X
  38321. Nov 00^    TC Disk 1
  38322. e    No Change
  38323. mousedocument
  38324. umousedocument
  38325. umouseinfo
  38326. umouseinfo
  38327. umouseinfo
  38328. umousetrackbehavior
  38329. This snippet shows the steps necessary to implement a scrolling, editable text field in a modal dialog.
  38330. Modeless Dialog Sample:  A sample application showing how to implement a modeless dialog  with a couple of controls. Compiles with the PowerPC Universal interfaces for both 68K and PowerPC applications, which you can get from a Developer CD or AppleLink.
  38331. MovableModal:  A small sample showing one way of implementing Movable Modal dialogs in a 7.0 or later application.
  38332. NoResDialog:  OK,
  38333.  so despite all your planning, you still think you may need to create dialogs on the fly , without having any resource templates available for the DITL. This small sample creates a dialog with an OK button witha border around it, all with in-memory data structures. Just look at the function NoResDialog(...), and you'll see.
  38334. NoSound:  This small app, placed in your Startup Items folder,  quiets the startup sound by installing a Shutdown procedure that saves the current volume setting and s
  38335. Dev.CD Jul 93
  38336. Dev.CD Apr 93P
  38337. Dev.CD Jul 93
  38338. Dev.CD Apr 9V
  38339. 69168X
  38340. Jul 93
  38341. p--set theItem to choose file -- uncomment to test in an AS editor
  38342.     tell application "Finder"
  38343.         open item "Dev.CD Jul 93
  38344. Dev.CD Apr 93"
  38345.         activate
  38346.     end tell
  38347. on error errMsg number errNum
  38348.     --enter statements to perform when no records are found such as...
  38349.     display dialog "Sorry, the item you selected could not be found."
  38350.     return
  38351. end try
  38352. All Packages
  38353. F    QuickTimeO
  38354. Dev.CD Jul 93P
  38355. Dev.CD Jul 9V
  38356. 69169X
  38357. Jul 93
  38358. b--set theItem to choose file -- uncomment to test in an AS editor
  38359.     tell application "Finder"
  38360.         open item "Dev.CD Jul 93"
  38361.         activate
  38362.     end tell
  38363. on error errMsg number errNum
  38364.     --enter statements to perform when no records are found such as...
  38365.     display dialog "Sorry, the item you selected could not be found."
  38366.     return
  38367. end try
  38368. All Packages
  38369. F    QuickTimeO
  38370. Dev.CD Jul 93
  38371. Dev.CD Apr 93V
  38372. 69170X
  38373. G4.pdfnge
  38374. hN#Installer, file lock bit, LockFile
  38375.  uncomment to test in an AS editor
  38376.     tell application "Finder"
  38377.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:KeyMapTest:"
  38378.         activate
  38379.     end tell
  38380. on error errMsg number errNum
  38381.     --enter statements to perform when no records are found such as...
  38382.     display dialog "Sorry, the item you selected could not be found."
  38383.     return
  38384. end try
  38385. me using one of the following mechanisms (e-mail is highly recommended):
  38386. -   AppleLink:  GONZALEZ3
  38387. -   Internet:   gonzalez3@applelink.apple.com
  38388. -   Fax:        (408) 974-9456
  38389. Yes, this will take a couple of minutes, but your feedback is very important and will help us understand more your needs and provide you with better tools to develop your applications. Please, do not leave this for tomorrow (unless you are in the process of shipping today your latest MacApp-based product!). This information is needed ASAP.
  38390. Thanks for your feedback.
  38391. Regards,
  38392. Ricardo G
  38393. aMac OS 8, Mac OS, Inside Mac, Control Manager, controls, human interface, Mac OS 8.5, proportional scroll box, smart scrolling, scroll bars, Dialog Manager, dialog, dialog box, human interface, Mac OS 8.5, timeout, Menu Manager, menu, human interface, Mac OS 8.5, menu bar, menu item, guidelines, style, terminology, usage, writing, legacy documentation
  38394. delivered
  38395. delivers
  38396. delivery
  38397. delta{
  38398. demanding
  38399. demands
  38400. manual
  38401. drawing
  38402. resources
  38403. demonstates
  38404. demonstation
  38405. demonstrateb
  38406. palette to a GWorld is permitted, doing so does not change the GWorld
  38407. s color table.  The solution is to make a palette from the color table ( or the color table from a palette) and to use that color table to create or update the GWorld. After then doing a SetGWorld you can either draw with Index2Color and RGBForeColor, or you can set the palette to the GWorld and draw with PmForeColor. These techniques are shown in the procedures createRGBForeColorImage and createPmForeColorImage in PaletC
  38408. te and GWorld.c.
  38409. J|CarbonPrefix.h
  38410. CarbonRes.rsrc
  38411. Palette and GWorld.c
  38412. Palette and GWorld.rsrc
  38413. PaletteAndGWorld(PPC)
  38414. PaletteAndGWorld.mcp
  38415. ReadMeL
  38416. Nov 00M
  38417. Color QuickDraw, CarbonLibN
  38418. palette, GWorld, Index2Color, RGBForeColor, PmForeColor, GetCTable, NewPalette, GetMainDevice, NSetPalette, pmTable, ctSeed, GetGWorldPixMap, CarbonOCDev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Palette and GWorld:PKDev.CD Nov 00 TC Disk 1
  38419.  - Sample Code
  38420.  - Graphics 2D
  38421.  - Palette and GWorldW
  38422. quite
  38423. OCDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:MDIPlayer.win:PNDev.CD Nov 00 TC Disk 2
  38424.  - Sample Code
  38425.  - QuickTime
  38426.  - Basics
  38427.  - MDIPlayer.winV
  38428. 68736X
  38429. Nov 00^    TC Disk 2
  38430. --set theItem to choose file -- uncomment to test in an AS editor
  38431.     tell application "Finder"
  38432.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:MDIPlayer.win:"
  38433.         activate
  38434.     end tell
  38435. on error errMsg number errNum
  38436.     --enter statements to perform when no records are found such as...
  38437.     display dialog "Sorry, the item you selected could not be found."
  38438.     return
  38439. end try
  38440. e    No Changeq
  38441. Dev.CD Nov 00 TC Disk 2
  38442. All Packages
  38443. MegaMovies 1.6.2
  38444. 68737X
  38445. ETSDA, OTEndpointInfoO>Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTEndpointInfo:PFDev.CD Nov 00 TC Disk 1
  38446.  - Sample Code
  38447.  - Networking
  38448.  - OTEndpointInfoV
  38449. 65594X
  38450. Nov 00^    TC Disk 1
  38451. e    No Change
  38452. All Packages
  38453. PPC EnablerO
  38454. Dev.CD Jul 95P
  38455. Dev.CD Jul 9V
  38456. 68941X
  38457. Jul 95
  38458. b--set theItem to choose file -- uncomment to test in an AS editor
  38459.     tell application "Finder"
  38460.         open item "Dev.CD Jul 95"
  38461.         activate
  38462.     end tell
  38463. on error errMsg number errNum
  38464.     --enter statements to perform when no records are found such as...
  38465.     display dialog "Sorry, the item you selected could not be found."
  38466.     return
  38467. end try
  38468. All Packages
  38469. PPC EnablerO
  38470. Dev.CD Jul 95P
  38471. Dev.CD Jul 9V
  38472. 68942X
  38473. Jul 95
  38474. b--set theItem to choose file -- uncomment to test in an AS editor
  38475.     tell application "Finder"
  38476.         open item "Dev.CD Jul 95"
  38477.         activate
  38478.     end tell
  38479. on error errMsg number errNum
  38480.     --enter statements to perform when no records are found such as...
  38481.     display dialog "Sorry, the item you selected could not be found."
  38482.     return
  38483. end try
  38484. All Packages
  38485. PPC EnablerO
  38486. Dev.CD Jul 95P
  38487. Dev.CD Jul 9V
  38488. 68943X
  38489. Jul 95
  38490.  Strategy M
  38491. morley
  38492. morphemes
  38493. mosaic{
  38494. mostW
  38495. mostly
  38496. mounted/re-mounted
  38497. mounting
  38498. mountprojector
  38499. mounts
  38500. mountserver
  38501. mouse
  38502. mousedrag
  38503. mouseresponders
  38504. movable
  38505. move{
  38506. moveable
  38507. moveablemodal
  38508. moveablemodal
  38509. source
  38510. sample
  38511. illustrating
  38512. moved
  38513. movement
  38514. moves
  38515. movewindow
  38516. movieY
  38517. movie's
  38518. moviebrowser
  38519. moviecontroller
  38520. e    No Changef/Chooser
  38521. Chooser package
  38522. printer driver
  38523. PACKman
  38524. Dev.CD Nov 00 TC Disk 1
  38525. All Packages
  38526. New & RevisedF
  38527. Palette and GWorld
  38528. This sample demonstrates the use of palette and color tables with GWorlds.  It has been updated for Carbon.
  38529. This app copies from two offscreen GWorlds into the left and right halves of the window. The contents of the GWorlds are vertical lines that show all the entries in the color tables associated with the GWorlds. The GWorlds were created as described below.  One commonly asked question is how to use a palette when drawing into a GWorld. The trick is understanding that while setting a rrNum
  38530.     --enter statements to perform when no records are found such as...
  38531.     display dialog "Sorry, the item you selected could not be found."
  38532.     return
  38533. end try
  38534. e    No Changef
  38535. Carbon
  38536. CarbonLibo
  38537. http://developer.apple.com/sdkitem you selected could not be found."
  38538.     return
  38539. end try
  38540. All Packages
  38541. System 7.5 Update 2.0V
  38542. 66191X
  38543. Dev.CD Apr 95
  38544. Dev.CD Jan 9V
  38545. 69089X
  38546. Apr 95
  38547. p--set theItem to choose file -- uncomment to test in an AS editor
  38548.     tell application "Finder"
  38549.         open item "Dev.CD Apr 95
  38550. Dev.CD Jan 95"
  38551.         activate
  38552.     end tell
  38553. on error errMsg number errNum
  38554.     --enter statements to perform when no records are found such as...
  38555.     display dialog "Sorry, the item you selected could not be found."
  38556.     return
  38557. end try
  38558. All Packages
  38559. QuickDraw GXO
  38560. Dev.CD Apr 95
  38561. Dev.CD Jan 95P
  38562. Dev.CD Apr 95
  38563. Dev.CD Jan 9V
  38564. 69090X
  38565. Apr 95
  38566. p--set theItem to choose file -- uncomment to test in an AS editor
  38567.     tell application "Finder"
  38568.         open item "Dev.CD Apr 95
  38569. Dev.CD Jan 95"
  38570.         activate
  38571.     end tell
  38572. on error errMsg number errNum
  38573.     --enter statements to perform when no records are found such as...
  38574.     display dialog "Sorry, the item you selected could not be found."
  38575.     return
  38576. end try
  38577. All Packages
  38578. QuickDraw GXO
  38579. Dev.CD Apr 95P
  38580. Dev.CD Apr 9V
  38581. 69091X
  38582. smallest
  38583. smart
  38584. shots
  38585. snazzy
  38586. sndplaydoublebuffer
  38587. sndplaydoublebufferc
  38588. snippet
  38589. snippet
  38590. demonstrate
  38591. system
  38592. utilitie
  38593. snippet
  38594. demonstrate
  38595. system
  38596. popup
  38597. control
  38598. snippets
  38599. snively
  38600. society
  38601. softwareP
  38602. Nov 00MBWindows 95/98/NT/2000 or later, QuickTime for Windows 3.0 or laterN@QuickTime, Graphics Importer, Movie importer, Image DecompressorOVDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Importers and Exporters:ImporterWin.win:PaDev.CD Nov 00 TC Disk 2
  38603.  - Sample Code
  38604.  - QuickTime
  38605.  - Importers and Exporters
  38606.  - ImporterWin.winV
  38607. 68615X
  38608. Nov 00^    TC Disk 2b
  38609. --set theItem to choose file -- uncomment to test in an AS editor
  38610.     tell application "Finder"
  38611.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Importers and Exporters:ImporterWin.win:"
  38612.         activate
  38613.     end tell
  38614. on error errMsg number errNum
  38615.     --enter statements to perform when no records are found such as...
  38616.     display dialog "Sorry, the item you selected could not be found."
  38617.     return
  38618. end try
  38619. New Packagef=QuickTime
  38620. Graphics Importer
  38621. Movie importer
  38622. Image Decompressoro&http://developer.apple.com/samplecode/q
  38623. Dev.CD Nov 00 TC Disk 2
  38624. All Packages
  38625. ImportExportV
  38626. 68616X
  38627. 6OJDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:PlayTune:PUDev.CD Nov 00 TC Disk 2
  38628.  - Sample Code
  38629.  - QuickTime
  38630.  - QuickTime for Java
  38631.  - PlayTuneV
  38632. 68893X
  38633. Nov 00^    TC Disk 2
  38634. --set theItem to choose file -- uncomment to test in an AS editor
  38635.     tell application "Finder"
  38636.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:PlayTune:"
  38637.         activate
  38638.     end tell
  38639. on error errMsg number errNum
  38640.     --enter statements to perform when no records are found such as...
  38641.     display dialog "Sorry, the item you selected could not be found."
  38642.     return
  38643. end try
  38644. e    No Changef
  38645. QuickTime
  38646. Dev.CD Nov 00 TC Disk 2
  38647. All Packages
  38648. PopupFuncs 2.6.1
  38649. 68894X
  38650. hyperdam
  38651. hypertalk
  38652. hypertext`
  38653. 69321X
  38654. Nov 99^
  38655. r--set theItem to choose file -- uncomment to test in an AS editor
  38656.     tell application "Finder"
  38657.         open item "Dev.CD Nov 99 TC:Sample Code:"
  38658.         activate
  38659.     end tell
  38660. on error errMsg number errNum
  38661.     --enter statements to perform when no records are found such as...
  38662.     display dialog "Sorry, the item you selected could not be found."
  38663.     return
  38664. end try
  38665. Deletedq
  38666. Dev.CD Nov 99 TC
  38667. D!All Packages
  38668. Tool Chest Edition
  38669. nguages
  38670. (** = new, * = revised)
  38671. AEGestalt:  AEGestalt is a MacApp application which shows how to make use of the built in Apple events support.
  38672. Bits o' MacApp Code:  A few MacApp snippets: Windows Menu,a view that stays centered in its superview,  TTextListView, TTextGridView, a Light Gray Adorner, and more.
  38673. Dialogs:  This MacApp sample shows how TextEdit views are enabled/disabled, in this case with radio buttons.
  38674. DTSCPlusLibrary:  This folder is chock full of useful C++ samples (80+ files!),les (80+ files!),
  38675. All Packages
  38676. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  38677. Dev.CD Jan 94
  38678. Dev.CD Oct 93
  38679. Dev.CD Jul 93
  38680. Dev.CD Apr 93PDDev.CD Apr 94
  38681. Dev.CD Jan 94
  38682. Dev.CD Oct 93
  38683. Dev.CD Jul 93
  38684. Dev.CD Apr 9V
  38685. 69670X
  38686. Apr 94
  38687. --set theItem to choose file -- uncomment to test in an AS editor
  38688.     tell application "Finder"
  38689.         open item "Dev.CD Apr 94
  38690. Dev.CD Jan 94
  38691. Dev.CD Oct 93
  38692. Dev.CD Jul 93
  38693. Dev.CD Apr 93"
  38694.         activate
  38695.     end tell
  38696. on error errMsg number errNum
  38697.     --enter statements to perform when no records are found such as...
  38698.     display dialog "Sorry, the item you selected could not be found."
  38699.     return
  38700. end try
  38701. All Packages
  38702. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  38703. Dev.CD Jan 94
  38704. Dev.CD Oct 93
  38705. Dev.CD Jul 93
  38706. Dev.CD Apr 93PDDev.CD Apr 94
  38707. Dev.CD Jan 94
  38708. Dev.CD Oct 93
  38709. Dev.CD Jul 93
  38710. Dev.CD Apr 9V
  38711. 69671X
  38712. Apr 94
  38713.  which you, the MacApp developers, have requested for months or years.
  38714. Install MacApp R13U5K
  38715. Apr 00L
  38716. Apr 00
  38717. 5447X
  38718. Deleted
  38719. Summary: Localization for Japan provides an overview of what is needed to successfully introduce a software product in the Japanese market.
  38720. Features: Targeting an audience ranging from product managers to  software developers, this book tells you the important issues to consider when designing or modifying a domestic software package for distribution in Japan.  It also provides information on subjects including document translation and  establishing business partners in Japan.
  38721. Localization for JapanK
  38722. Aug 92M
  38723. Adobe Acrobat ReaderO&Dev.CD May 98 TC:Programs & Marketing:P(Dev.CD May 98 TC
  38724.  - Programs & Marketingne effective marketing techniques, and much more. What you
  38725. ll end up with is a killer content plan that doubles as a course of action for your product and your business.
  38726. JTKiller Content.pdf
  38727. Part I PDF Links
  38728. Part II PDF Links
  38729. Part III PDF Links
  38730. sound filesK
  38731. Jan 98election tool
  38732. Carbonq
  38733. Dev.CD Nov 00 TC Disk 1
  38734. All Packages
  38735. 62249X
  38736. f--set theItem to choose file -- uncomment to test in an AS editor
  38737.     tell application "Finder"
  38738.         open item "Dev.CD Jun 97 SSW"
  38739.         activate
  38740.     end tell
  38741. on error errMsg number errNum
  38742.     --enter statements to perform when no records are found such as...
  38743.     display dialog "Sorry, the item you selected could not be found."
  38744.     return
  38745. end try
  38746. disable
  38747. disable
  38748. disabled
  38749. disassembler
  38750. disassembly
  38751. device
  38752. driver
  38753. drivers
  38754. ld not be found."
  38755.     return
  38756. end try
  38757. All Packages
  38758. System Enabler 003 (LC III)OEDev.CD Apr 94
  38759. Dev.CD Jan 94
  38760. Dev.CD Oct 93
  38761. Dev.CD Jul 93
  38762. Dev.CD Apr 93PDDev.CD Apr 94
  38763. Dev.CD Jan 94
  38764. Dev.CD Oct 93
  38765. Dev.CD Jul 93
  38766. Dev.CD Apr 9V
  38767. 64612X
  38768. Apr 94
  38769. makefiles
  38770. romaja
  38771. roman
  38772. romanized
  38773. romresourcedump
  38774. rosenberg
  38775. rotate
  38776. rotatebegin/end
  38777. rotated
  38778. rotatedbitmap
  38779. rotates
  38780. rotatestring
  38781. rotating
  38782. rotation
  38783. roughly
  38784. round
  38785. rounded
  38786. rounded-corner
  38787. roundup{
  38788. routej
  38789. router
  38790. routers
  38791. routines
  38792. routine
  38793. colorize
  38794. pixmap
  38795. dialog
  38796. routinedescriptor
  38797. routinesV
  38798. routingj
  38799. rowbytes
  38800. rubber
  38801. rubber-banding
  38802. DragWindowGrid- a sample showing how to write a function to drag a window around on the screen so that it can only be released along grid lines.  No patches, no hooking into drag procs, nothing fancy. This just tracks an XOR frame around the screen similar to how the Window Manager behaves, and when you let go in a different spot MoveWindow moves the window to the right place.
  38803. DrawCode.c has the DragWindowGrid routine in it.  You can change the kIncrement constant to change the size of thB
  38804. e grid rects.
  38805. JSApplication.c
  38806. DragWindowGrid(PPC)
  38807. DragWindowGrid.mcp
  38808. DragWindowGrid.rsrc
  38809. DrawCode.cN(grid, window, MoveWindow, Window ManagerOKDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:DragWindowGrid:PSDev.CD Nov 00 TC Disk 1
  38810.  - Sample Code
  38811.  - Human Interface Toolbox
  38812.  - DragWindowGrid
  38813. Apr 95
  38814. b--set theItem to choose file -- uncomment to test in an AS editor
  38815.     tell application "Finder"
  38816.         open item "Dev.CD Apr 95"
  38817.         activate
  38818.     end tell
  38819. on error errMsg number errNum
  38820.     --enter statements to perform when no records are found such as...
  38821.     display dialog "Sorry, the item you selected could not be found."
  38822.     return
  38823. end try
  38824. All Packages
  38825. QuickDraw GXO
  38826. Dev.CD Apr 95P
  38827. Dev.CD Apr 9V
  38828. 69092X
  38829. Apr 95
  38830. b--set theItem to choose file -- uncomment to test in an AS editor
  38831.     tell application "Finder"
  38832.         open item "Dev.CD Apr 95"
  38833.         activate
  38834.     end tell
  38835. on error errMsg number errNum
  38836.     --enter statements to perform when no records are found such as...
  38837.     display dialog "Sorry, the item you selected could not be found."
  38838.     return
  38839. end try
  38840. All Packages
  38841. QuickDraw GXO
  38842. Dev.CD Aug 93P
  38843. Dev.CD Aug 9V
  38844. 69093X
  38845. Aug 93
  38846. loading
  38847. loadscrap
  38848. locales
  38849. localization
  38850. localized
  38851. location
  38852. location
  38853. configuration
  38854. setting
  38855. preference
  38856. switch
  38857. module
  38858. lockfile
  38859. logical
  38860. double
  38861. codewarrior
  38862. mathlib
  38863. double
  38864. doubles
  38865. lproj
  38866. lurkers
  38867. lurkers
  38868. projector
  38869. human
  38870. interface
  38871. guidelines
  38872. inside
  38873. control
  38874. manager
  38875. controls
  38876. human
  38877. runtime
  38878. architecture
  38879. macapp]
  38880. macapp
  38881. adorner
  38882. lightgrayadorner
  38883. light
  38884. adorner
  38885. macapp
  38886. behavior
  38887. mouseinfo
  38888. macapp
  38889. enable
  38890. disable
  38891. viewenable
  38892. tedittext
  38893. macapp
  38894. exception
  38895. ufailure
  38896. signals
  38897. macapp
  38898. framework
  38899. object-oriented
  38900. management
  38901. Dev.CD Apr 95
  38902. Dev.CD Jan 95P
  38903. Dev.CD Apr 95
  38904. Dev.CD Jan 9V
  38905. 69075X
  38906. Apr 95
  38907. p--set theItem to choose file -- uncomment to test in an AS editor
  38908.     tell application "Finder"
  38909.         open item "Dev.CD Apr 95
  38910. Dev.CD Jan 95"
  38911.         activate
  38912.     end tell
  38913. on error errMsg number errNum
  38914.     --enter statements to perform when no records are found such as...
  38915.     display dialog "Sorry, the item you selected could not be found."
  38916.     return
  38917. end try
  38918. All Packages
  38919. QuickDraw GXO
  38920. Dev.CD Apr 95
  38921. Dev.CD Jan 95P
  38922. Dev.CD Apr 95
  38923. Dev.CD Jan 9V
  38924. 69076X
  38925. Apr 95
  38926. p--set theItem to choose file -- uncomment to test in an AS editor
  38927.     tell application "Finder"
  38928.         open item "Dev.CD Apr 95
  38929. Dev.CD Jan 95"
  38930.         activate
  38931.     end tell
  38932. on error errMsg number errNum
  38933.     --enter statements to perform when no records are found such as...
  38934.     display dialog "Sorry, the item you selected could not be found."
  38935.     return
  38936. end try
  38937. All Packages
  38938. QuickDraw GXV
  38939. 69077X
  38940. All Packages
  38941. F)System Enabler 131 (PB 160/165c/180/180c)O)Dev.CD Apr 94
  38942. Dev.CD Jan 94
  38943. Dev.CD Oct 93P(Dev.CD Apr 94
  38944. Dev.CD Jan 94
  38945. Dev.CD Oct 9V
  38946. 69596X
  38947. Apr 94
  38948. ~--set theItem to choose file -- uncomment to test in an AS editor
  38949.     tell application "Finder"
  38950.         open item "Dev.CD Apr 94
  38951. Dev.CD Jan 94
  38952. Dev.CD Oct 93"
  38953.         activate
  38954.     end tell
  38955. on error errMsg number errNum
  38956.     --enter statements to perform when no records are found such as...
  38957.     display dialog "Sorry, the item you selected could not be found."
  38958.     return
  38959. end try
  38960. All Packages
  38961. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  38962. Dev.CD Jan 94
  38963. Dev.CD Oct 93
  38964. Dev.CD Jul 93P6Dev.CD Apr 94
  38965. Dev.CD Jan 94
  38966. Dev.CD Oct 93
  38967. Dev.CD Jul 9V
  38968. 69597X
  38969. Apr 94
  38970. keycodes
  38971. keycodesflag
  38972. keymap
  38973. keymaptest
  38974. keymenu
  38975. keysv
  38976. b--set theItem to choose file -- uncomment to test in an AS editor
  38977.     tell application "Finder"
  38978.         open item "Dev.CD Apr 95"
  38979.         activate
  38980.     end tell
  38981. on error errMsg number errNum
  38982.     --enter statements to perform when no records are found such as...
  38983.     display dialog "Sorry, the item you selected could not be found."
  38984.     return
  38985. end try
  38986.  display dialog "Sorry, the item you selected could not be found."
  38987.     return
  38988. end try
  38989. e    No Changef
  38990. International
  38991. Glossariesq
  38992. Dev.CD Nov 00 TC Disk 1
  38993. ED!All Packages
  38994. Mac OS SDK Edition
  38995. Apple Location Manager
  38996. hApple Location Manager allows users to switch groups of settings all at the same time in one step (such as when moving from location to location). This SDK contains a complete Location Manager Module with source, and documentation on other ways developers can integrate ALM support into their products.
  38997. Contains a new version of ALM (2.0.1) for developer use.
  38998. 66641X
  38999. 1e    No Change
  39000. 68518X
  39001. Nov 00^    TC Disk 1
  39002. --set theItem to choose file -- uncomment to test in an AS editor
  39003.     tell application "Finder"
  39004.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:DTS MPW Goodies:"
  39005.         activate
  39006.     end tell
  39007. on error errMsg number errNum
  39008.     --enter statements to perform when no records are found such as...
  39009.     display dialog "Sorry, the item you selected could not be found."
  39010.     return
  39011. end try
  39012. e    No Changeq
  39013. Dev.CD Nov 00 TC Disk 1
  39014. All Packages
  39015. DTS.UtilitiesI>DTS.Utilities is a collection of utilities for DTS Sample codeJ]DTS.Utilities.mcp
  39016. DTS.UtilitiesLib(PPC)
  39017. Utilities.c
  39018. Utilities.h
  39019. Utilities.r
  39020. UtilitiesCommon.hK
  39021. Jun 95L
  39022. Nov 95N
  39023. Utilities, abs, PStrCopy, TopLeft, BotRight, SETPT, SETRECT, BTstBool, BTstQ, CenterWindow, CenterRectInRect, GetRectDevice, GetRectDeviceRect, GetWindowDevice, GetWindowDeviceRect, PStrConcat, ZoomToWindowDevice, DTS.Utilities:
  39024. This example demonstrates how to script your Java Application using
  39025. AppleScript. Functionality mimics the old black billiard ball that you
  39026. asked a fortune and then shook vigorously in order to receive a cryptic
  39027. reply.
  39028. To submit your question to the "Magic Oracle", type your yes or no
  39029. question in the text field and click the "Ask Oracle" button, press
  39030. return or enter, or grab the ball with your mouse and shake it around
  39031. the screen.
  39032. This sample demonstrates:
  39033.  Adding basic scriptability sB
  39034. upport to your Java application
  39035.  How to create a bean info to enhance the automatically generated 'aete' created by the introspector
  39036.  How to script your java application using the Scriptable Text Editor
  39037. BufferedDrawer.java
  39038. BufferedImage.java
  39039. Fortune.java
  39040. images
  39041. Magic Oracle
  39042. Magic Oracle readme
  39043. Magic Oracle.
  39044. Magic Script
  39045. MagicOracle.jar
  39046. MainFrame.java
  39047. MainFrameBeanInfo.java
  39048. resources
  39049. Util.javaO6Dev.CD Nov 00 TC Disk 1:Sample Code:Java:Magic Oracle:ortional
  39050. mouse moved.
  39051. Wake100 is a sample INIT which reads the wake up time in a PowerBook 100 and old Portable. If the wake up date has elapsed then a day gets added to it so that the machine wakes up at the same time every day.J)Wake100
  39052. Wake100.c
  39053. Wake100.make
  39054. WakeINIT.cM
  39055. Power ManagerN>Power Manager, sleep queue, SetWakeupTimer, PowerBook, Wake100OODev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Miscellaneous:Wake100:PZDev.CD Nov 00 TC Disk 1
  39056.  - Sample Code
  39057.  - Devices and Hardware
  39058.  - Miscellaneous
  39059.  - Wake100V
  39060. 69790X
  39061. Nov 00^    TC Disk 1
  39062. --set theItem to choose file -- uncomment to test in an AS editor
  39063.     tell application "Finder"
  39064.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Miscellaneous:Wake100:"
  39065.         activate
  39066.     end tell
  39067. on error errMsg number errNum
  39068.     --enter statements to perform when no records are found such as...
  39069.     display dialog "Sorry, the item you selected could not be found."
  39070.     return
  39071. end try
  39072. e    No Change
  39073. ulator
  39074. This update to Toolbox assistant includes the following QuickView databases:
  39075. NOTE:  We have released the databases below as standalone products, without an updated Routines A ... Z and Mgr. page.
  39076. Advanced Color Imaging Assistant: This set of three QuickView databases provide conceptual information for working with  color in your application, including sample code, as well as a reference to the Palette Manager, Color Picker Manager, ColorSync Manager, and Color Manager. Advanced Color Ima
  39077. ging Assistant has been revised for version 2.1 of the ColorSync Manager and includes hypertext links to new and revised material.
  39078. Apple Game Sprockets: This QuickView database includes the set of new APIs to make game programming for the Macintosh easy. The four sprockets documented in this QuickView database include SoundSprocket, DrawSprocket, InputSprocket, and NetSprocket. Some of the APIs for these sprockets are for new functionality and others make APIs that already existed in the 
  39079. Summary: A collection of MPW
  39080.  scripts and tools with a menu and commando interface to aid in authoring, executing and analyzing human interface tests.  Tests may be written as Virtual User (VU) or MPW scripts.
  39081. Features: Using HITEC, you have the ability to create new tests, execute and analyze existing tests and collect groups of tests into suites.  HITEC also provides various controls over the execution of tests and suites, such as setting a group of target systems on which to execute th
  39082. e tests, determining the CPU type of target system and making timing adjustments to best suit that system, and verifying that a system is still functional after the execution of previous tests. 
  39083. Hardware:  One controller system and at least one target system.  The controller system should have 1MB or more of RAM to run MPW 3.0 or higher.  The target system(s) should be a Macintosh Plus or higher.
  39084. Software:  (Controller) MPW 3.1 or higher and Virtual User 1.0 or higher.  (Target) Agent VU,
  39085.  SDKs
  39086. string
  39087. stringing
  39088. stringsf
  39089. stringservices
  39090. strip
  39091. stripped
  39092. stripunits
  39093. strlist
  39094. strlist
  39095. strlist
  39096. contain
  39097. routines
  39098. accessing
  39099. strlog
  39100. stroke
  39101. stroll
  39102. strong
  39103. stronger
  39104. strongest{
  39105. strongly
  39106. structglinfo
  39107. structs
  39108. structure
  39109. structured
  39110. structures
  39111. e using  a display much like a VCR peak-hold bar meter.
  39112. Speech Recognition sample: This sample, which uses Speech Recognition Manager, provides a flexible framework for basing other applications on this code.
  39113. SquareWave:  These snippets show how to use waveTableSynth and squareWaveSynth.
  39114. 'vox ' recording:  This application uses Q
  39115. tanding of how SpriteWorld works, or change areas you want to work differently. 
  39116. The SpriteWorld package including the source code, documentation, and sample code is wholly owned andCopyright 
  39117.  1995-2000 by Vern Jensen, Karl Bunker, and Anders Bj
  39118. rklund
  39119.     This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.
  39120.     Permission is granted to anyone to use this software for any p
  39121. urpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:
  39122.     1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.
  39123.     2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
  39124. 4e    No Changef@Color Picker
  39125. Colorize
  39126. CopyBits
  39127. foreground color
  39128. background colorq
  39129. Dev.CD Nov 00 TC Disk 1
  39130. 5D!All Packages
  39131. Mac OS SDK Edition
  39132. ColorPicker 2.1.1 SDKI
  39133. Color Picker 2.1.1 contains some minor bug fixes and a new ColorPickerLib for developers to use.
  39134. Features: No new features- only bug fixesJ
  39135. Color Picker SDK.sitK
  39136. Aug 97L
  39137. Jan 98N
  39138. Color Picker 2.1.1OADev.CD Oct 00 SDK1:Development Kits:Mac OS:ColorPicker 2.1.1 SDK:PIDev.CD Oct 00 SDK1
  39139.  - Development Kits
  39140.  - Mac OS
  39141.  - ColorPicker 2.1.1 SDKV
  39142. 68380X
  39143. Oct 00^
  39144. --set theItem to choose file -- uncomment to test in an AS editor
  39145.     tell application "Finder"
  39146.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:ColorPicker 2.1.1 SDK:"
  39147.         activate
  39148.     end tell
  39149. on error errMsg number errNum
  39150.     --enter statements to perform when no records are found such as...
  39151.     display dialog "Sorry, the item you selected could not be found."
  39152.     return
  39153. end try
  39154. e    No Changef
  39155. Color Picker 2.1.1q
  39156. Dev.CD Oct 00 SDK1
  39157. Summary:  MacODBC is the standard way for developers to write MacOS-based applications that communicate to databases using the Open DataBase Connectivity (ODBC) standard.  This folder contains the software development kit for MacODBC version 2.1.2 GM.  
  39158. Features:
  39159.  Cross-platform remote database access
  39160.  Wide range of third party drivers
  39161.  All major relational databases covered
  39162.  Many Mac OS databases also supported (Butler from Everyware Corp. , dTF from theta group and many more )
  39163. PleaB3se report bugs and problems to kodom@visigenic.com.
  39164. J\Documentation:
  39165. ODBC Install.image
  39166. ODBC Sample Bins.image
  39167. ODBC Tools.image
  39168. Readme - InstallerK
  39169. Sep 93L
  39170. Sep 96M
  39171. MacOS System 7.5NNODBC, MacODBC, Database, Connectivity, Drivers, Network, Middleware, VisigenicO5Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacODBC:P:Dev.CD Apr 98 SDK1
  39172.  - Development Kits (Disc 1)
  39173.  - MacODBCov 00 TC Disk 2:Sample Code:Platforms and Tools:MPW:Remove VMS Version Numbers:V
  39174. 62735X
  39175. 1e    No Change
  39176. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.N'QuickTime, VR, Framework, Shell, ViewerO=Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:QTShell:PHDev.CD Nov 00 TC Disk 2
  39177.  - Sample Code
  39178.  - QuickTime
  39179.  - Basics
  39180.  - QTShellV
  39181. 68996X
  39182. Nov 00^    TC Disk 2
  39183. --set theItem to choose file -- uncomment to test in an AS editor
  39184.     tell application "Finder"
  39185.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:QTShell:"
  39186.         activate
  39187.     end tell
  39188. on error errMsg number errNum
  39189.     --enter statements to perform when no records are found such as...
  39190.     display dialog "Sorry, the item you selected could not be found."
  39191.     return
  39192. end try
  39193. e    No Changef#QuickTime
  39194. Framework
  39195. Shell
  39196. Viewerq
  39197. Dev.CD Nov 00 TC Disk 2
  39198. All Packages
  39199. qtshortcutV
  39200. 68997X
  39201. items
  39202. useritems
  39203. --set theItem to choose file -- uncomment to test in an AS editor
  39204.     tell application "Finder"
  39205.         open item "Dev.CD Apr 94
  39206. Dev.CD Jan 94
  39207. Dev.CD Oct 93
  39208. Dev.CD Jul 93"
  39209.         activate
  39210.     end tell
  39211. on error errMsg number errNum
  39212.     --enter statements to perform when no records are found such as...
  39213.     display dialog "Sorry, the item you selected could not be found."
  39214.     return
  39215. end try
  39216.  return
  39217. end try
  39218. The results may surprise you.
  39219. CopybitsSpeedPalette:  This progra
  39220. m demostrates ways to increase copybits speed when using palettes.
  39221. CopyDeepMask:  This program demonstrates the use of CopyDeepMask using 2 PICTS (one a photograph and the other a triangular mask).  It uses 2 offscreen gworlds to hold the source and mask pixmaps. CopyDeepMask is then used to create the masked image and display it in the application window.  The source, mask, and destination rectangles are all the same size in order to avoid altering pixel sizes.
  39222. CopyMask:  Shows how Copy
  39223. ve    No Changef
  39224. MacApp
  39225. Text Dumpq
  39226. Dev.CD Nov 00 TC Disk 2
  39227. wD!All Packages
  39228. Mac OS SDK Edition
  39229. Text Encoding Converter 1.5
  39230. Text Encoding Converter allows you to convert text from one encoding to another, including Unicode. 
  39231. Features
  39232.  Improved booting and initialization, especially on localized systems.
  39233.  Improved locking tables for use at interrupt level.
  39234.  Caches common converter objects for performance.
  39235.  Added new API, UCGetCharProperty, for retrieving Unicode character properties.
  39236.  Added new option kUnicodeTextRunHeuristics for finer control over conversion involving runs of multiple character sets.
  39237. mixer
  39238. model
  39239. modes
  39240. moduleN
  39241. monitor
  39242. morpheme
  39243. mouse
  39244. mouse
  39245. moved
  39246. mouseevent
  39247. moved
  39248. movewindow
  39249. movie
  39250. movie
  39251. importer
  39252. audio
  39253. cwpro2@
  39254. d1a2@
  39255. daylight@
  39256. dcmds@
  39257. debabelizer
  39258. defaults@
  39259. desktopsprites
  39260. develop
  39261. issue
  39262. develop
  39263. issue
  39264. develop
  39265. issue
  39266. code@
  39267. info@
  39268. japanese@
  39269. survival
  39270. guide
  39271. macintosh@
  39272. macprefix
  39273. makefile@
  39274. memory@
  39275. audio
  39276. features
  39277. opp's@
  39278. popuptkl
  39279. programming
  39280. information
  39281. quickstart@
  39282. quit@
  39283. readme
  39284. readme
  39285. dcmd@
  39286. rfc1334
  39287. authentication@
  39288. sample
  39289. applescripts@
  39290. schedule@
  39291. sites@
  39292. systemfolder@
  39293. textchanger
  39294. 2.0.1@
  39295. transitions
  39296. themes@
  39297. validator
  39298. 1.11@
  39299. wprocasm
  39300. xcmds&xfcns@
  39301. a/rose
  39302. macintosh
  39303. coprocessor
  39304. platform
  39305. ethernet
  39306. powerp@
  39307. after
  39308. module
  39309. process
  39310. manager@
  39311. ractions\
  39312. iconpict
  39313. iconpict
  39314. icons
  39315. iconutil
  39316. iconutil
  39317. iconutil
  39318. iconutilcheck
  39319. iconutilcheck
  39320. iconutilcheck
  39321. iconutilcheck
  39322. iconutilspriv
  39323. iconutilspriv
  39324. iconwindow
  39325. iconwindow
  39326. iconwindow
  39327. ictbsample
  39328. ictbsample
  39329. ictbsample
  39330. ictbsample
  39331. ictbsample
  39332. ideas
  39333. ideas
  39334. opportunities
  39335. distributors/localiz
  39336. imaaudiortp
  39337. imadecom
  39338. imadecom
  39339. readme
  39340. imadecompression
  39341. imagex
  39342. imagecomp
  39343. imagecompositing
  39344. imagecompositing
  39345. imagecompressionutil
  39346. imagecompressionutil
  39347. imagecompressionutil
  39348. imagedecompressor
  39349. imagedecompressor68k
  39350. imagedecompressorppc
  39351. imagefile
  39352. imagefiledemo
  39353. imagefiledemo
  39354. imageproducing
  39355. imageproducing
  39356. restoredeviceclut
  39357. restoredeviceclut
  39358. getdevicelist
  39359. newpalette
  39360. setpalette
  39361. testde
  39362. retrievepictinfo
  39363. return
  39364. return
  39365. investment
  39366. business
  39367. processes
  39368. interactive
  39369. media
  39370. reverb
  39371. rgbbackcolor
  39372. rgbforecolor
  39373. rhapsody
  39374. rhapsody
  39375. yellow
  39376. openstep
  39377. rhapsody
  39378. pages
  39379. think
  39380. think
  39381. pascal
  39382. files
  39383. thisV
  39384. thooks
  39385. thooks
  39386. documentation
  39387. thooks
  39388. documentation
  39389. thread
  39390. thread
  39391. manager
  39392. thread
  39393. manager
  39394. 2.1.1d1
  39395. thread
  39396. manager
  39397. documentation
  39398. title
  39399. tlightgrayadorner
  39400. tlightgrayadorner
  39401. tlightgrayadorner
  39402. tmlrules
  39403. tmlrules
  39404. tn120
  39405. tn120
  39406. gworld
  39407. tn91testcode
  39408. tn91testcode
  39409. tn91testcode
  39410. tnetworkstream
  39411. tnetworkstream
  39412. tnetworkstream
  39413. --set theItem to choose file -- uncomment to test in an AS editor
  39414.     tell application "Finder"
  39415.         open item "Dev.CD Apr 94
  39416. Dev.CD Jan 94
  39417. Dev.CD Oct 93
  39418. Dev.CD Jul 93
  39419. Dev.CD Apr 93"
  39420.         activate
  39421.     end tell
  39422. on error errMsg number errNum
  39423.     --enter statements to perform when no records are found such as...
  39424.     display dialog "Sorry, the item you selected could not be found."
  39425.     return
  39426. end try
  39427. windo
  39428. oracle{
  39429. oracleeoadaptor
  39430. orchestra
  39431. order
  39432. organizational
  39433. organized
  39434. organizing
  39435. oriented
  39436. origin
  39437. original
  39438. originally
  39439. orphaning
  39440. ortiz
  39441.  this.
  39442. KillEveryOneButMe:  This thing shows you how to kill all the other applications running on a machine for demos, school situations, kiosks, etc. PLEASE don't abuse this.
  39443. Launch Me:  This code shows how to get one application to launch another application when there is not enough memory for both applications to be open at the same time.  It will not fragment memory like having a second application would.
  39444. LaunchWithDoc:  This is the smallest Launch application we could come up with;
  39445.  it launches an application with the 'odoc' (Open Documents) Apple event.
  39446. LaunchWithDoc2:  Document-launching sample program Loosely based on C.K. Haun's LaunchWithDoc. This snippet includes some very useful routines.
  39447. LaunchWithSize:  Will launch an application using a memory partition it sets rather than the one in the application's SIZE resource.  Patches Get1Resource to watch for the SIZE resource and then changes it so that LaunchApplication creates a different size memory partition 
  39448. japanese{
  39449. jasik's
  39450. javao
  39451. client
  39452. tutorial
  39453. java's
  39454. javadoc
  39455. javascript
  39456. jazzed-up
  39457. jbindery
  39458. jdirect
  39459. jdirecttalker
  39460. jdirecttalker
  39461. simple
  39462. example
  39463. apple's
  39464. jdkclasses
  39465. jensen
  39466. jgnefilter
  39467. jiggery-pokery
  39468. jmanager
  39469.  Token Ring driver version 2.5.2 for the TokenTalk NB Card
  39470.  Token Ring driver version 1.0.2 for the Token Ring 4/16 NB and Token Ring NB/c Card
  39471.  A/ROSE 1.2.1, for use in some token ring configurations
  39472. See the document "NSI 1.5.1 - Read Me First" for details.
  39473. Aug 92L
  39474. Jul 95
  39475. lD!All Packages
  39476. Mac OS SDK Edition
  39477. sample
  39478. application
  39479. wireZ
  39480. createmovie
  39481. createmovie
  39482. sample
  39483. application
  39484. demonstrates
  39485. createpmforecolorima
  39486. creatergbforecolorim
  39487. creates
  39488. creates
  39489. containing
  39490. txratio
  39491. opcod
  39492. creation
  39493. creative
  39494. creativity
  39495. creator
  39496. creator/file
  39497. crimes
  39498. critical[
  39499. critically
  39500. cropping
  39501. cross-industry
  39502. cross-platform{
  39503. crucial
  39504. cryptic
  39505. cryptographic
  39506. culture{
  39507. curbow
  39508. curious
  39509. current
  39510. Summary:  VersionEdit is a software development tool which automatically creates and updates product version information throughout the life of a software product.
  39511. As an alternative to using ResEdit or Rez, VersionEdit can be used to create and intelligently increment 'vers' type resources that adhere to Apple's version guidelines. VersionEdit also allows developers to encapsulate additional information about the product and their company within the application, making it available for us
  39512. e by other utilities.  See the file "About VersionEdit" for details.
  39513. Issues:  This is NOT AN APPLE PRODUCT. It is provided on an AS-IS basis. Apple is not responsible for any problems you may encounter in its use.  
  39514. Please direct correspondence regarding VersionEdit to:
  39515. Paul Cunningham
  39516. Teknosys, Inc.
  39517. 3923 Coconut Palm Drive, Suite 111
  39518. Tampa, FL  33619
  39519. America Online: TEKNOSYS
  39520. CompuServe:     75020,3540
  39521. eWorld:             TEKNOSYS
  39522. Internet:            teknosys@aol.com
  39523. Nov 95t
  39524. nd try
  39525. remoteT
  39526. remotelyB
  39527. removable
  39528. removal
  39529. remove
  39530. removed
  39531. removes
  39532. removevmsversionnumb
  39533. removing
  39534. rename
  39535. renamed
  39536. renames
  39537. renaming
  39538. renderer
  39539. renderer's
  39540. rendering
  39541. renders
  39542. renegade
  39543. renewed
  39544. reorganized
  39545. repeated
  39546. repeatedly
  39547. repertoire
  39548. replace
  39549. reported
  39550. reporter
  39551. reports
  39552. repositories
  39553. repository
  39554. represent
  39555. representation
  39556. representations
  39557. representative
  39558. represented
  39559. representing
  39560. represents
  39561. reprinting{
  39562. reproduce
  39563. reproduced
  39564. reproduction
  39565. request
  39566. 69038X
  39567. Oct 00^
  39568. --set theItem to choose file -- uncomment to test in an AS editor
  39569.     tell application "Finder"
  39570.         open item "Dev.CD Oct 00 SDK1:Development Kits:
  39571.  Obsolete/Unsupported:QuickDraw GX:"
  39572.         activate
  39573.     end tell
  39574. on error errMsg number errNum
  39575.     --enter statements to perform when no records are found such as...
  39576.     display dialog "Sorry, the item you selected could not be found."
  39577.     return
  39578. end try
  39579. e    No Changef
  39580. QuickDraw GX
  39581. Graphicsq
  39582. Dev.CD Oct 00 SDK1
  39583. All Packages
  39584. QuickDraw GXO Dev.CD Jan 96 SDK1
  39585. Dev.CD Jul 95P
  39586. Dev.CD Jan 96 SDK1
  39587. Dev.CD Jul 9V
  39588. 69039X
  39589. Jan 96
  39590. u--set theItem to choose file -- uncomment to test in an AS editor
  39591.     tell application "Finder"
  39592.         open item "Dev.CD Jan 96 SDK1
  39593. Dev.CD Jul 95"
  39594.         activate
  39595.     end tell
  39596. on error errMsg number errNum
  39597.     --enter statements to perform when no records are found such as...
  39598.     display dialog "Sorry, the item you selected could not be found."
  39599.     return
  39600. end try
  39601. All Packages
  39602. F    QuickTimeO
  39603. Dev.CD Oct 93
  39604. Dev.CD Jul 93P
  39605. Dev.CD Oct 93
  39606. Dev.CD Jul 9V
  39607. 69159X
  39608. Oct 93
  39609. p--set theItem to choose file -- uncomment to test in an AS editor
  39610.     tell application "Finder"
  39611.         open item "Dev.CD Oct 93
  39612. Dev.CD Jul 93"
  39613.         activate
  39614.     end tell
  39615. on error errMsg number errNum
  39616.     --enter statements to perform when no records are found such as...
  39617.     display dialog "Sorry, the item you selected could not be found."
  39618.     return
  39619. end try
  39620. All Packages
  39621. F    QuickTimeO
  39622. Dev.CD Oct 93
  39623. Dev.CD Jul 93P
  39624. Dev.CD Oct 93
  39625. Dev.CD Jul 9V
  39626. 69160X
  39627. Oct 93
  39628. p--set theItem to choose file -- uncomment to test in an AS editor
  39629.     tell application "Finder"
  39630.         open item "Dev.CD Oct 93
  39631. Dev.CD Jul 93"
  39632.         activate
  39633.     end tell
  39634. on error errMsg number errNum
  39635.     --enter statements to perform when no records are found such as...
  39636.     display dialog "Sorry, the item you selected could not be found."
  39637.     return
  39638. end try
  39639. All Packages
  39640. 68356X
  39641. Aug 97^
  39642. --set theItem to choose file -- uncomment to test in an AS editor
  39643.     tell application "Finder"
  39644.         open item "Dev.CD Aug 97 TC:Language Kits:Chinese Dictation Kit 1.5:"
  39645.         activate
  39646.     end tell
  39647. on error errMsg number errNum
  39648.     --enter statements to perform when no records are found such as...
  39649.     display dialog "Sorry, the item you selected could not be found."
  39650.     return
  39651. end try
  39652. e    No Changef+Chinese
  39653. dictation
  39654. speech
  39655. input
  39656. keyboardq
  39657. Dev.CD Aug 97 TC
  39658. All Packages
  39659. Chinese Handwriting KitO
  39660. Dev.CD Nov 96 TCP
  39661. Dev.CD Nov 96 TV
  39662. 68357X
  39663. Nov 96
  39664. e--set theItem to choose file -- uncomment to test in an AS editor
  39665.     tell application "Finder"
  39666.         open item "Dev.CD Nov 96 TC"
  39667.         activate
  39668.     end tell
  39669. on error errMsg number errNum
  39670.     --enter statements to perform when no records are found such as...
  39671.     display dialog "Sorry, the item you selected could not be found."
  39672.     return
  39673. end try
  39674. All Packages
  39675. neededd
  39676. needsU
  39677. negative
  39678. neighborhood
  39679. neophyte
  39680. nepali
  39681. nested
  39682. net-install
  39683. net/biz/bbsw
  39684. netcom
  39685. netscape{
  39686. netsprocket
  39687. netstat
  39688. netware
  39689. networkB
  39690. network-aware
  39691. network-connected
  39692. network/hard-disk
  39693. networkable
  39694. networked
  39695. newsz
  39696. newsgroups
  39697. newsletterz
  39698. newton{
  39699. newton-related
  39700. nextx
  39701. nicest
  39702. nichols
  39703. OEDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime VR:VRCursors:PPDev.CD Nov 00 TC Disk 2
  39704.  - Sample Code
  39705.  - QuickTime
  39706.  - QuickTime VR
  39707.  - VRCursorsV
  39708. 69780X
  39709. Nov 00^    TC Disk 2
  39710. --set theItem to choose file -- uncomment to test in an AS editor
  39711.     tell application "Finder"
  39712.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime VR:VRCursors:"
  39713.         activate
  39714.     end tell
  39715. on error errMsg number errNum
  39716.     --enter statements to perform when no records are found such as...
  39717.     display dialog "Sorry, the item you selected could not be found."
  39718.     return
  39719. end try
  39720. e    No Changef
  39721. QuickTime
  39722. Cursors
  39723. Hotspotq
  39724. Dev.CD Nov 00 TC Disk 2
  39725. All Packages
  39726. VRMakeObject
  39727.     VRMakeObject is a simple application that converts a linear QuickTime movie into a QuickTime VR object movie.
  39728. The QuickTime VR movie created by VRMakeObject is either a version 2.0 QTVR movie or a version 1.0 QTVR movie; you select the version using the Test menu.
  39729. 69781X
  39730. collects
  39731. collision
  39732. collyer
  39733. color`
  39734. color
  39735. picker
  39736. 2.1.1
  39737. contains
  39738. minor
  39739. fixes
  39740. color
  39741. quickdraw
  39742. colorcdef
  39743. colored
  39744. coloredcheckbox
  39745. colorization
  39746. colorize
  39747. colorizepict
  39748. colorizes
  39749. colorpickerlib
  39750. colors
  39751. colorsieve
  39752. interfaceQ
  39753. interfacelib
  39754. interfaces
  39755. interfaces
  39756. libraries
  39757. interfaces&libraries
  39758. iterate
  39759. iteration
  39760. iterations
  39761. itself
  39762. iv-24
  39763. iw-half-dither
  39764. j-1.1
  39765. james
  39766. jamie
  39767. january{
  39768. january/february
  39769. japan{
  39770. application
  39771. support
  39772. features
  39773. --set theItem to choose file -- uncomment to test in an AS editor
  39774.     tell application "Finder"
  39775.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:CarbonCustomList:"
  39776.         activate
  39777.     end tell
  39778. on error errMsg number errNum
  39779.     --enter statements to perform when no records are found such as...
  39780.     display dialog "Sorry, the item you selected could not be found."
  39781.     return
  39782. end try
  39783. All Packages
  39784. System 7.5 Update 2.0O
  39785. Dev.CD Jul 96 SSWP
  39786. Dev.CD Jul 96 SSV
  39787. 67823X
  39788. Jul 96
  39789. f--set theItem to choose file -- uncomment to test in an AS editor
  39790.     tell application "Finder"
  39791.         open item "Dev.CD Jul 96 SSW"
  39792.         activate
  39793.     end tell
  39794. on error errMsg number errNum
  39795.     --enter statements to perform when no records are found such as...
  39796.     display dialog "Sorry, the item you selected could not be found."
  39797.     return
  39798. end try
  39799. All Packages
  39800. System 7.5 Update 2.0O
  39801. Dev.CD Jul 96 SSWP
  39802. Dev.CD Jul 96 SSV
  39803. 67824X
  39804. Jul 96
  39805. frontier{
  39806. frontmost
  39807. fruitful
  39808. fsizemust
  39809. fsmgluelib
  39810. fsspecf
  39811. full_
  39812. full-complex
  39813. function[
  39814. functional
  39815. functionality[
  39816. functionsB
  39817. functions/methods
  39818. fundamental
  39819. fundamentally
  39820. further
  39821. future{
  39822. futures
  39823. 1.2 (US)
  39824. SetFInfo 1.0 (US)
  39825. SetFolderFlag 1.0 (US)
  39826. SetMode 1.4 (US)
  39827. ShowHideFolder 1.2 (US)
  39828. SoundRecord 1.8 (US)
  39829. StripDup 1.1 (US)
  39830. StrWidth 1.0 (US)
  39831. Switch 1.3 (US)
  39832. Tabloid 1.1 (US)
  39833. Textoid 4.5 (US)
  39834. TextRes 2.3 (US)
  39835. WindName 1.1 (US)
  39836. XRef 1.3 (US)
  39837. studio
  39838. stuff
  39839. stupcontrol
  39840. stupcontrol
  39841. stupcontrol
  39842. stylechat
  39843. styleguide00
  39844. stylemap
  39845. stylemap
  39846. stylemap
  39847. stylemap
  39848. submission
  39849. success
  39850. suite~
  39851. suites~
  39852. suites
  39853. under
  39854. development~
  39855. support
  39856.  no records are found such as...
  39857.     display dialog "Sorry, the item you selected could not be found."
  39858.     return
  39859. end try
  39860. All Packages
  39861. Chinese Language KitO
  39862. Dev.CD May 94
  39863. Dev.CD Feb 94P
  39864. Dev.CD May 94
  39865. Dev.CD Feb 9V
  39866. 65109X
  39867. May 94
  39868. onsumer
  39869. produces
  39870. produces
  39871. module
  39872. producing
  39873. This sample is a quick demonstration of how to implement traceroute on top of the Open Transport native APIs.  The sample is useful because it gives a good demonstration of the setting the IP TTL option and of using a "rawip" endpoint to receive and process ICMP packets.
  39874. JcOTTraceRouteSample(PPC)
  39875. OTTraceRouteSample.c
  39876. OTTraceRouteSample.mcp
  39877. Read Me About Traceroute SampleK
  39878. Sep 96L
  39879. Jun 98M"Any Macintosh with Open Transport.NDOpen Transport, OT, Traceroute, rawip, icmp, udp, OTTraceRouteSampleOBDev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTTraceRouteSample:PJDev.CD Nov 00 TC Disk 1
  39880.  - Sample Code
  39881.  - Networking
  39882.  - OTTraceRouteSampleem all start at the same time using the syncCmdJ
  39883. Cheap Studio(PPC)
  39884. Cheap Studio.mcp
  39885. Cheap_Studio.c
  39886. Cheap_Studio.rsrc
  39887. DBFF.h
  39888. DBFF_Errors.h
  39889. Libraries
  39890. Record_Sound.c
  39891. SimpleApp_Sound.hM
  39892. Sound Manager 3.0 or laterN$sound, studio, Cheap Studio, syncCmdO7Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:Cheap Studio:V
  39893. 66726X
  39894. 1e    No Change
  39895. e 1.0V
  39896. 66160X
  39897. demonstrates
  39898. loading
  39899. playing
  39900. saving
  39901. mulitple
  39902. sounds
  39903. demonstrates
  39904. sprite
  39905. animation
  39906. using
  39907. screen
  39908. gworldst
  39909. demonstratingb
  39910. demonstrationa
  39911. demonstration
  39912. 1.1.4
  39913. context
  39914. switching
  39915. demos
  39916. demostrates
  39917. demystify
  39918. demystifying
  39919. denali{
  39920. departmentj
  39921. departure
  39922. depend
  39923. dependacies
  39924. dependencies
  39925. dependency
  39926. depths
  39927. dereference
  39928. derivative
  39929. derived
  39930. descended
  39931. describe
  39932. described
  39933. describes`
  39934. describing
  39935. description
  39936. --set theItem to choose file -- uncomment to test in an AS editor
  39937.     tell application "Finder"
  39938.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User tools:"
  39939.         activate
  39940.     end tell
  39941. on error errMsg number errNum
  39942.     --enter statements to perform when no records are found such as...
  39943.     display dialog "Sorry, the item you selected could not be found."
  39944.     return
  39945. end try
  39946. errMsg number errNum
  39947.     --enter statements to perform when no records are found such as...
  39948.     display dialog "Sorry, the item you selected could not be found."
  39949.     return
  39950. end try
  39951. e    No Changef
  39952. QuickTime
  39953. Dev.CD Nov 00 TC Disk 2
  39954. All Packages
  39955. PlayTuneIhThis demo program shows how to use the TunePlayer to play a Tune using the QuickTime Music Architecture
  39956. J+PlayTune
  39957. PlayTune.zip
  39958. pt.bat
  39959. README.txt
  39960. Feb 00
  39961. OJDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:PlayTune:V
  39962. 65640X
  39963. 1e    No Change
  39964. integrator
  39965. macintosh
  39966. client
  39967. interface
  39968. macintosh
  39969. powerbook
  39970. 2400c
  39971. macintosh
  39972. powerbook
  39973. qualified
  39974. macintosh
  39975. technical
  39976. macintosh
  39977. technotes
  39978. macodbc
  39979. macodbc
  39980. 2.1.2
  39981. macos8documentation
  39982. macro
  39983. macros/templates
  39984. macsbug
  39985. macsbug
  39986. macsnmp
  39987. mactcp
  39988. mactcp
  39989. developer
  39990. tools
  39991. mactcp
  39992. 2.0.6
  39993. mactcp
  39994. token
  39995. mactcp
  39996. mactv
  39997. magic
  39998. magic
  39999. oracle
  40000. magician
  40001. suite
  40002. makeeffectmovie
  40003. makeeffectslideshow
  40004. makeicon
  40005. makeitable
  40006. makemake
  40007. makemake
  40008. 2.0d38
  40009. makestartupaliastome
  40010. management
  40011. manager
  40012. manalyzer
  40013. manalyzer
  40014. 2.0d3
  40015. market
  40016. marquee
  40017. maximizing
  40018. navigator
  40019. newsz
  40020. notesT
  40021. onescannerx
  40022. opp's
  40023. oracle
  40024. d CopyDeepMask with LaserWriter driver 7.0? Read this column to find out.
  40025. Be Our Guest: GWorlds and NuBus Memory  by Forrest Tanaka and Paul Snively.   Taking advantage of NuBus memory for off-screen graphics is tricky. Here are some tips on how to do it in a friendly, compatible way.
  40026. J(develop Issue  8:
  40027. develop Issue  8 code:K
  40028. Vol IIIL
  40029. Jun 95OCDev.CD Sept 96 RL:Technical Documentation:develop:develop Issue  8:PKDev.CD Sept 96 RL
  40030.  - Technical Documentation
  40031.  - develop
  40032.  - develop Issue  8   return
  40033. end try
  40034. All Packages
  40035. F    QuickTimeO
  40036. Dev.CD Jan 94P
  40037. Dev.CD Jan 9V
  40038. 67503X
  40039. Jan 94
  40040. b--set theItem to choose file -- uncomment to test in an AS editor
  40041.     tell application "Finder"
  40042.         open item "Dev.CD Jan 94"
  40043.         activate
  40044.     end tell
  40045. on error errMsg number errNum
  40046.     --enter statements to perform when no records are found such as...
  40047.     display dialog "Sorry, the item you selected could not be found."
  40048.     return
  40049. end try
  40050. All Packages
  40051. 68686X
  40052. May 98^
  40053. {--set theItem to choose file -- uncomment to test in an AS editor
  40054.     tell application "Finder"
  40055.         open item "Dev.CD May 98 TC:Programs & Marketing:"
  40056.         activate
  40057.     end tell
  40058. on error errMsg number errNum
  40059.     --enter statements to perform when no records are found such as...
  40060.     display dialog "Sorry, the item you selected could not be found."
  40061.     return
  40062. end try
  40063. e    No Changeq
  40064. Dev.CD May 98 TC
  40065. All Packages
  40066. LockFile
  40067. Sample to demonstrate setting the file lock bit.  This action atom code resource must be called through a post installation action atom.  In the selector field, pass in the name of the target 'infs' resource id.  The code resource gets the resource, converts the partial path name field to a pascal string, then calls, SetFLock.  A result of true is always returned so as not to abort the installation.
  40068. J#SetLockBit.c
  40069. SetLockBitAtomSample.rM%Installer 3.2, 3.3 and possibly later00^    TC Disk 1
  40070. e    No Change
  40071. application
  40072. applicationprivate
  40073. applicationprivate
  40074. applications
  40075. applparamshack
  40076. applparamshack
  40077. applparamshack
  40078. apprsrc
  40079. apprsrc
  40080. appstogo
  40081. appstogo
  40082. appstogo
  40083. appstogo
  40084. reference
  40085. appstogo/cw
  40086. appstogo/cw
  40087. build
  40088. appwannabe
  40089. appwannabenewdocs
  40090. arbitration
  40091. architectureQ
  40092. location
  40093. locator
  40094. macintoshp
  40095. macro
  40096. magician
  40097. manager
  40098. market
  40099. marquee
  40100. media
  40101. memory
  40102. modern
  40103. module
  40104. monitor
  40105. mouse
  40106. movie
  40107. navigator
  40108. newsz
  40109. notesT
  40110. onescannerx
  40111. opp's
  40112. --set theItem to choose file -- uncomment to test in an AS editor
  40113.     tell application "Finder"
  40114.         open item "Dev.CD Apr 94
  40115. Dev.CD Jan 94
  40116. Dev.CD Oct 93
  40117. Dev.CD Jul 93
  40118. Dev.CD Apr 93"
  40119.         activate
  40120.     end tell
  40121. on error errMsg number errNum
  40122.     --enter statements to perform when no records are found such as...
  40123.     display dialog "Sorry, the item you selected could not be found."
  40124.     return
  40125. end try
  40126. graphicsimporter
  40127. graphicsimporterdraw
  40128. graphicsimportgetima
  40129. graphicsimportsetima
  40130. gratitude
  40131. grayed
  40132. grayishoutline
  40133. grayscale
  40134. graytext
  40135. greatx
  40136. greater
  40137. greatly
  40138. green
  40139. greenspon
  40140. greeting
  40141.     EZy converts old-style typeChar data to typeIntlText, so you don't have to rewrite old code.
  40142. Communications Toolbox
  40143. Contributed
  40144. Devices and Hardware
  40145. Files
  40146. Games
  40147. Graphics 2D
  40148. Graphics 3D
  40149. Help Systems
  40150. Human Interface Toolbox
  40151. Interapplication Comm
  40152. Memory
  40153. Networking
  40154. OS Utilities
  40155. Overview
  40156. Platforms and Tools
  40157. Printing
  40158. Processes
  40159. QuickTime
  40160. Runtime Architecture
  40161. Sound
  40162. Feb 92L
  40163. May 97O
  40164. Dev.CD Nov 99 TC:Sample Code:P
  40165. Dev.CD Nov 99 TC
  40166.  - Sample Codee
  40167. appearance
  40168. 7editO
  40169. 7edit
  40170. 7edit
  40171. 7edit
  40172. 7edit
  40173. 7edit
  40174. readmeP
  40175. 8.5.1
  40176. 8/31/93
  40177. 9/1/93
  40178. 95/02
  40179. a-lawm
  40180. a-law
  40181. compressor
  40182. a-law
  40183. decompressor
  40184. a-law
  40185. a-law
  40186. a-law
  40187. rsrcm
  40188. 68524X
  40189. Mar OO^
  40190. RLDisk 1
  40191. --set theItem to choose file -- uncomment to test in an AS editor
  40192.     tell application "Finder"
  40193.         open item "Dev.CD Mar OO RLDisk 1:Interactive Media Resources:"
  40194.         activate
  40195.     end tell
  40196. on error errMsg number errNum
  40197.     --enter statements to perform when no records are found such as...
  40198.     display dialog "Sorry, the item you selected could not be found."
  40199.     return
  40200. end try
  40201. Deletedf:DVD
  40202. content
  40203. development
  40204. entertainment
  40205. consumer electronicsq
  40206. Dev.CD Mar OO RLDisk 1
  40207. All Packages
  40208. EditTextCdev
  40209. EditCdev is a sample Control Panel device (cdev) that demonstrates the use of the edit-related messages and how to implement an editText item in a cdev.  It utilizes the new undo, cut, copy, paste, and delete messages that are sent to cdevs in response to user menu selections.
  40210. J9EditCDev
  40211. EditCdev.c
  40212. EditCdev.rsrc
  40213. EditTextCdev.mcp
  40214. READMEK
  40215. Apr 97L
  40216. May 97N
  40217. cdev, edit, textnge
  40218. ication Categories
  40219. Special Marketing Report:
  40220. xONDev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Disks:BasicDiskImage:PYDev.CD Nov 00 TC Disk 1
  40221.  - Sample Code
  40222.  - Devices and Hardware
  40223.  - Disks
  40224.  - BasicDiskImageV
  40225. 68319X
  40226. Nov 00^    TC Disk 1
  40227. --set theItem to choose file -- uncomment to test in an AS editor
  40228.     tell application "Finder"
  40229.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Disks:BasicDiskImage:"
  40230.         activate
  40231.     end tell
  40232. on error errMsg number errNum
  40233.     --enter statements to perform when no records are found such as...
  40234.     display dialog "Sorry, the item you selected could not be found."
  40235.     return
  40236. end try
  40237. e    No Changef
  40238. driver
  40239. raw read
  40240. disk imageq
  40241. Dev.CD Nov 00 TC Disk 1
  40242. yD!All Packages
  40243. Tool Chest Edition
  40244. BBEdit Lite 3.5
  40245.     display dialog "Sorry, the item you selected could not be found."
  40246.     return
  40247. end try
  40248. All Packages
  40249. System Enabler 065 (LC 575)O
  40250. Dev.CD Apr 94
  40251. Dev.CD Jan 94P
  40252. Dev.CD Apr 94
  40253. Dev.CD Jan 9V
  40254. 67915X
  40255. Apr 94
  40256. altdboxproc
  40257. alter
  40258. alterations
  40259. altered
  40260. altering
  40261. alternateg
  40262. alternatebufferdispl
  40263. alternatingr
  40264. alternative
  40265. alternatively
  40266. alters
  40267. althoughe
  40268. altivec
  40269. always
  40270. america
  40271.  are found such as...
  40272.     display dialog "Sorry, the item you selected could not be found."
  40273.     return
  40274. end try
  40275. Deletedf-ESD
  40276. AppleSearch
  40277. AppleShare
  40278. IP Gatewayq
  40279. Dev.CD Dec 99 RL Disk 1
  40280. All Packages
  40281. ADB Analyzer 1.0D6
  40282. 66593X
  40283. elves.  A simple XCMD is needed to initiate the spellchecking session, which is provided by the Web page.
  40284. The updated SDK includes bug fixes to Writeswell Jr.'s scrolling, plus the Spellswell Plus 2.1 Demo.
  40285. A list of client (word processor) and server (spelling a
  40286. e    No Changeq
  40287. Dev.CD Nov 00 TC Disk 1
  40288. All Packages
  40289. resolveRelativeAlias
  40290. This sample tool demonstrates the steps involved in creating and resolving the alias.  Instead of creating a document to store the alias, the tool wimps out and stores the alias in a preference file.
  40291. The tool puts up a StandardGetFile dialog.  Selecting a file creates the preference file containing the relative alias; clicking Cancel instead gets the preference file, resolves it, and prints the vRefNum and name of the target.
  40292. JeresolveRelativeAlias ReadMe
  40293. ResolveRelativeAlias(PPC)
  40294. ResolveRelativeAlias.mcp
  40295. ResolveRelativeAlias.pM
  40296. System 7.0N
  40297. Alias Manager, relative aliasO?Dev.CD Nov 00 TC Disk 1:Sample Code:Files:resolveRelativeAlias:PGDev.CD Nov 00 TC Disk 1
  40298.  - Sample Code
  40299.  - Files
  40300.  - resolveRelativeAliasV
  40301. 69232X
  40302. Nov 00^    TC Disk 1
  40303. e    No Change
  40304. appleglot
  40305. localization
  40306. internationalization
  40307. translation
  40308. applescriptO
  40309. applescript
  40310. apple
  40311. events
  40312. aegizmosg
  40313. anceA
  40314. ordering
  40315. orderly
  40316. developers
  40317. organization
  40318. organizational
  40319. organized
  40320. organizing
  40321. orientation
  40322. oriented
  40323. origin
  40324. original
  40325. original/localized
  40326. originally
  40327. orphaning
  40328. ortiz
  40329. entry-point
  40330. enumerated
  40331. enumerates
  40332. enumeration
  40333. enviroment
  40334. environement
  40335. environment{
  40336. environments
  40337. enwall
  40338. eoaccess
  40339. eocontrol
  40340. eointerface
  40341. eomodeler
  40342. eomoption
  40343. eprom
  40344. equilibrium
  40345. equilibrium's
  40346. equivalent
  40347. erase
  40348. erases
  40349. erasing
  40350. errata
  40351. erratic
  40352. erroneous
  40353. error
  40354. error-handling
  40355. errors
  40356. ethernets
  40357. ethertalkB
  40358. All Packages
  40359. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  40360. Dev.CD Jan 94
  40361. Dev.CD Oct 93
  40362. Dev.CD Jul 93
  40363. Dev.CD Apr 93PDDev.CD Apr 94
  40364. Dev.CD Jan 94
  40365. Dev.CD Oct 93
  40366. Dev.CD Jul 93
  40367. Dev.CD Apr 9V
  40368. 69652X
  40369. Apr 94
  40370. --set theItem to choose file -- uncomment to test in an AS editor
  40371.     tell application "Finder"
  40372.         open item "Dev.CD Apr 94
  40373. Dev.CD Jan 94
  40374. Dev.CD Oct 93
  40375. Dev.CD Jul 93
  40376. Dev.CD Apr 93"
  40377.         activate
  40378.     end tell
  40379. on error errMsg number errNum
  40380.     --enter statements to perform when no records are found such as...
  40381.     display dialog "Sorry, the item you selected could not be found."
  40382.     return
  40383. end try
  40384. All Packages
  40385. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  40386. Dev.CD Jan 94
  40387. Dev.CD Oct 93
  40388. Dev.CD Jul 93
  40389. Dev.CD Apr 93PDDev.CD Apr 94
  40390. Dev.CD Jan 94
  40391. Dev.CD Oct 93
  40392. Dev.CD Jul 93
  40393. Dev.CD Apr 9V
  40394. 69653X
  40395. Apr 94
  40396. summary
  40397. objects
  40398. hypercard
  40399. allowed
  40400. variabl@
  40401. summary
  40402. sample
  40403. discussion
  40404. detect
  40405. whether
  40406. This sample code illustrates how to use QuickTime's standard image compression dialog routines to get compression settings from the user and to compress an image using those settings. See Chapter 3 of Inside Macintosh: QuickTime Components for complete information on the standard image compression dialog routines.
  40407. In this sample, we prompt the user to open an image file; then we display the standard image
  40408. compression dialog box and use the settings selected by the user to compress the imaB
  40409. Enjoy,
  40410. QuickTime Team
  40411. J4Building QT Samples
  40412. QTStdCompr.c
  40413. QTStdCompr.h
  40414. READMEOADev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:qtstdcompr:PLDev.CD Nov 00 TC Disk 2
  40415.  - Sample Code
  40416.  - QuickTime
  40417.  - Goodies
  40418.  - qtstdcomprW
  40419. file/folder
  40420. fileinfo
  40421. filemaker
  40422. newpalette
  40423. no-copy
  40424. nocopyreceives
  40425. nopoweroffkey
  40426. notes
  40427. notifiers
  40428. nsetpalette
  40429. nshost
  40430. nshost
  40431. cocoa
  40432. address
  40433. network
  40434. tcp/ip
  40435. search
  40436. browse
  40437. internet
  40438. number
  40439. number
  40440. formatting
  40441. resedit
  40442. localization
  40443. objec
  40444. object
  40445. object-oriented^
  40446. objects
  40447. objectsupportlib
  40448. macodbc
  40449. database
  40450. connectivity
  40451. drivers
  40452. network
  40453. middlewar
  40454. apple
  40455. event
  40456. opening
  40457. documents
  40458. off-screen
  40459. offscreenr
  40460. offscreen
  40461. copybits
  40462. newgworld
  40463. gworld
  40464. pixmap
  40465. bitmap
  40466. alterr
  40467. ooptesample
  40468. opaque
  40469. choose
  40470. folder
  40471. navigation
  40472. services
  40473. transport
  40474. cache
  40475. delete
  40476. query
  40477. arpsample
  40478. N;GetDeviceList, GetNextDevice, baseAddr, rowBytes, pixelSizeO:Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:GDevVideo:PBDev.CD Nov 00 TC Disk 1
  40479.  - Sample Code
  40480.  - Graphics 2D
  40481.  - GDevVideoV
  40482. 68556X
  40483. Nov 00^    TC Disk 1
  40484. --set theItem to choose file -- uncomment to test in an AS editor
  40485.     tell application "Finder"
  40486.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:GDevVideo:"
  40487.         activate
  40488.     end tell
  40489. on error errMsg number errNum
  40490.     --enter statements to perform when no records are found such as...
  40491.     display dialog "Sorry, the item you selected could not be found."
  40492.     return
  40493. end try
  40494. e    No Changef7GetDeviceList
  40495. GetNextDevice
  40496. baseAddr
  40497. rowBytes
  40498. pixelSizeq
  40499. Dev.CD Nov 00 TC Disk 1
  40500. All Packages
  40501. Gestalt Selectors List 4.3
  40502. 68557X
  40503. Name Registry and Device Tree
  40504.    *  TupleDumper
  40505.     -  
  40506. Dumps
  40507.  the CardBus (PCMCIA) tuples of any inserted PC cards
  40508. J)Read Me
  40509.  Documentation
  40510.  Samples
  40511.  ToolsK
  40512. Jan 00M
  40513. PowerMac / CodeWarrior IDE 2.1
  40514. Feb 92L
  40515. Feb 97O
  40516. Dev.CD Nov 99 TC:Sample Code:P
  40517. Dev.CD Nov 99 TC
  40518.  - Sample Coderegistry
  40519. server
  40520. controls/events
  40521. authentication
  40522. module
  40523. askyesno
  40524. 2.0.1
  40525. licensing
  40526. debugging
  40527. tools
  40528. developer
  40529. tools
  40530. documentation
  40531. examples
  40532. installer
  40533. installer
  40534. image
  40535. symfiles
  40536. assertions
  40537. assertions
  40538. asset
  40539. assistant
  40540. associated
  40541. associated
  40542. documentation
  40543. async
  40544. asyncdrivercommon
  40545. asyncdrivercommon
  40546. asyncdrivermain
  40547. asyncdrivermain
  40548. asyncdriversample
  40549. asyncdriversample
  40550. asyncdriversample
  40551. asyncdriversampledrv
  40552. asyncdriversampledrv
  40553. asynch
  40554. asyncpb
  40555. asyncpb
  40556. asyncpb
  40557. asyncpb
  40558. asyncpb
  40559. asyncpb
  40560. asyncpbppc
  40561. asyncpbppc
  40562. error
  40563. detection
  40564. error
  40565. detector
  40566. error
  40567. detector
  40568. 68432X
  40569. Nov 00^    TC Disk 1
  40570. --set theItem to choose file -- uncomment to test in an AS editor
  40571.     tell application "Finder"
  40572.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:DateThing:"
  40573.         activate
  40574.     end tell
  40575. on error errMsg number errNum
  40576.     --enter statements to perform when no records are found such as...
  40577.     display dialog "Sorry, the item you selected could not be found."
  40578.     return
  40579. end try
  40580. e    No Changef    Date
  40581. Timeq
  40582. Dev.CD Nov 00 TC Disk 1
  40583. All Packages
  40584. Dave Falkenburg's SprocketIGThis is a sample showing 
  40585.  (framework) of a Macintosh application.
  40586. BuildConditionals.h
  40587. DocWindow.cp
  40588. DocWindow.h
  40589. Experimental Stuff
  40590. Interfaces
  40591. Preferences.h
  40592. PreferencesDialogWindow.cp
  40593. PreferencesDialogWindow.h
  40594. Resources
  40595. SprocketSample(PPC)
  40596. SprocketSample.cp
  40597. SprocketSample.mcp
  40598. SprocketSample.rsrc
  40599. ToolWindow.cp
  40600. ToolWindow.h
  40601. OHDev.CD Nov 00 TC Disk 2:Sample Code:Overview:Dave Falkenburg's Sprocket:V
  40602. 68433X
  40603. 1e    No Change
  40604. recordingh
  40605. recordpictinfo
  40606. recordretrievepictin
  40607. recordsc
  40608. recordtofile
  40609. recouped
  40610. recreates
  40611. recruiting{
  40612. rectangle
  40613. rectangles
  40614. rects
  40615. recursive-descent
  40616. recursively
  40617. redesigned
  40618. redirection
  40619. redistributey
  40620. redistributed
  40621. redistributing
  40622. redistribution
  40623. reducex
  40624. reduced{
  40625. reduces{
  40626. reduction
  40627. reekes
  40628. reeves
  40629. refcon
  40630. refer
  40631. reference`
  40632. referenced
  40633. references
  40634. reflectingV
  40635. reformats
  40636. e    No Changef
  40637. QuickTime
  40638. Handlerq
  40639. Dev.CD Nov 00 TC Disk 2
  40640. All Packages
  40641. qtmultiimage
  40642. This file contains code that illustrates how to determine whether an image file contains  more than one image and how to display any of those images. This is useful for working with FlashPix files (which contain multiple resolutions of an image) and PhotoShop files (which store layers as separate images), among others.
  40643. The key new functions to use are GraphicsImportGetImageCount and GraphicsImportSetImageIndex. The rest of the image-handling is done using graphics importer routines that h
  40644. cave previously been available.
  40645. This file defines a single function that prompts the user for an image file, determines how many images are contained in that file, and then displays each such image for a short period of time (2 seconds). Your application, of course, will probably want to do more
  40646. interesting things with the image. 
  40647. Enjoy,
  40648. QuickTime Team
  40649. 68992X
  40650. 1e    No Change
  40651. interfaces
  40652. stress
  40653. stretch
  40654. string
  40655. strings
  40656. strip
  40657. strlist
  40658. strlist
  40659. string
  40660. string
  40661. strlog
  40662. structure
  40663. structures
  40664. studio
  40665. stuffit
  40666. style
  40667. sub-menus
  40668. subroutines
  40669. suite
  40670. summaryj
  40671. suspend/resume
  40672. switch
  40673. switcher
  40674. switching
  40675. symantec
  40676. symbiotic
  40677. synccmd
  40678. synchronization
  40679. synthesis
  40680. systemn
  40681. systems
  40682. table
  40683. tables
  40684. tablet
  40685. tanzania
  40686. tanzania
  40687. zanzibar
  40688. starmax
  40689. firmware
  40690. target
  40691. tasking
  40692. tasks
  40693. tcp/ip
  40694. tcp/ip
  40695. appletalk
  40696. reconfiguration
  40697. network
  40698. setup
  40699. ottcpwilldial
  40700. beard
  40701. beast
  40702. beasts
  40703. beautiful
  40704. became
  40705.  BuildGLFromWindow a
  40706. theory
  40707. there[
  40708. there
  40709. three
  40710. different
  40711. samples
  40712. showing
  40713. variat
  40714. there
  40715. various
  40716. approaches
  40717. wavelet
  40718. processing
  40719. color
  40720. thereby
  40721. therefore
  40722. theresa
  40723. these`
  40724. these
  40725. applications
  40726. demonstrate
  40727. write
  40728. background
  40729. re over corre
  40730. --set theItem to choose file -- uncomment to test in an AS editor
  40731.     tell application "Finder"
  40732.         open item "Dev.CD Apr 94
  40733. Dev.CD Jan 94
  40734. Dev.CD Oct 93
  40735. Dev.CD Jul 93
  40736. Dev.CD Apr 93"
  40737.         activate
  40738.     end tell
  40739. on error errMsg number errNum
  40740.     --enter statements to perform when no records are found such as...
  40741.     display dialog "Sorry, the item you selected could not be found."
  40742.     return
  40743. end try
  40744. dlpiuser
  40745. dmfkey
  40746. dmfkey
  40747. dmfkey
  40748. dobetterwzoom
  40749. dobetterwzoom
  40750. doccreator
  40751. doccreator
  40752. files
  40753. documentationandsamp
  40754. documents
  40755. docursor
  40756. docursor
  40757. docwindow
  40758. docwindow
  40759. docwindow
  40760. 68509X
  40761. Nov 00^    TC Disk 1
  40762. --set theItem to choose file -- uncomment to test in an AS editor
  40763.     tell application "Finder"
  40764.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Devices:Driver Installer:"
  40765.         activate
  40766.     end tell
  40767. on error errMsg number errNum
  40768.     --enter statements to perform when no records are found such as...
  40769.     display dialog "Sorry, the item you selected could not be found."
  40770.     return
  40771. end try
  40772. e    No Changeq
  40773. Dev.CD Nov 00 TC Disk 1
  40774. All Packages
  40775. DriverGestalt DemoIXDriverGestalt Demo is a simple example of how to make some basic Driver Gestalt queries.JADriverGestalt Demo.mcp
  40776. DriverGestaltDemo(PPC)
  40777. DriverGestaltDemo.cM
  40778. noneNsDriver Gestalt, disk drivers, device, driver, block, storage, CD ROM, CD-ROM, hard disk, disk, DriverGestalt Demo 
  40779. ORDev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Disks:DriverGestalt Demo:P]Dev.CD Nov 00 TC Disk 1
  40780.  - Sample Code
  40781.  - Devices and Hardware
  40782.  - Disks
  40783.  - DriverGestalt DemoV
  40784. 68510X
  40785. 1e    No Change
  40786. centerwindow
  40787. cfallocator
  40788. cfarray
  40789. cfarray
  40790. cfbag
  40791. :PMDev.CD Nov 00 TC Disk 2
  40792.  - Sample Code
  40793.  - Printing
  40794.  - Print Clipped OffscreenV
  40795. 67329X
  40796. Nov 00^    TC Disk 2
  40797. --set theItem to choose file -- uncomment to test in an AS editor
  40798.     tell application "Finder"
  40799.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:Print Clipped Offscreen:"
  40800.         activate
  40801.     end tell
  40802. on error errMsg number errNum
  40803.     --enter statements to perform when no records are found such as...
  40804.     display dialog "Sorry, the item you selected could not be found."
  40805.     return
  40806. end try
  40807. e    No Changef
  40808. printq
  40809. Dev.CD Nov 00 TC Disk 2
  40810. All Packages
  40811. Print multipage PICTI
  40812. Print multipage PICT:  Takes a PICT larger than one page and "tiles" it so that it prints across the right number of sheets of paper to tape together and make a poster, like many drawing applications.V
  40813. 67330X
  40814. 1e    No Change
  40815. (PPC)
  40816. Un/mount.c
  40817. Un/mount.mcp
  40818. Un/mount.rsrcM
  40819. 1e    No Change
  40820. emptyengine
  40821. prefix
  40822. emulator
  40823. emulator
  40824. release
  40825. notes
  40826. emulator
  40827. update
  40828. extension
  40829. enableeomsample
  40830. enableeomsample
  40831. enableipreuseaddrsam
  40832. enableipreuseaddrsam
  40833. engines
  40834. english
  40835. english
  40836. lproj
  40837. englishmiscellaneousd
  40838. englishmiscellaneous
  40839. englishmiscellaneous
  40840. rsrcd
  40841. englishterminologyd
  40842. englishterminology
  40843. englishterminology
  40844. rsrcd
  40845. enhanced
  40846. enhanced
  40847. survival
  40848. guide
  40849. enterbutton
  40850. enterbutton
  40851. enterbutton
  40852. environment
  40853. eomodeler
  40854. eomodeler
  40855. errata~
  40856. error
  40857. errormsg
  40858. errormsg
  40859. errormsg
  40860. errors
  40861. ethernet
  40862. event~
  40863. eventloop
  40864. eventloop
  40865. events
  40866. events
  40867. apple
  40868. ethernet
  40869. apple
  40870. video
  40871. This little utility copies all of the resources in the Macintosh's ROM into a file called "ROM Resource Dump File".  This is useful for the insanely curious, those with a professional "need to know" (like DTS engineers), and as a trivial Resource Manager sample.
  40872. Some notes:
  40873. 1. When you run this program on some older machines it will create a resource file that ResEdit reports as corrupt.  ResEdit is complaining because  the file contains two resources with the same type and ID.  The progr
  40874. Aam does this because both resources exist in the ROM on that machine.
  40875. 2. The program makes heavy use of Metrowerks Pascal
  40876. s console and the ostrich error checking algorithm.
  40877. 3. Efficiency was not the goal of this program.  I call UpdateResFile religiously while creating the output file, which doesn
  40878. t make it any faster.
  40879. JfROM Resource Dump File
  40880. ROMResourceDump(PPC)
  40881. ROMResourceDump.mcp
  40882. ROMResourceDump.p
  40883. ROMResourceDump.rsrclayermfc
  40884. simpleplayermfc
  40885. simpleplayermfc
  40886. connectivity
  40887. connectix
  40888. connector
  40889. connectors
  40890. conrad
  40891. considerx
  40892. considerable
  40893. consideration
  40894. considerationsx
  40895. consideredx
  40896. consideringx
  40897. consistencyu
  40898. consistent
  40899. consisting
  40900. consistsg
  40901. console
  40902. consolideted
  40903. constant
  40904. constantly
  40905. constants`
  40906. constitute
  40907. constrained
  40908. constrains
  40909. constraints
  40910. construct
  40911. constructing
  40912. construction
  40913. constructs
  40914. consult
  40915. consumer
  40916. consumers
  40917. consuming
  40918. consumption
  40919. contactj
  40920. acting
  40921. contacts
  40922. containT
  40923. contained
  40924. container
  40925. mdialogs
  40926. mdialogs
  40927. mdiplayer
  40928. mdiplayer
  40929. mdiplayer
  40930. mdiplayer
  40931. mdiplayer
  40932. mdiplayer
  40933. mdiplayer
  40934. mdiplayer
  40935. W conjunction with 
  40936. b--set theItem to choose file -- uncomment to test in an AS editor
  40937.     tell application "Finder"
  40938.         open item "Dev.CD Jul 95"
  40939.         activate
  40940.     end tell
  40941. on error errMsg number errNum
  40942.     --enter statements to perform when no records are found such as...
  40943.     display dialog "Sorry, the item you selected could not be found."
  40944.     return
  40945. end try
  40946. ows how to install System level AppleEvent Coercion routines at INIT time.  You may also be interested in the coercion routines as 
  40947. samples of AE coercions in general.
  40948. FinderOpenSelection:  This sample sends Finder 'Open Selection' events two different ways. The first, 'Send Open Selection', opens the file you select. The second,'Open Window Containing...' will open the Finder window containing the file you select.
  40949. IPCLister:  A small example of how to use IPCListPorts. This sample collects and displays all the PPC/AppleEvent capable machines in your current zone and puts them in a nice list.
  40950. ODOC:  This sample send
  40951. appletalkB
  40952. ppletalk/ip
  40953. applets
  40954. applevision/colorsyn
  40955. applicationA
  40956. textchanger
  40957. 2.0.1
  40958. textconvertermain
  40959. textconvertermain
  40960. textdrag
  40961. textdrag
  40962. textedit
  40963. textencodingcmgr
  40964. textfile
  40965. textfile
  40966. textfile
  40967. textfile
  40968. textfile
  40969. textfile
  40970. textintlsvcs
  40971. textoid
  40972. textoid
  40973. textres
  40974. textres
  40975. texttotypeintlcoerci
  40976. texttotypeintlcoerci
  40977. texture
  40978. texture
  40979. sample
  40980. textures
  40981. browsermaker
  40982. moviebrowser
  40983. moviebrowser
  40984. configs
  40985. toolboxQ
  40986. toolbox
  40987. toolframework
  40988. toolframework
  40989. toolframework
  40990. toolframework
  40991. toolkit
  40992. toolsQ
  40993. tools
  40994. toolwindow
  40995. toolwindow
  40996. toolwindow
  40997. topicsS
  40998. Dev.CD Jul 96 SSWP
  40999. Dev.CD Jul 96 SSV
  41000. 69449X
  41001. Jul 96
  41002. f--set theItem to choose file -- uncomment to test in an AS editor
  41003.     tell application "Finder"
  41004.         open item "Dev.CD Jul 96 SSW"
  41005.         activate
  41006.     end tell
  41007. on error errMsg number errNum
  41008.     --enter statements to perform when no records are found such as...
  41009.     display dialog "Sorry, the item you selected could not be found."
  41010.     return
  41011. end try
  41012. All Packages
  41013. System 7.5 Update 2.0O
  41014. Dev.CD Jul 96 SSWP
  41015. Dev.CD Jul 96 SSV
  41016. 69450X
  41017. Jul 96
  41018. f--set theItem to choose file -- uncomment to test in an AS editor
  41019.     tell application "Finder"
  41020.         open item "Dev.CD Jul 96 SSW"
  41021.         activate
  41022.     end tell
  41023. on error errMsg number errNum
  41024.     --enter statements to perform when no records are found such as...
  41025.     display dialog "Sorry, the item you selected could not be found."
  41026.     return
  41027. end try
  41028. All Packages
  41029. System 7.5 Update 2.0O
  41030. Dev.CD Jul 96 SSWP
  41031. Dev.CD Jul 96 SSV
  41032. 69451X
  41033. Jul 96
  41034. All Packages
  41035. F#System Enabler 040 (Centris/Quadra)O7Dev.CD Apr 94
  41036. Dev.CD Jan 94
  41037. Dev.CD Oct 93
  41038. Dev.CD Jul 93P6Dev.CD Apr 94
  41039. Dev.CD Jan 94
  41040. Dev.CD Oct 93
  41041. Dev.CD Jul 9V
  41042. 69519X
  41043. Apr 94
  41044. --set theItem to choose file -- uncomment to test in an AS editor
  41045.     tell application "Finder"
  41046.         open item "Dev.CD Apr 94
  41047. Dev.CD Jan 94
  41048. Dev.CD Oct 93
  41049. Dev.CD Jul 93"
  41050.         activate
  41051.     end tell
  41052. on error errMsg number errNum
  41053.     --enter statements to perform when no records are found such as...
  41054.     display dialog "Sorry, the item you selected could not be found."
  41055.     return
  41056. end try
  41057. All Packages
  41058. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  41059. Dev.CD Jan 94
  41060. Dev.CD Oct 93
  41061. Dev.CD Jul 93
  41062. Dev.CD Apr 93PDDev.CD Apr 94
  41063. Dev.CD Jan 94
  41064. Dev.CD Oct 93
  41065. Dev.CD Jul 93
  41066. Dev.CD Apr 9V
  41067. 69520X
  41068. Apr 94
  41069. f--set theItem to choose file -- uncomment to test in an AS editor
  41070.     tell application "Finder"
  41071.         open item "Dev.CD Jan 96 SSW"
  41072.         activate
  41073.     end tell
  41074. on error errMsg number errNum
  41075.     --enter statements to perform when no records are found such as...
  41076.     display dialog "Sorry, the item you selected could not be found."
  41077.     return
  41078. end try
  41079. recording
  41080. recordretrievepictin
  41081. recordretrievepictin
  41082. retrievepictinfo
  41083. redbook
  41084. redistribution
  41085. reference
  41086. referential
  41087. reformatting
  41088. region
  41089. registration
  41090. registry
  41091. related
  41092. relative
  41093. release
  41094. remove
  41095. rename
  41096. renderer
  41097. rendering
  41098. replace
  41099. replacement
  41100. reports
  41101. resedit
  41102. resedit
  41103. 2.1.1
  41104. disassembly
  41105. disassembler
  41106. viewer
  41107. edito
  41108. resolution
  41109. resource[
  41110. resource
  41111. addresmenu[
  41112. resources^
  41113. --set theItem to choose file -- uncomment to test in an AS editor
  41114.     tell application "Finder"
  41115.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Streaming:QTMovieFromURL:"
  41116.         activate
  41117.     end tell
  41118. on error errMsg number errNum
  41119.     --enter statements to perform when no records are found such as...
  41120.     display dialog "Sorry, the item you selected could not be found."
  41121.     return
  41122. end try
  41123. e    No Changef
  41124. Update
  41125.  Imageq
  41126. Dev.CD Jul 98 SSW/SDK
  41127. All Packages
  41128. Xap Handles dcmdInSummary: A dcmd that fills disposed memory with bus error numbers to detect the re-use of de-allocated memory.J
  41129. Memory Management.imgK
  41130. Vol XOIDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Memory Management:PQDev.CD Nov 00 TC Disk 1
  41131.  - Tool Chest
  41132.  - Testing & Debugging
  41133.  - Memory ManagementV
  41134. 69817X
  41135. Nov 00^    TC Disk 1
  41136. --set theItem to choose file -- uncomment to test in an AS editor
  41137.     tell application "Finder"
  41138.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Memory Management:"
  41139.         activate
  41140.     end tell
  41141. on error errMsg number errNum
  41142.     --enter statements to perform when no records are found such as...
  41143.     display dialog "Sorry, the item you selected could not be found."
  41144.     return
  41145. end try
  41146. e    No Changeq
  41147. Dev.CD Nov 00 TC Disk 1
  41148. D!All Packages
  41149. Mac OS SDK Edition
  41150. XTND 1.3.6
  41151. encoding
  41152. character
  41153. encoding
  41154. converter
  41155. encoding
  41156. converter
  41157. unicode
  41158. charset
  41159. character
  41160. encodi
  41161. services
  41162. manager
  41163. services
  41164. textedit
  41165. tsmte
  41166. text-to-speech
  41167. textedit
  41168. textedit
  41169. tesample
  41170. textedit
  41171. tesample
  41172. cplustesample
  41173. textedit
  41174. testylesample
  41175. style
  41176. textedit
  41177. transparent
  41178. texture
  41179. thread
  41180. thread
  41181. manager
  41182. thread
  41183. threads
  41184. tasks
  41185. tasking
  41186. multitasking
  41187. threading
  41188. threads
  41189. thumbnail
  41190. thumbnail
  41191. copybits
  41192. carbon
  41193. print
  41194. tilisten
  41195. electronics
  41196. elegant
  41197. elegantly
  41198. element
  41199. elements
  41200. elicit
  41201. eliminate
  41202. eliminates
  41203. eliminating
  41204. elizabeth
  41205. email
  41206. embed
  41207. quires Hypercard 2.1.
  41208. Creator/File Types can now be registered on the Web.  Before registering, you can search the existing creator/file type database to see if the ID you want has been taken.  If not, fill out the Web registration form to claim that ID.  This service is at <http://dev.info.apple.com/cftype/>
  41209.  Dev Info Change Form
  41210. Developer Programs delivers its monthly mailings to the Certified contact at your company.  We may occasionally deliver specialized information to the Marketi
  41211. ng or Technical contact as well. If you have recently moved or had a contact change, please take a few minutes to fill out and send this form to ensure we have the most current and accurate information for your company.
  41212.  NuBus Board Registration
  41213. This stack contains a questionaire that allows Macintosh board developers to register their board information in order to receive board ids and functional sResource values for their boards. Because this stack creates a file, YOU MUST FIRST COPY T
  41214. p--set theItem to choose file -- uncomment to test in an AS editor
  41215.     tell application "Finder"
  41216.         open item "Dev.CD Apr 94
  41217. Dev.CD Jan 94"
  41218.         activate
  41219.     end tell
  41220. on error errMsg number errNum
  41221.     --enter statements to perform when no records are found such as...
  41222.     display dialog "Sorry, the item you selected could not be found."
  41223.     return
  41224. end try
  41225. memory
  41226. stress
  41227. update
  41228. previous
  41229. version
  41230. essage
  41231. messagepad{
  41232. messages{
  41233. messagewatcher
  41234. meta-content
  41235. methodx
  41236. methodology
  41237. methods
  41238. metrowerks
  41239. outlinesS
  41240. outlining
  41241. outlook{
  41242. outperform{
  41243. outputh
  41244. outputs
  41245. outside
  41246. outstanding
  41247. ovals
  41248. overB
  41249. overallx
  41250. overcome
  41251. overhead
  41252. overide
  41253. override
  41254. overview`
  41255. palettes
  41256. pallakoff
  41257. panelh
  41258. panels
  41259. panes
  41260. paper{
  41261. parametera
  41262. parameters
  41263. paraphernalia
  41264. parent
  41265. parse
  41266. parserW
  41267. parsing
  41268. parsons
  41269. part{
  41270. summary
  41271. aetracker
  41272. init/control
  41273. panel
  41274. allows
  41275. summary
  41276. application
  41277. which
  41278. provides
  41279. various
  41280. video
  41281. summary
  41282. controlling
  41283. finder
  41284. through
  41285. apple
  41286. summary
  41287. which
  41288. known
  41289. finderevents
  41290. summary
  41291. apple
  41292. peoplesoft
  41293. launched
  41294. partnership
  41295. summary
  41296. apple
  41297. computer
  41298. espana
  41299. prepared
  41300. guide
  41301. summary
  41302. apple
  41303. designed
  41304. maccheck
  41305. suport
  41306. provid
  41307. summary
  41308. apple
  41309. directions
  41310. developer
  41311. business
  41312. report}
  41313. summary
  41314. apple
  41315. directions
  41316. developer
  41317. business
  41318. report
  41319. 1-12/|
  41320. summary
  41321. apple
  41322. licensed
  41323. ported
  41324. ibm's
  41325. somobjects
  41326. summary
  41327. apple's
  41328. indian
  41329. language
  41330. summary
  41331. apple's
  41332. korean
  41333. language
  41334. affordable
  41335. summary
  41336. appleglot
  41337. translation
  41338. summary
  41339. appleglot
  41340. 2.4b6
  41341. translation
  41342. summary
  41343. applescript
  41344. easy-to-use
  41345. scripting
  41346. language
  41347. m 7.x.
  41348. qtmoviefromurl
  41349. qtmusic
  41350. qtmusic
  41351. sample
  41352. application
  41353. demonstrates
  41354. qtpict
  41355. qtrecordmovie
  41356. qtshell
  41357. qtshell
  41358. simple
  41359. quicktime
  41360. quicktime
  41361. viewer
  41362. framew
  41363. qtshortcut
  41364. qtshoweffect
  41365. qtsndtween
  41366. qtsndtween
  41367. defines
  41368. functions
  41369. illustrate
  41370. modify
  41371. qtstreamsplicer
  41372. qtstreamsplicer
  41373. sample
  41374. shows
  41375. splice
  41376. qttext
  41377. qttext
  41378. sample
  41379. application
  41380. shows
  41381. searches
  41382. qttimecode
  41383. qttimecode
  41384. sample
  41385. application
  41386. illustrates
  41387. qtvectors
  41388. qtvectors
  41389. simple
  41390. application
  41391. constructs
  41392. quicktim
  41393. quadraW
  41394. quadrasW
  41395. quadratic
  41396. quake
  41397. qualcomm's
  41398. nts of ASLM 1.1.2 needed to develop MacSNMP agents.
  41399. The folder MacSNMP Update 1.1.1 contains a new version of the SNMP Macintosh Agent that fixes a problem with the gestaltTable wi
  41400. es: windows, buttons, formatted text, etc.
  41401. Foundation Reference
  41402. The complete reference for OpenStep Foundation classes and protocols. Foundation is the heart of any OpenStep application, providing memory management and crucial classes such as NSArray, NSString, and NSThread.
  41403. CURRENT DOCUMENTATION:
  41404. Current documentation set is available on the Developer CD May 97, Tool Chest series or on our website via DevWorld at http://devworld.apple.com/dev/SWTechPubs/Documents/Download/apple.html.
  41405. *Discovering OPENSTEP: A Developer Tutorial (Windows NT)
  41406. *Object-Oriented Programming and the Objective-C Language
  41407. *Topics in OPENSTEP Programming
  41408. JNDiscoveringOpenstepBook.pdf
  41409. IntroAppKitBook.pdf
  41410. IntroFoundationBook.pdf
  41411. READMEK
  41412. Oct 97O]Dev.CD Oct 97 SDK1:What's New:Technical Documentaion:Rhapsody/OpenStep:RhapsodyDocumentation:PhDev.CD Oct 97 SDK1
  41413.  - What's New
  41414.  - Technical Documentaion
  41415.  - Rhapsody/OpenStep
  41416.  - RhapsodyDocumentationQuickTime:QuickTime VR:VRBackBuffer:
  41417. !OPDev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:AE Interaction Sample:PXDev.CD Nov 00 TC Disk 1
  41418.  - Sample Code
  41419.  - Interapplication Comm
  41420.  - AE Interaction SampleV
  41421. 68232X
  41422. Nov 00^    TC Disk 1
  41423. --set theItem to choose file -- uncomment to test in an AS editor
  41424.     tell application "Finder"
  41425.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:AE Interaction Sample:"
  41426.         activate
  41427.     end tell
  41428. on error errMsg number errNum
  41429.     --enter statements to perform when no records are found such as...
  41430.     display dialog "Sorry, the item you selected could not be found."
  41431.     return
  41432. end try
  41433. e    No Changef)AppleEvent
  41434. interaction
  41435. AEInteractWithUserq
  41436. Dev.CD Nov 00 TC Disk 1
  41437. All Packages
  41438. AE Sample Applications
  41439. 68233X
  41440. 1.0.2
  41441. qdmediahandler
  41442. qdmediamaker
  41443. internals
  41444. qdesign
  41445. decomp
  41446. egistry~
  41447. release
  41448. reporting
  41449. reports
  41450. requests
  41451. resedit
  41452. resources
  41453. JKAppletTag.js
  41454. dd.bat
  41455. DraggingSpritesApplet.zip
  41456. dsa.html
  41457. media
  41458. README.txt
  41459. - Common
  41460.     - Sun Compliant Java Runtime Environment 1.1
  41461.     - QuickTime 3 
  41462.     - QTJava.zip
  41463.     - QTJava media samples
  41464. - Windows 95, 98, or NT::
  41465.     - JRE/JDK from Sun Microsystems, Inc. recommendedN
  41466. QuickTime, Java, MRJOXDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:DSApplet.win:PfDev.CD Nov 00 TC Disk 2
  41467.  - Sample Code
  41468.  - QuickTime
  41469.  -  All Java
  41470.  - QuickTime for Java
  41471.  - DSApplet.winf5AppleScript
  41472. Apple events
  41473. recordable
  41474. scriptable
  41475. scriptq
  41476. Dev.CD Nov 00 TC Disk 1
  41477. All Packages
  41478. AE Tools
  41479. *Summary: This folder contains tools that are useful in developing Apple event-aware applications.
  41480. Features: Tools that will test and debug Apple events; build 'aete' resources; build, send, and verify Apple event records; debug the OSL; MacsBug dcmds; FKEYS; send Apple events via XCMDS; and more.
  41481. May 92L
  41482. May 95V
  41483. 64982X
  41484. 1e    No Change
  41485. irectly licensing and including the "English Text-to-Speech" and/or "Mexican Spanish Text-to-Speech" installers (available both as disk images and as network/hard-disk installers) or by working from the source for the scripts, which is provided here.
  41486. Macintosh users can receive the system software that lets their Macintosh computers talk in any of three ways:
  41487.  It comes pre-installed on many Macintosh computers, but not all.
  41488.  Users can download Apple's PlainTalk "English Text-to-Speech" 
  41489. Mand "Mexican Spanish Text-to-Speech" software from Apple's web site.
  41490.  Developers can license this software for distribution with their applications. Contact Apple's licensing group for more information about licensing Apple software.
  41491.       512-919-2645
  41492.       AppleLink:   SW.LICENSE
  41493.       Internet:  SW.LICENSE@applelink.apple.com
  41494. JxDocumentation
  41495. Files
  41496. Installer Source
  41497. Interfaces
  41498. Scripting
  41499. Speech Synthesis Mgr Installers
  41500. Text-to-Speech - Read Me FirstK
  41501. Jul 96L
  41502. Jan 97
  41503. $F    QuickTimeO
  41504. Dev.CD Jan 94
  41505. Dev.CD Oct 93P
  41506. Dev.CD Jan 94
  41507. Dev.CD Oct 9e
  41508. asynchronous
  41509. movie
  41510. loading
  41511. quicktime
  41512. browser
  41513. quicktime
  41514. callback
  41515. movie
  41516. quicktime
  41517. codec
  41518. quicktime
  41519. component
  41520. quicktime
  41521. compression
  41522. quicktime
  41523. dithering
  41524. compression
  41525. quicktime
  41526. compression
  41527. ter statements to perform when no records are found such as...
  41528.     display dialog "Sorry, the item you selected could not be found."
  41529.     return
  41530. end try
  41531. All Packages
  41532. QuickDraw GXO
  41533. Dev.CD Apr 95
  41534. Dev.CD Jan 95P
  41535. Dev.CD Apr 95
  41536. Dev.CD Jan 9V
  41537. 64205X
  41538. Apr 95
  41539. p--set theItem to choose file -- uncomment to test in an AS editor
  41540.     tell application "Finder"
  41541.         open item "Dev.CD Apr 95
  41542. Dev.CD Jan 95"
  41543.         activate
  41544.     end tell
  41545. on error errMsg number errNum
  41546.     --enter statements to perform when no records are found such as...
  41547.     display dialog "Sorry, the item you selected could not be found."
  41548.     return
  41549. end try
  41550. All Packages
  41551. driver
  41552. driver
  41553. locales
  41554. locales
  41555. localization
  41556. localization
  41557. japan
  41558. localization
  41559. tools
  41560. localize
  41561. localize
  41562. locator
  41563. logengine
  41564. double
  41565. double
  41566. doubles
  41567. looksmart
  41568. looksmart
  41569. lookup
  41570. lookupmenu
  41571. lproj
  41572. lurkers
  41573. lurkers
  41574. lurkers
  41575. lurkers
  41576. lurkers
  41577. readme
  41578. lurkers
  41579. readme
  41580. hosesample
  41581. classes
  41582. framework
  41583. graphics
  41584. primer
  41585. interfaces
  41586. guidelines
  41587. development
  41588. toolkit
  41589. machack
  41590. rs & dcmds
  41591.  - MacsBug 6.6
  41592. thisB
  41593.     C=of action procedure, both for 68K and PowerPC architectures.
  41594. AppleEvents.c
  41595. BareBones.c
  41596. BareBones.h
  41597. Documentation
  41598. Events.c
  41599. Initialize.c
  41600. Live Scroll.mcp
  41601. LiveScroll(PPC)
  41602. LiveScroll.rsrc
  41603. Menus.c
  41604. Prototypes.h
  41605. ScrollBars.c
  41606. ScrollBars.h
  41607. Utilities.c
  41608. Windows.cK
  41609. Jul 96N+live scrolling, control, appearance, scrollOHDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Live Scroll:PPDev.CD Nov 00 TC Disk 1
  41610.  - Sample Code
  41611.  - Human Interface Toolbox
  41612.  - Live Scrollin an AS editor
  41613.     tell application "Finder"
  41614.         open item "Dev.CD Aug 97 TC
  41615. Dev.CD Jan 94
  41616. Dev.CD Oct 93
  41617. Dev.CD Jul 93
  41618. Dev.CD Apr 93
  41619. Dev.CD Jan 92
  41620. Dev.CD Vol. XI
  41621. Dev.CD Vol. X
  41622. Dev.CD Vol. IX
  41623. Dev.CD Vol. VIII
  41624. Dev.CD Vol. VII
  41625. Dev CD Vol. VI"
  41626.         activate
  41627.     end tell
  41628. on error errMsg number errNum
  41629.     --enter statements to perform when no records are found such as...
  41630.     display dialog "Sorry, the item you selected could not be fB
  41631. ound."
  41632.     return
  41633. end try
  41634. UD!All Packages
  41635. Tool Chest Edition
  41636. using
  41637. usual
  41638. usually
  41639. utf-8
  41640. utilities
  41641. utility
  41642. utilization
  41643. utilize
  41644. utilized
  41645. utilizes
  41646. utilizing
  41647. uunpredictable
  41648. v-twinj
  41649. v1.0.1
  41650. v1.0.2
  41651. v1.1.3
  41652. v1.2.1R
  41653. v1.4.6f4
  41654. v1.5.1
  41655. v1.7.2
  41656. ound Manager
  41657. Readme Debug Sound ManagerK
  41658. Jan 98N
  41659. Debug Sound Manager 3.2.1ObDev.CD Apr 98 SDK2:Development Kits (Disc 2):Sound Manager:For Developers:Debugging Sound Manager:nge
  41660.  used in the "Quake III Arena" for the Macintosh by id Soft
  41661. ghlights; Human Interface (Do the Right Thing); QuickTime VR; OpenDoc Human Interface Q & A; Ask Don Norman (Where Will Apple Be in Five Years?).
  41662. Market Research Monthly (Macintosh User Profile Research From WWDC); Marketing Feature (Macintosh Entertainment Market); Developer Outlook (Recruiting Animators).
  41663. June 1995 Apple Directions Articles
  41664. They're Here: Power Computing Ships First Mac OS Compatibles
  41665. Strategy Mosaic: Copland: Technology For Customers' Sakes
  41666. Editor
  41667. s Note: Hedging Your
  41668.  Investments
  41669. IndustryWatch: Fast and Getting Faster
  41670. OpenDoc Developer Release 2
  41671. Apple Ships Open Transport Beta Software
  41672. Apple Reduces Prices on Developer University Self-Paced Training Products
  41673. develop Issue 22: More Than Ever!
  41674. CD Highlights: Reference Library Edition, June 1995
  41675. OpenDoc
  41676. One Architecture Fits All
  41677. Human Interface: Network Nirvana
  41678. Delta Alert: MPW Pro #17, E.T.O. #17, and Mac OS SDK #3
  41679. Market Research Monthly: The Most Popular Application Categories
  41680. Special Marketing Report:
  41681. xSummary: Driver Installer is a quick and dirty application to install drivers in an INIT or cdev file during the development cycle of the drivers.
  41682. When developing drivers we sometimes need to go into ResEdit a thousand times to copy DRVR and DATA resources to a file containing an INIT resource. This program automates copying resources and setting attributes a little bit.  
  41683. JGAbout Driver Installer
  41684. About Driver Installer.txt
  41685. Installer for DriversK
  41686. Vol IVO<Dev.CD Nov 00 TC Disk 1:Tool Chest:Devices:Driver Installer:PDDev.CD Nov 00 TC Disk 1
  41687.  - Tool Chest
  41688.  - Devices
  41689.  - Driver Installer
  41690. e    No Changef/QuickTime
  41691. Asyncronous
  41692. Handlerq
  41693. Dev.CD Nov 00 TC Disk 2
  41694. All Packages
  41695. qtflattentohandle
  41696. 67355X
  41697. Summary:  DiskFiller is a little utility that allows users to instantly fill any mounted disk.  This is incredibly useful for testing low-disk-space conditions.  You no longer have to duplicate file after file to fill your hard disk.
  41698.   It creates a file on the root level of the filled disk called "Filler".  To free the space, the user can throw away the "Filler" file.
  41699. Features:  Allows user to specify disk to fill, and how much space (in bytes or in kbytes) to leave free.  This way you caBOn test various amounts of low disk space.
  41700. Issues:  Only tested under System 7.
  41701. Stress testing tools.imgK
  41702. Apr 94N
  41703. Utility, Tool, Low Disk SpaceOLDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Stress testing tools:PTDev.CD Nov 00 TC Disk 1
  41704.  - Tool Chest
  41705.  - Testing & Debugging
  41706.  - Stress testing toolsif several files (with the name filename+suffix) already exist. a dialog hook procedure is responsible for presenting separate "Replace?" dialogs.  When the Save button is hit and
  41707. amounts
  41708. Wthe font used by MDEF 0 during PopUpMenuSelect. Note t
  41709. program
  41710. shows
  41711. select
  41712. create
  41713. movie
  41714. program
  41715. shows
  41716. construction
  41717. composited
  41718. image
  41719. contains
  41720. golden
  41721. master
  41722. pre-release
  41723. versi@
  41724. example
  41725. demonstrates
  41726. script
  41727. applicatio@
  41728. example
  41729. shows
  41730. additional
  41731. frame
  41732. extension
  41733. patches
  41734. firmware
  41735. certain
  41736. macintosh@
  41737. application
  41738. test/demo
  41739. mt/mp
  41740. timers@
  41741. update
  41742. appearance
  41743. 1.0.3
  41744. package
  41745. contains
  41746. drive
  41747. setup
  41748. v1.7.2
  41749. program
  41750. lets@
  41751. sample
  41752. creates
  41753. wired
  41754. sprite
  41755. movie
  41756. containing
  41757. sample
  41758. illustrates
  41759. video
  41760. effects
  41761. sample
  41762. demonstates
  41763. basic
  41764. implmenetation
  41765. sample
  41766. demonstrates
  41767. implement
  41768. custom
  41769. usin@
  41770. sample
  41771. demonstrates
  41772. qdflushportbuff@
  41773. sample
  41774. updated
  41775. carbon
  41776. shows
  41777. certain
  41778. updates
  41779. patches
  41780. updating
  41781. updating
  41782. drivers
  41783. upgrader
  41784. upgrader
  41785. 1.2.3
  41786. engines
  41787. upgrading
  41788. upgrading
  41789. bbedit
  41790. uprocessguts
  41791. uprocessguts
  41792. uprocessldef
  41793. uprocessldef
  41794. uprocessutils
  41795. uprocessutils
  41796. access
  41797. access
  41798. manager
  41799. access
  41800. scripting
  41801. services
  41802. urlaccess
  41803. urlaccess
  41804. urlaccess
  41805. urlaccess
  41806. urlaccess68k
  41807. urlaccess68k
  41808. urlaccesslib
  41809. urlaccesslib
  41810. distribution
  41811. guide
  41812. usage
  41813. usage
  41814. history
  41815. 1.4.6b2
  41816. driver
  41817. useful
  41818. useful
  41819. addmenu
  41820. script
  41821. manual
  41822. user's
  41823. userchkgestaltfuncti
  41824. userchkgestaltfuncti
  41825. $This version of TESample has been substantially reworked in C++ to show how a "typical" object-oriented program could be written.  To this end, what was once a single source code file has been restructured into a set of classes which demonstrate the advantages of object-oriented programming.
  41826. AppLib.h
  41827. AppLib.o
  41828. AppLib.r
  41829. Application.cp
  41830. Application.cp.o
  41831. Application.h
  41832. C.pipe.cmnd
  41833. C.pipe.code.c
  41834. Document.cp
  41835. Document.cp.o
  41836. Document.h
  41837. Exceptions.cp
  41838. Exceptions.cp.o
  41839. Exceptions.h
  41840. Failure.o
  41841. FlowCtlMacs.d
  41842. List.cp
  41843. List.cp.o
  41844. List.h
  41845. ProgStrucMacs.d
  41846. README
  41847. TECommon.h
  41848. TEDocument.cp
  41849. TEDocument.cp.o
  41850. TEDocument.h
  41851. TESample
  41852. TESample.cp
  41853. TESample.cp.o
  41854. TESample.h
  41855. TESample.make
  41856. TESample.r
  41857. TESampleGlue.a
  41858. TESampleGlue.a.o
  41859. UMAFailure.a
  41860. UMAFailure.a.o
  41861. UMAFailure.h
  41862. UMAFailure.inc1.p
  41863. UMAFailure.p
  41864. UMAFailure.p.o
  41865. MPW 3.1 or laterN&TextEdit, TESample, C++, CPlusTESampleO;Dev.CD Nov 00 TC Disk 2:Sample Code:Overview:CPlusTESample:PCDev.CD Nov 00 TC Disk 2
  41866.  - Sample Code
  41867.  - Overview
  41868.  - CPlusTESample
  41869. Demonstration of DSp 1.7 or 1.1.4 context switching.  This eaxmple shows DSP context switching with both DSp 1.7 and later built in functions and the equivalent in DrawSprcoket 1.1.4 and earlier.
  41870. Due to a bug in earlier version of DSp 1.7, it is recommended that the DSpContext_Reserve and DSpContext_Queue functions only beused in DSp 1.7.3 and later, prior to this it is recommended that one use the earlier version of the the switching code.
  41871. The controls for the sample application are:
  41872. - BJright arrow for a larger context
  41873. - left arrow for smaller
  41874. - Cmd-Q to exit.
  41875. JfDSp Context Switch
  41876. DSp Context Switch Main.c
  41877. DSp Context Switch.CW2.
  41878. DSp Context Switch.CW5.
  41879. Read MeK
  41880. Feb 00M[PowerPC, System 8.1+, DrawSprocket, and either Universal Interfaces 3.3 or DrawSprocket SDKN
  41881. DrawSprocket, Context SwitchO=Dev.CD Nov 00 TC Disk 1:Sample Code:Games:DSp Context Switch:PEDev.CD Nov 00 TC Disk 1
  41882.  - Sample Code
  41883.  - Games
  41884.  - DSp Context Switchund."
  41885.     return
  41886. end try
  41887. e    No Change
  41888. All Packages
  41889. QuickDraw GXO
  41890. Dev.CD Jan 96 SDK1P
  41891. Dev.CD Jan 96 SDKV
  41892. 69052X
  41893. Jan 96
  41894. g--set theItem to choose file -- uncomment to test in an AS editor
  41895.     tell application "Finder"
  41896.         open item "Dev.CD Jan 96 SDK1"
  41897.         activate
  41898.     end tell
  41899. on error errMsg number errNum
  41900.     --enter statements to perform when no records are found such as...
  41901.     display dialog "Sorry, the item you selected could not be found."
  41902.     return
  41903. end try
  41904. All Packages
  41905. QuickDraw GXO#Dev.CD Aug 96 TC
  41906. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  41907. Dev.CD Jan 96 SDKV
  41908. 69053X
  41909. Aug 96
  41910. x--set theItem to choose file -- uncomment to test in an AS editor
  41911.     tell application "Finder"
  41912.         open item "Dev.CD Aug 96 TC
  41913. Dev.CD Jan 96 SDK1"
  41914.         activate
  41915.     end tell
  41916. on error errMsg number errNum
  41917.     --enter statements to perform when no records are found such as...
  41918.     display dialog "Sorry, the item you selected could not be found."
  41919.     return
  41920. end try
  41921. file/folder
  41922. file/resource
  41923. filed
  41924. SndPlayDB
  41925. This is a set of functions that reproduce the functionality of SndPlayDoubleBuffer, and they run under Carbon, giving developers who use SndPlayDoubleBuffer a simpler transition to Carbon.
  41926. This sample shows how to parse the input structures to SndPlayDoubleBuffer and set up a sequence of bufferCmd and callBackCmd commands to play sounds and call the user's/application's SndPlayDoubleBufferCallBack function.
  41927. This sample does not have to be run under Carbon, it works just fine under ClassiB
  41928. c as well.
  41929. This sample can also be adapted to be useful to developers who would like to have better control over synchronization of sounds or playback and recording.
  41930. JLCarbonSndPlayDB Readme
  41931. CarbonSndPlayDB.c
  41932. CarbonSndPlayDB.h
  41933. CarbonSndPlayDB.
  41934. MCSound Manager 3.x, Carbon 1.0.2 to run as a carbon compiled libraryN
  41935. SndPlayDoubleBuffer, CarbonO:Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:CarbonSndPlayDB:V
  41936. 66719X
  41937. 1e    No Change
  41938. ul 96
  41939. --set theItem to choose file -- uncomment to test in an AS editor
  41940.     tell application "Finder"
  41941.         open item "Dev.CD Jul 99 SDK1:What's New:Reference Library:Technical Publications:MacOSXServer:"
  41942.         activate
  41943.     end tell
  41944. on error errMsg number errNum
  41945.     --enter statements to perform when no records are found such as...
  41946.     display dialog "Sorry, the item you selected could not be found."
  41947.     return
  41948. end try
  41949. cross-industry
  41950. cross-platform{
  41951. crucial
  41952. cryptic
  41953. cryptographic
  41954. culture{
  41955. cunningham
  41956. curbow
  41957. curious
  41958. current
  41959. doublebuffer
  41960. doubles
  41961. download
  41962. promisehfsflavor
  41963. promise
  41964. finder
  41965. quicktime
  41966. draghook
  41967. drawing
  41968. drawsprocket
  41969. drawsprocket
  41970. color
  41971. depth
  41972. resolution
  41973. switching
  41974. drawsprocket
  41975. context
  41976. switch
  41977. drawsprocket
  41978. getversion
  41979. context
  41980. drawsprocket
  41981. gspgetversion
  41982. toolbox
  41983. drive
  41984. driveid
  41985. driver
  41986. driver
  41987. gestalt
  41988. drivers
  41989. device
  41990. driver
  41991. block
  41992. storage
  41993. drivergestalt
  41994. drivergestaltexplore
  41995. drivers
  41996. targetS
  41997. targeted
  41998. 68308X
  41999. Nov 00^    TC Disk 2
  42000. --set theItem to choose file -- uncomment to test in an AS editor
  42001.     tell application "Finder"
  42002.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:AudioConverter:"
  42003.         activate
  42004.     end tell
  42005. on error errMsg number errNum
  42006.     --enter statements to perform when no records are found such as...
  42007.     display dialog "Sorry, the item you selected could not be found."
  42008.     return
  42009. end try
  42010. e    No Changeq
  42011. Dev.CD Nov 00 TC Disk 2
  42012. All Packages
  42013. Audit app & dcmd
  42014. Summary:  Audit is a small library of functions that provide an unobtrusive event tracing capability to applications, drivers, code-resources, call-backs, and any other "flavor" of Macintosh software.
  42015. The DisplayAudit application may be used to follow the execution of a program being audited.  It can display auditing from several sources, and allows logging the audited data to a text file.
  42016. General tools.imgK
  42017. Feb 94N
  42018. testing, debugginge
  42019. MultiTasking
  42020. MultiProcessingo0http://developer.apple.com/samplecode/index.htmlq
  42021. Dev.CD Nov 00 TC Disk 2
  42022. All Packages
  42023. MPW etc.
  42024. This disk image contains Golden Master and Pre-release versions of MPW, debuggers for both Power Macintosh and 68K Macintosh, some miscellaneous MPW-related software, and complete documentation.
  42025. MPW is a general-purpose development environment that can be used to create 68K and Power Macintosh applications.  It includes an editor, C/C++ compilers, assemblers, linkers, and dozens of useful tools and utilities.
  42026. MPW etc.img.binK
  42027. Nov 97L
  42028. Aug 00M
  42029. MPW requires a 68K Macintosh with a 68020 or higher microprocessor, or any Power Macintosh. MPW also requires System 7.5 or later.NKMPW, compilers, assemblers, linkers, tools, debuggers, performance analysisO=Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW etc.:PEDev.CD Nov 00 TC Disk 1
  42030.  - Tool Chest
  42031.  - Development Kits
  42032.  - MPW etc.V
  42033. 68779X
  42034. Nov 00^    TC Disk 1
  42035. e    No Change
  42036. engine
  42037. engine
  42038. internet
  42039. sherlock
  42040. enterprise
  42041. eomodeler
  42042. database
  42043. error
  42044. applesearch
  42045. appleshare
  42046. gatewayT
  42047. ethernetR
  42048. ethernet
  42049. built-in
  42050. address
  42051. burned-in
  42052. address
  42053. getenetaddr
  42054. ethernet
  42055. transport
  42056. address
  42057. ethernet
  42058. multicast
  42059. mdata
  42060. 802.2
  42061. 802.3
  42062. ethertalk
  42063. etsda
  42064. eventi
  42065. eventsb
  42066. example
  42067. exchange
  42068. expansion
  42069. export
  42070. exporters
  42071. external
  42072. extractor
  42073. faceless
  42074. family
  42075. fcode
  42076. features
  42077. fetch
  42078. field
  42079. folder
  42080. multiprocessor
  42081. manager
  42082. sample
  42083. Recognize
  42084. All Packages
  42085. System 7.5 Update 1.0O
  42086. Dev.CD Jul 95P
  42087. Dev.CD Jul 9V
  42088. 69425X
  42089. Jul 95
  42090. b--set theItem to choose file -- uncomment to test in an AS editor
  42091.     tell application "Finder"
  42092.         open item "Dev.CD Jul 95"
  42093.         activate
  42094.     end tell
  42095. on error errMsg number errNum
  42096.     --enter statements to perform when no records are found such as...
  42097.     display dialog "Sorry, the item you selected could not be found."
  42098.     return
  42099. end try
  42100. All Packages
  42101. System 7.5 Update 1.0O
  42102. Dev.CD Jul 95P
  42103. Dev.CD Jul 9V
  42104. 69426X
  42105. Jul 95
  42106. b--set theItem to choose file -- uncomment to test in an AS editor
  42107.     tell application "Finder"
  42108.         open item "Dev.CD Jul 95"
  42109.         activate
  42110.     end tell
  42111. on error errMsg number errNum
  42112.     --enter statements to perform when no records are found such as...
  42113.     display dialog "Sorry, the item you selected could not be found."
  42114.     return
  42115. end try
  42116. All Packages
  42117. System 7.5 Update 1.0O
  42118. Dev.CD Jul 95P
  42119. Dev.CD Jul 9V
  42120. 69427X
  42121. language
  42122. analysis
  42123. architecture
  42124. provides
  42125. applications
  42126. laserwriter
  42127. 8.5.1
  42128. release
  42129. contains
  42130. utilities
  42131. latest
  42132. macintosh
  42133. technotes
  42134. apple
  42135. devel
  42136. navigation
  42137. services
  42138. suite
  42139. greatly
  42140. enhances
  42141. system
  42142. picker
  42143. replaces
  42144. system
  42145. picker
  42146. 1.0.1
  42147. otchecknetfornbpname
  42148. sample
  42149. demonstrates
  42150. panoramic
  42151. image
  42152. rotated
  42153. counterclockwise
  42154. primary
  42155. purpose
  42156. sample
  42157. developer
  42158. virtual
  42159. server
  42160. attempt
  42161. provide
  42162. piece
  42163. sampl
  42164. thee{
  42165. their
  42166. themU
  42167. logical
  42168. login
  42169. logins
  42170. long-awaited
  42171. long-signal
  42172. long-term
  42173. longer
  42174. longitude
  42175. looks
  42176. lookup
  42177. lookupmenu
  42178. lookups
  42179. looming
  42180. looney
  42181. looping
  42182. loops
  42183. loose
  42184. loosely
  42185. lossiness
  42186. low-disk-space
  42187. low-level
  42188. lower
  42189. lower-case
  42190. lower-left
  42191. loyal{
  42192. he    No Changef ATA
  42193. ATAPI
  42194. CD-ROM
  42195. CD ROM
  42196. ATA Demoq
  42197. Dev.CD Nov 00 TC Disk 1
  42198. All Packages
  42199. ATAErrorDetector
  42200. ATAErrorDetector is sample code demonstrating how to test for certain kinds of ATA hard drives which would cause problems for some PowerBooks runnning in SCSI disk mode.
  42201. The sample demonstrates using the ATA inquiry command and the fields returned by this command to determine information about an ATA drive.  It detects an error documented in Technote 1116, "PowerBook HD Upgrades and SCSI Disk Mode Compatibility".
  42202. JoATA Error Detection.c
  42203. ATA Error Detector (PPC)
  42204. ATA Error Detector Read Me
  42205. ATA Error Detector.mcp
  42206. resources.rsrcK
  42207. Jan 98M
  42208. PowerBook with ATA manager (190, 2300, 5300, 1400, 3400, 2400).  Later PowerBooks are not affected by these bugs, but the test will run.N6ATA, PowerBook, SCSI, SCSI disk mode, ATAErrorDetectorONDev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:ATA:ATAErrorDetector:V
  42209. 68304X
  42210. 1e    No Change
  42211. common
  42212. common
  42213. files
  42214. inline
  42215. inline
  42216. input
  42217. textedit
  42218. input
  42219. inputsprocket
  42220. inputsprocket
  42221. inputsprocketpptest
  42222. inputsprockettest
  42223. inquiry
  42224. inside
  42225. inside
  42226. inside
  42227. movie
  42228. inside
  42229. macintosh
  42230. quickdraw
  42231. install
  42232. installed
  42233. installer
  42234. installer
  42235. 1.2.4
  42236. instance
  42237. instrumentation
  42238. instrumentation
  42239. 1.0.6
  42240. int'l
  42241. int'l
  42242. developer
  42243. contacts
  42244. interactiona
  42245. interactive
  42246. interactive
  42247. success
  42248. guide
  42249. interapplication
  42250. ipclister
  42251. exchange
  42252. installed
  42253. isimagewriter
  42254. iso9660
  42255. sample
  42256. issue
  42257. itemhider
  42258. Feb 92L
  42259. Nov 96O
  42260. Dev.CD Nov 99 TC:Sample Code:P
  42261. Dev.CD Nov 99 TC
  42262.  - Sample CodeV
  42263. 69325X
  42264. Nov 99^
  42265. r--set theItem to choose file -- uncomment to test in an AS editor
  42266.     tell application "Finder"
  42267.         open item "Dev.CD Nov 99 TC:Sample Code:"
  42268.         activate
  42269.     end tell
  42270. on error errMsg number errNum
  42271.     --enter statements to perform when no records are found such as...
  42272.     display dialog "Sorry, the item you selected could not be found."
  42273.     return
  42274. end try
  42275. Deletedq
  42276. Dev.CD Nov 99 TC
  42277. D!All Packages
  42278. Tool Chest Edition
  42279. F)Snippets - Interapplication Communication
  42280. aesend
  42281. aesend
  42282. aesend
  42283. aeutd
  42284. resourced
  42285. analyzerU
  42286. appleT
  42287. apple
  42288. workgroup
  42289. serversT
  42290. appleeventtypesd
  42291. appleeventtypes
  42292. applesearch
  42293. appleshare
  42294. appletalkT
  42295. appletalk
  42296. remote
  42297. accessT
  42298. architectureQ
  42299. archivedV
  42300. autoguest
  42301. buildingZ
  42302. building
  42303. samplesZ
  42304. coercionc
  42305. coercionsf
  42306. cursordevices
  42307. cursordevices
  42308. cursors
  42309. cursors
  42310. custicon
  42311. custicon
  42312. custicon
  42313. custom
  42314. customenabler
  42315. customget
  42316. customget
  42317. customget
  42318. customget
  42319. unresolved
  42320. alias
  42321. customget
  42322. unresolved
  42323. alias
  42324. customicon
  42325. customicon
  42326. customicon
  42327. customization
  42328. custompc/b
  42329. custompc/b
  42330. custompc/b
  42331. custompiccomments
  42332. custompiccomments
  42333. custompiccomments
  42334. customputappend
  42335. customputappend
  42336. --set theItem to choose file -- uncomment to test in an AS editor
  42337.     tell application "Finder"
  42338.         open item "Dev.CD Feb 00 TC:Interactive Media Resources:EOModeler:"
  42339.         activate
  42340.     end tell
  42341. on error errMsg number errNum
  42342.     --enter statements to perform when no records are found such as...
  42343.     display dialog "Sorry, the item you selected could not be found."
  42344.     return
  42345. end try
  42346. Deleted
  42347. Deleted
  42348.  Unli
  42349. xOEDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:PMDev.CD Nov 00 TC Disk 1
  42350.  - Tool Chest
  42351.  - Testing & Debugging
  42352.  - General toolsV
  42353. 68959X
  42354. Nov 00^    TC Disk 1
  42355. --set theItem to choose file -- uncomment to test in an AS editor
  42356.     tell application "Finder"
  42357.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:"
  42358.         activate
  42359.     end tell
  42360. on error errMsg number errNum
  42361.     --enter statements to perform when no records are found such as...
  42362.     display dialog "Sorry, the item you selected could not be found."
  42363.     return
  42364. end try
  42365. e    No Changef
  42366. testing
  42367. debugging
  42368. printersq
  42369. Dev.CD Nov 00 TC Disk 1
  42370. All Packages
  42371. ProcDoggie
  42372. ProcDoggie is a full blown application that demonstrates a variety of Process Manager-related techniques, including:
  42373. 1. Getting a list of running processes
  42374. 2. Getting information about a running process
  42375. 3. Launching a processes, with and without opening documents
  42376. May 97
  42377. 1e    No Change
  42378. This snippet shows the an example of ictb resource this is discussed in Inside Macintosh:Macintosh Toolbox Essentials, page 6-158 t0 6-164. It is based on the Dialog Manager Q&A technote.
  42379. There is no Rez template for ictb, and no ResEdit template or editor.  This sample ictbSample.r shows how you can do one by hand.
  42380. Resorcerer provides an excellent ictb editor to use ictb in your dialog boxes.
  42381. JBictbSample(PPC)
  42382. ictbSample.mcp
  42383. ictbSample.r
  42384. ictbSample.rsrc
  42385. main.cN
  42386. ictb, Dialog ManagerOGDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:ictbSample:PODev.CD Nov 00 TC Disk 1
  42387.  - Sample Code
  42388.  - Human Interface Toolbox
  42389.  - ictbSamplehen choose to (1) accept the certificate permanently, thereby adding it to your Java security database, or (2) to run this applet now but not add the certificate to the database, or (3) to reject the certificate.
  42390. NOTE: If you reject the certificate, the applet will still run, as long as it does not attempt to perform a restricted activit
  42391. 68307X
  42392. Nov 00^    TC Disk 2
  42393. --set theItem to choose file -- uncomment to test in an AS editor
  42394.     tell application "Finder"
  42395.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:AudioCodec:"
  42396.         activate
  42397.     end tell
  42398. on error errMsg number errNum
  42399.     --enter statements to perform when no records are found such as...
  42400.     display dialog "Sorry, the item you selected could not be found."
  42401.     return
  42402. end try
  42403. e    No Changeq
  42404. Dev.CD Nov 00 TC Disk 2
  42405. All Packages
  42406. AudioConverter
  42407. 68308X
  42408. lurkers
  42409. lurkers
  42410. examine
  42411. projector
  42412. macapp
  42413. macapp-based]
  42414. macbug
  42415. maccalendar
  42416. machineh
  42417. machinesZ
  42418. macintoshP
  42419. needs
  42420. neighborhood
  42421. netsprocket
  42422. netstat
  42423. netware
  42424. networkR
  42425. network
  42426. administrator
  42427. network
  42428. appleevents
  42429. network
  42430. driver
  42431. network
  42432. management
  42433. network
  42434. preferences
  42435. network
  42436. server
  42437. network
  42438. setup
  42439. network
  42440. softwareR
  42441. networking
  42442. networking
  42443. communications
  42444. newgworldr
  42445. newgworld
  42446. gworldr
  42447. newpalette
  42448. newsz
  42449. no-copy
  42450. no-copy
  42451. receives
  42452. nocopyreceives
  42453. nopoweroffkey
  42454. notes
  42455. notifiers
  42456. novell
  42457. nsetpalette
  42458. nshost
  42459. nshost
  42460. cocoa
  42461. address
  42462. nubus
  42463. number
  42464. number
  42465. formatting
  42466. numbers
  42467. objec
  42468. objec
  42469. oriented
  42470. object
  42471. object
  42472. object
  42473. pascal
  42474. object-oriented
  42475. objective-c
  42476. screen
  42477. gworld
  42478. PRDev.CD Nov 00 TC Disk 2
  42479.  - Sample Code
  42480.  - QuickTime
  42481.  - Basics
  42482.  - DragAndDrop ShellV
  42483. 68501X
  42484. Nov 00^    TC Disk 2
  42485. --set theItem to choose file -- uncomment to test in an AS editor
  42486.     tell application "Finder"
  42487.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:DragAndDrop Shell:"
  42488.         activate
  42489.     end tell
  42490. on error errMsg number errNum
  42491.     --enter statements to perform when no records are found such as...
  42492.     display dialog "Sorry, the item you selected could not be found."
  42493.     return
  42494. end try
  42495. e    No Changef
  42496. QuickTime
  42497. Dev.CD Nov 00 TC Disk 2
  42498. All Packages
  42499. DraggingSpritesI
  42500. This demo program shows how to define MouseResponders to customise the behaviour of MouseDrag actions and to define a custom Matrix transformations on a Sprite.J9dd.bat
  42501. DraggingSprites
  42502. DraggingSprites.zip
  42503. README.txt
  42504. Feb 00
  42505. O[Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:DraggingSprites:V
  42506. 68502X
  42507. 1e    No Change
  42508. 68684X
  42509. Nov 00^    TC Disk 1
  42510. --set theItem to choose file -- uncomment to test in an AS editor
  42511.     tell application "Finder"
  42512.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Live Scroll:"
  42513.         activate
  42514.     end tell
  42515. on error errMsg number errNum
  42516.     --enter statements to perform when no records are found such as...
  42517.     display dialog "Sorry, the item you selected could not be found."
  42518.     return
  42519. end try
  42520. e    No Changef(live scrolling
  42521. control
  42522. appearance
  42523. scrollq
  42524. Dev.CD Nov 00 TC Disk 1
  42525. All Packages
  42526. Load PCI DriverI
  42527. Load PCI Driver is a utility for PCI driver writers. It lets you to load and unload a Native PCI driver ('ndrv') without having to restart. This is very useful when debugging your native driver.JyFullPath.c
  42528. FullPath.h
  42529. Load PCI Driver(PPC)
  42530. Load PCI Driver.c
  42531. Load PCI Driver.mcp
  42532. Load PCI Driver.rsrc
  42533. MoreFiles
  42534. SimpleAppK
  42535. Sep 97M
  42536. PowerPC PCI based MacintoshN(PCI ndrv driver loader, Load PCI Driver
  42537. ript, such as ClarisWorks 4
  42538. wisted jungle of the Power Macintosh. Please keep your head and arms inside at all times.
  42539. GRAPHICAL TRUFFLES: A Library for Traversing Paths by Daniel I. Lipton.  Parsing QuickDraw GX geometric shapes takes a bit of code, but it
  42540. s already been written for you.
  42541. THE VETERAN NEOPHYTE:  Your Friend the Drill Sergeant  by Dave Johnson.  Learning to shoot pool isn
  42542. t anything like learning to program computers. Right?
  42543. KON & BAL
  42544. S PUZZLE PAGE   QuickTime Quandary  by Konstantin Othmer and BruceFt Leak.  More Macintosh madness from the MacsBug mentors. There
  42545. s a possibility you might actually score on this one!
  42546. JBdevelop Issue 27
  42547. develop Issue 27 code
  42548. develop Issue 27 referencesK
  42549. Sep 96L
  42550. Nov 96OIDev.CD Sep 00 RL Disk 1:Technical Documentation:Develop:develop Issue 27:PQDev.CD Sep 00 RL Disk 1
  42551.  - Technical Documentation
  42552.  - Develop
  42553.  - develop Issue 27Apple Media Conference. To print out these instructions, open the File menu and choose Print; then click the Print button in the 
  42554. one's
  42555. one-source
  42556. one-time
  42557. onescanner
  42558. online_
  42559. onlyy
  42560. developer
  42561. documentation
  42562. collection
  42563. books
  42564. you'll
  42565. access
  42566. docume
  42567. collection
  42568. documentation
  42569. developer
  42570. notes
  42571. collection
  42572. quicktime
  42573. developer
  42574. documentation
  42575. video
  42576. collection
  42577. webobjects
  42578. developer
  42579. documentation
  42580. documen
  42581. collections
  42582. collectionservices
  42583. collectpictcolors
  42584. colorsieve
  42585. "Live Scroll" is a bare bones application demonstrating one approach you can take  to implementing live scrolling (aka active and dynamic scrolling) during the tracking of scroll bar thumbs. Scroll arrows allow accurate placement of a document within its window, but are often too slow when the user wishes to scroll the content relatively large distances. While the scroll thumb can be used in this situation, it is less than ideal because the user cannot see the result of the scroll until th
  42586. e thumb is released. As a result, the user often finds that two or more scroll operations are required before the desired positioning is achieved. These problems can be overcome by implementing live scrolling within an application which allows a user to more accurately scroll a document to the correct position with direct control over the speed of the scrolling, and by providing complete visual feedback of the scrolling operation as it occurs.
  42587. It also demonstrates the two different types 
  42588. s with CopyBits() to manipulate image data between offscreen graphics ports and a visible window.
  42589. QuickTime
  42590. -   The playing of a movie into an offscreen port and transfer to a visible window.
  42591. -   The use of a modifier track to provide additional information as to the display characteristics of the video tracks in the movie.
  42592. -   Operation of the SetVideoMediaGraphicsMode() function to provide a Chromakeying effect. 
  42593. -   The use of the movie controller to manipulate the playback of the m
  42594. ovie.
  42595. Additional features demonstrated
  42596. -   Checking in a PowerPC native application if a system feature is available from a weak linked shared library as Gestalt() doesn't always provide the correct response.
  42597. -   The implementation of the Dialog manager GetStdFilterProc() and SetDialogDefaultItem() functions to provide default alert and warning dialogs with highlighting of the default button. These functions are not documented within Inside Macintosh, but have been available since System
  42598. to post public messages to the network.
  42599. Talking Heads:  Startup document that allow you to "talk" with others in your network.  Files can be transferred between users.
  42600. TalkTool:  TalkTool is an MPW tool that allows you to use several protocols over AppleTalk.  It can send DDP, ATP, and Echo packets, and you can register names, get the zone list, and view names registered in the network
  42601. TCP:  Includes two MPW Tools, TCPSend and TCPReceive, that demonstrate a very simple establishment of 
  42602. a TCP connection and sending a text string over that connection. An API library of all the MacCTB driver and DNR calls is also included.
  42603. TCP Server:  This client/server sample uses MacTCP to implement a simple "greeting" server.  The server opens up several listeners on kGreetingPort (1235).
  42604. TCPClose:  This snippet shows how to close a connection gracefully without causing errors or forcing aborts on either the local or remote end.
  42605. testNBP:  Test program to demonstrate case insensitivit
  42606. using
  42607. server
  42608. sample
  42609. 1.0.1
  42610. virtual
  42611. server
  42612. ot/ppp
  42613. ot/ppp
  42614. control
  42615. strip
  42616. sample
  42617. otchecknetfornbpname
  42618. otcoderesource
  42619. otdumpinternetstatus
  42620. otdumpportregistry
  42621. otendpointinfo
  42622. otfindserialports
  42623. otherresinfo-mungede
  42624. otllctest
  42625. otlookupnametest
  42626. otpapsampleserver
  42627. otpingsample
  42628. otsimpledownloadhttp
  42629. otsimpleserverhttp
  42630. otstreamlogviewer
  42631. ottcpwilldial
  42632. ottraceroutesample
  42633. gworld
  42634. output
  42635. profile
  42636. profiler
  42637. project
  42638. projects
  42639. publications
  42640. quadra
  42641. qualified
  42642. quickdraw
  42643. r13u5
  42644. r15d1
  42645. reader_
  42646. receive
  42647. redistribution
  42648. registration
  42649. registry~
  42650. release
  42651. reporting
  42652. reports
  42653. requests
  42654. resedit
  42655. resources
  42656. lectors
  42657. O\Dev.CD Nov 00 TC Disk 1:What's New?:Development Kits:Mac OS:MRJ:MRJ2.2.3 Redistribution SDK:PjDev.CD Nov 00 TC Disk 1
  42658.  - What's New?
  42659.  - Development Kits
  42660.  - Mac OS
  42661.  - MRJ
  42662.  - MRJ2.2.3 Redistribution SDKlop Issue  8:"
  42663.         activate
  42664.     end tell
  42665. on error errMsg number errNum
  42666.     --enter statements to perform when no records are found such as...
  42667.     display dialog "Sorry, the item you selected could not be found."
  42668.     return
  42669. end try
  42670. Deletedq
  42671. Dev.CD Sept 96 RL
  42672. D(All Packages
  42673. Reference Library Edition
  42674. develop Issue  9
  42675.     ll Packages
  42676. F    QuickTimeO
  42677. Dev.CD Jan 94P
  42678. Dev.CD Jan 9V
  42679. 65877X
  42680. Jan 94
  42681. b--set theItem to choose file -- uncomment to test in an AS editor
  42682.     tell application "Finder"
  42683.         open item "Dev.CD Jan 94"
  42684.         activate
  42685.     end tell
  42686. on error errMsg number errNum
  42687.     --enter statements to perform when no records are found such as...
  42688.     display dialog "Sorry, the item you selected could not be found."
  42689.     return
  42690. end try
  42691. All Packages
  42692. grown{
  42693. gs/os
  42694. guarantee
  42695. guest
  42696. guide_
  42697. guide-intelligent{
  42698. guideline
  42699. guidelines
  42700. guideplugin
  42701. guides
  42702. guiding
  42703. guillermo
  42704. gujarati
  42705. gulick
  42706. gunther
  42707. gurmukhi
  42708. guschwan
  42709. /A;http://developer.apple.com/techpubs/hardware/hardware.html
  42710. Dev.CD Nov 00 TC Disk 1
  42711. All Packages
  42712. Technical Publications: Java
  42713. 68084X
  42714. re that allows communications between the camera and the QuickTime IC system extenion. This is a unique component provided with the QuickTake 200. When the user launches the Camer
  42715. - Common
  42716.     - Sun Compliant Java Runtime Environment 1.1
  42717.     - QuickTime 3 
  42718.     - QTJava.zip
  42719.     - QTJava media samples
  42720. - Mac OS:
  42721.     - System 8 or later
  42722.     - Macintosh Runtime for Java (MRJ) 2.1
  42723. - Windows 95, 98, or NT::
  42724.     - JRE/JDK from Sun Microsystems, Inc. recommended
  42725. QuickTime, Java, MRJW
  42726. --set theItem to choose file -- uncomment to test in an AS editor
  42727.     tell application "Finder"
  42728.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:MovieCallbacks:"
  42729.         activate
  42730.     end tell
  42731. on error errMsg number errNum
  42732.     --enter statements to perform when no records are found such as...
  42733.     display dialog "Sorry, the item you selected could not be found."
  42734.     return
  42735. end try
  42736. ith an FKey wrapper. It uses the cool new Display Manager 2.0 to change the monitor screen resolution the specified HxV resolutions. This FKey will flip between 640x480 and BIG. BI
  42737. 66872X
  42738. ime and QuickTime VR movie support into an application.
  42739. Can be compiled and run under the Mac OS and under Windows.J
  42740. Application Files
  42741. Building QT Samples
  42742. Common Files
  42743. QTShell 68k
  42744. QTShell 68k.mcp
  42745. QTShell PPC
  42746. QTShell PPC.mcp
  42747. QTShell Win.mcp
  42748. QTShell.exe
  42749. QTShell.mak
  42750. READMEO=Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:QTShell:V
  42751. 65743X
  42752. 1e    No Change
  42753. OKDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:SGCapture:PVDev.CD Nov 00 TC Disk 2
  42754.  - Sample Code
  42755.  - QuickTime
  42756.  - QuickTime for Java
  42757.  - SGCaptureV
  42758. 69287X
  42759. Nov 00^    TC Disk 2
  42760. --set theItem to choose file -- uncomment to test in an AS editor
  42761.     tell application "Finder"
  42762.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:SGCapture:"
  42763.         activate
  42764.     end tell
  42765. on error errMsg number errNum
  42766.     --enter statements to perform when no records are found such as...
  42767.     display dialog "Sorry, the item you selected could not be found."
  42768.     return
  42769. end try
  42770. e    No Changef
  42771. QuickTime
  42772. Dev.CD Nov 00 TC Disk 2
  42773. All Packages
  42774. SGCapture2DiskI
  42775. This code shows how to use the SGDrawable class to display video within a QTCanvas. It also shows how to use the Sequence Grabber to capture a the incoming video to a movie file.J2ReadMe.txt
  42776. sg.bat
  42777. SGCapture.zip
  42778. SGCapture2Disk
  42779. Feb 00
  42780. 9288X
  42781. 1e    No Change
  42782. indata
  42783. SillyBalls, cocoa, portOXDev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:Project Builder:SonOfSillyBalls:PcDev.CD Nov 00 TC Disk 2
  42784.  - Sample Code
  42785.  - Platforms and Tools
  42786.  - Project Builder
  42787.  - SonOfSillyBallsV
  42788. 69341X
  42789. Nov 00^    TC Disk 2b
  42790. --set theItem to choose file -- uncomment to test in an AS editor
  42791.     tell application "Finder"
  42792.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:Project Builder:SonOfSillyBalls:"
  42793.         activate
  42794.     end tell
  42795. on error errMsg number errNum
  42796.     --enter statements to perform when no records are found such as...
  42797.     display dialog "Sorry, the item you selected could not be found."
  42798.     return
  42799. end try
  42800. New Packagef
  42801. SillyBalls
  42802. cocoa
  42803. sites@
  42804. snapshotsample
  42805. software
  42806. licensing
  42807. info@
  42808. sound@
  42809. soundconvert
  42810. rsrc@
  42811. source
  42812. masher@
  42813. speechmessage@
  42814. srcs@
  42815. standardmenus@
  42816. start@
  42817. stoppinf@
  42818. strings
  42819. listen
  42820. rsrc@
  42821. strip@
  42822. support
  42823. synccatch@
  42824. systemfolder@
  42825. tech@
  42826. tesampleglue@
  42827. testbed
  42828. prefix@
  42829. testfinderlaunch
  42830. testprinterclass
  42831. textchanger
  42832. 2.0.1@
  42833. than@
  42834. themes@
  42835. thumbnail
  42836. toolbox
  42837. topseeturvee@
  42838. transitions
  42839. themes@
  42840. ts3events@
  42841. ts3window
  42842. tsmte@
  42843. type@
  42844. ueenie@
  42845. ufailure
  42846. umousetrackbehavior
  42847. updates@
  42848. userchkgestaltfuncti
  42849. userstartup
  42850. goodies@
  42851. validator
  42852. 1.11@
  42853. vrmakeobject
  42854. vrscript
  42855. Summary: This folder contains MPW goodies from Developer Technical Support. 
  42856. Features:  
  42857.  AddChange
  42858.  AddHeader
  42859.  CancelWindowCheckOut
  42860.  ChangeFileName
  42861.  CheckedOutFiles
  42862.  CheckInAll
  42863.  CheckWindowIn
  42864.  CheckWindowOut
  42865.  CompareDirText
  42866.  CompareLastRevision
  42867.  CoolRequest
  42868.  CvtCComments
  42869.  DirActive
  42870.  Docs & Help Files:
  42871.  FindChange
  42872.  FindLurkers
  42873.  FLookup
  42874.  GetKeys
  42875.  GetLastChange
  42876.  GetMFSize
  42877.  InitProjector
  42878.  Justify
  42879.  KeyMenu
  42880.  Lookup
  42881.  LookupMenu
  42882.  MarkC
  42883.  MarkPascal
  42884.  MountProjector
  42885.  MountServer
  42886.  MyBuildMenu
  42887.  OpenCheckedOut
  42888.  OpenMultFiles
  42889.  OSErr
  42890.  PasMatIt
  42891.  Print2
  42892.  ProjectFolders
  42893.  ProjectMenu
  42894.  ProjListMenu
  42895.  Quit
  42896.  RelString
  42897.  SetMarkers
  42898.  SetMFSize
  42899.  SetProject
  42900.  SetProjector
  42901.  SourceMenu
  42902.  Srcs:
  42903.  StripUnits
  42904.  Trim
  42905.  UnmountProjector
  42906.  UnwrapCommentText
  42907.  UserStartup
  42908. Goodies
  42909.  Wild
  42910.  WrapCommentText
  42911. MPW Goodies Info
  42912. Vol IIIL
  42913. Vol VII2:Sample Code:Sound:AIFF writer sdev:PCDev.CD Nov 00 TC Disk 2
  42914.  - Sample Code
  42915.  - Sound
  42916.  - AIFF writer sdevV
  42917. 64990X
  42918. Nov 00e    No Change
  42919. JU Readme - Translation Mgr SDK
  42920. (Obsolete)
  42921. Document Converter
  42922. Documentation
  42923. Sample CodeK
  42924. Aug 98M
  42925. Code Warrior Pro 2 -or- ETO
  42926. 23N+easy open, translation manager, translationO?Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Translation Manager:PGDev.CD Oct 00 SDK1
  42927.  - Development Kits
  42928.  - Mac OS
  42929.  - Translation ManagerV
  42930. 69744X
  42931. Oct 00^
  42932. --set theItem to choose file -- uncomment to test in an AS editor
  42933.     tell application "Finder"
  42934.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Translation Manager:"
  42935.         activate
  42936.     end tell
  42937. on error errMsg number errNum
  42938.     --enter statements to perform when no records are found such as...
  42939.     display dialog "Sorry, the item you selected could not be found."
  42940.     return
  42941. end try
  42942. e    No Changef)easy open
  42943. translation manager
  42944. translationq
  42945. Dev.CD Oct 00 SDK1
  42946. All Packages
  42947. New & RevisedF
  42948. TubeTest
  42949. QTStreamSplicer is sample code that shows how to splice a still picture onto the front of a live streaming movie. Also allows you to splice a still picture over an audio-only streaming movie.
  42950. The source code is extremely straightforward; it illustrates how to create a movie that contains a track from another movie. It also shows how to save the new movie as self-contained (without any references to the media in the source movie).
  42951. Application Files
  42952. Building QT Samples
  42953. Common Files
  42954. QTStreamSplicer 68k
  42955. QTStreamSplicer 68k.mcp
  42956. QTStreamSplicer PPC
  42957. QTStreamSplicer PPC.mcp
  42958. QTStreamSplicer Win.mcp
  42959. QTStreamSplicer.c
  42960. QTStreamSplicer.exe
  42961. QTStreamSplicer.h
  42962. READMEM
  42963. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.N,QuickTime, Picture, Streaming, Splice, ImageOHDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Streaming:QTStreamSplicer:ystems
  42964. QT3DTween is a sample application that creates a QuickTime movie 
  42965. containing both a 3D track and a tween track. The 3D track is created 
  42966. by reading data from any 3DMF file. The tween track contains 
  42967. QuickDraw3D camera data. The camera data in the tween track 
  42968. specifies both an initial position for the camera and a final 
  42969. position for the camera. The result of the tween track can be 
  42970. seen as the movie is played: the objects in the scene will appear 
  42971. to move. 
  42972. The code is based on
  42973.  the QuickTime 3.0 APIs. Please note that 
  42974. all QuickTime atom data must be in big-endian format. The code 
  42975. makes use of the QuickTime 3.0 endian format conversion routines 
  42976. contained in the interface file Endian.h to do any required 
  42977. translations.
  42978. Note also the code contains very limited error checking. 
  42979. It's up to you to add the appropriate error-handling routines.
  42980. QT3DTween can be compiled and run under the MacOS and under Windows. 
  42981. The main tweening code is found in the file
  42982. fOQDev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Drivers:Load PCI Driver:P\Dev.CD Nov 00 TC Disk 1
  42983.  - Sample Code
  42984.  - Devices and Hardware
  42985.  - Drivers
  42986.  - Load PCI DriverV
  42987. 68685X
  42988. Nov 00^    TC Disk 1
  42989. --set theItem to choose file -- uncomment to test in an AS editor
  42990.     tell application "Finder"
  42991.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Drivers:Load PCI Driver:"
  42992.         activate
  42993.     end tell
  42994. on error errMsg number errNum
  42995.     --enter statements to perform when no records are found such as...
  42996.     display dialog "Sorry, the item you selected could not be found."
  42997.     return
  42998. end try
  42999. e    No Changef'PCI ndrv driver loader
  43000. Load PCI Driver
  43001. Dev.CD Nov 00 TC Disk 1
  43002. gD!All Packages
  43003. Tool Chest Edition
  43004. Localization for Japan
  43005.      GL, Game Sprockets and more.
  43006. Localized releases of Mac OS 9 may be found on the October, November, and December 1999 System Software Editions in the following languages: Chinese (Simges: Chinese (Sim
  43007. 65442X
  43008. All Packages
  43009. System 7.5 Update 1.0O
  43010. Dev.CD Jul 95P
  43011. Dev.CD Jul 9V
  43012. 69440X
  43013. Jul 95
  43014. b--set theItem to choose file -- uncomment to test in an AS editor
  43015.     tell application "Finder"
  43016.         open item "Dev.CD Jul 95"
  43017.         activate
  43018.     end tell
  43019. on error errMsg number errNum
  43020.     --enter statements to perform when no records are found such as...
  43021.     display dialog "Sorry, the item you selected could not be found."
  43022.     return
  43023. end try
  43024. All Packages
  43025. System 7.5 Update 2.0O"Dev.CD May 96 TC
  43026. Dev.CD Jul 96 SSWP!Dev.CD May 96 TC
  43027. Dev.CD Jul 96 SSV
  43028. 69441X
  43029. May 96
  43030. w--set theItem to choose file -- uncomment to test in an AS editor
  43031.     tell application "Finder"
  43032.         open item "Dev.CD May 96 TC
  43033. Dev.CD Jul 96 SSW"
  43034.         activate
  43035.     end tell
  43036. on error errMsg number errNum
  43037.     --enter statements to perform when no records are found such as...
  43038.     display dialog "Sorry, the item you selected could not be found."
  43039.     return
  43040. end try
  43041. shows
  43042. affect
  43043. background
  43044. color
  43045. control
  43046. shows
  43047. sound
  43048. multiple
  43049. times
  43050. shrink
  43051. shrink-wrapped
  43052. shrinking
  43053. shrunken
  43054. shutdownB
  43055. shuts
  43056. sicns
  43057. sidecompressorsettin
  43058. siegel
  43059. sierra
  43060. sierra/iso
  43061. signal
  43062. signaling
  43063. signals
  43064. signature
  43065. signatures
  43066. signaturetoapp
  43067. signed
  43068. significant
  43069. significantly
  43070. signing
  43071. simone
  43072. simpleb
  43073. e    No Changef
  43074. CopyBits
  43075. Screen Copy
  43076. Carbonq
  43077. Dev.CD Nov 00 TC Disk 1
  43078. All Packages
  43079. SnapshotSample
  43080. Snapshot Sample is a tiny application that shows how to grab the icon positions for all the files on the desktop and later restore those icon positions.  This is useful for programs, like games, that switch resolutions on the fly, thereby causing havoc for the user
  43081. s desktop icons.
  43082. JURead Me About Snapshot Sample
  43083. SnapshotSample(PPC)
  43084. SnapshotSample.c
  43085. SnapshotSample.mcpK
  43086. Feb 97L
  43087. Dec 97M
  43088. Scriptable FinderN
  43089. grab icon desktopOIDev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:SnapshotSample:PQDev.CD Nov 00 TC Disk 1
  43090.  - Sample Code
  43091.  - Interapplication Comm
  43092.  - SnapshotSampleV
  43093. 69317X
  43094. Nov 00^    TC Disk 1
  43095. e    No Change
  43096. 0 TC:Language Kits:Japanese Language Kit 1.2:P>Dev.CD May 00 TC
  43097.  - Language Kits
  43098.  - Japanese Language Kit 1.2V
  43099. 63767X
  43100. May 00^
  43101. #ese features and how to use them, see Using HyperCard 2.4.
  43102. Sep 97L
  43103. Jul 98
  43104. -NAcomponent, compression, decompression, sdec, scom, ALaw sdec scom uncomment to test in an AS editor
  43105.     tell application "Finder"
  43106.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Velocity Engine:VelEng Wavelet:"
  43107.         activate
  43108.     end tell
  43109. on error errMsg number errNum
  43110.     --enter statements to perform when no records are found such as...
  43111.     display dialog "Sorry, the item you selected could not be found."
  43112.     return
  43113. end try
  43114. f*Velocity Engine
  43115. AlitVec
  43116. Wavelet
  43117. Daubechiesq
  43118. Dev.CD Nov 00 TC Disk 1
  43119. All Packages
  43120. Verifier 1.0
  43121. 68141X
  43122.  types are more robust.
  43123. Issues:  Please contact Apple Licensing for redistribution information.
  43124. Claris XTND Files:
  43125. Document Converter
  43126. Documentation:
  43127. Macintosh Easy Open
  43128. Macintosh Easy Open Reference
  43129. Open Me
  43130. Read Me First
  43131. Translation Extensions:K
  43132. Jul 93L
  43133. Aug 95OADev.CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh Easy Open:
  43134. volumemount
  43135. volumes`
  43136. vrbackbuffer
  43137. vrbackbuffer
  43138. quicktime
  43139. panorama
  43140. movie
  43141. vrcursors
  43142. vrcursors
  43143. illustrates
  43144. change
  43145. vrefnum
  43146. vrmakeobject
  43147. vrmakeobject
  43148. simple
  43149. application
  43150. converts
  43151. linear
  43152. vrmakepano
  43153. vrmakepano
  43154. simple
  43155. application
  43156. converts
  43157. panoramic
  43158. vrmovies
  43159. vrmovies
  43160. quicktime
  43161. provide
  43162. support
  43163. vrscript
  43164. vrscript
  43165. supports
  43166. embedding
  43167. sounds
  43168. quicktime
  43169. movies
  43170. pictures
  43171. vrspeech
  43172. vucollect
  43173. vumark
  43174. w/mathlib
  43175. w/sound
  43176. w/sys
  43177. waiting
  43178. waitnextevent
  43179. waits
  43180. wake100
  43181. wakes
  43182. waving
  43183. 68835X
  43184. Nov 00^    TC Disk 1
  43185. --set theItem to choose file -- uncomment to test in an AS editor
  43186.     tell application "Finder"
  43187.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 3D:OpenGL DrawSprocket:"
  43188.         activate
  43189.     end tell
  43190. on error errMsg number errNum
  43191.     --enter statements to perform when no records are found such as...
  43192.     display dialog "Sorry, the item you selected could not be found."
  43193.     return
  43194. end try
  43195. e    No Changef6OpenGL
  43196. DrawSprocket
  43197. multiple monitor
  43198. renderer
  43199. agl fontq
  43200. Dev.CD Nov 00 TC Disk 1
  43201. D!All Packages
  43202. Mac OS SDK Edition
  43203. OpenGL Install
  43204.     DeepMask(PPC)
  43205. CopyDeepMask.c
  43206. CopyDeepMask.mcp
  43207. CopyDeepMask.rsrc
  43208. ReadMeL
  43209. Nov 00M
  43210. Color QuickDraw, CarbonLibN.CopyDeepMask, GWorld, offscreen GWorld, CarbonO=Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:CopyDeepMask:PEDev.CD Nov 00 TC Disk 1
  43211.  - Sample Code
  43212.  - Graphics 2D
  43213.  - CopyDeepMaskV
  43214. 66773X
  43215. Nov 00tp://developer.apple.com/samplecode/
  43216. Dev.CD Jun 97 SSV
  43217. 69026X
  43218. Jun 97
  43219. f--set theItem to choose file -- uncomment to test in an AS editor
  43220.     tell application "Finder"
  43221.         open item "Dev.CD Jun 97 SSW"
  43222.         activate
  43223.     end tell
  43224. on error errMsg number errNum
  43225.     --enter statements to perform when no records are found such as...
  43226.     display dialog "Sorry, the item you selected could not be found."
  43227.     return
  43228. end try
  43229. All Packages
  43230. QuickDraw 3DO
  43231. Dev.CD Jun 97 SSWP
  43232. Dev.CD Jun 97 SSV
  43233. 69027X
  43234. Jun 97
  43235. f--set theItem to choose file -- uncomment to test in an AS editor
  43236.     tell application "Finder"
  43237.         open item "Dev.CD Jun 97 SSW"
  43238.         activate
  43239.     end tell
  43240. on error errMsg number errNum
  43241.     --enter statements to perform when no records are found such as...
  43242.     display dialog "Sorry, the item you selected could not be found."
  43243.     return
  43244. end try
  43245. All Packages
  43246. QuickDraw 3DO
  43247. Dev.CD Jun 97 SSWP
  43248. Dev.CD Jun 97 SSV
  43249. 69028X
  43250. Jun 97
  43251. protocol
  43252. JvByrne's XCMDs & XFCNs
  43253. ColorScreen.c
  43254. CreateCopy.c
  43255. FilterDirectory.c
  43256. GetEOF.c
  43257. RemoveFile.c
  43258. Source
  43259. SystemFolder.c
  43260. XThingsK
  43261. Vol VL
  43262. Vol VIIMHHyperCard 2.0 or later, though most run under HyperCard 1.2.2 and 1.2.5.OhDev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Byrne's XCMDs&XFCNs:PvDev.CD Nov 00 TC Disk 1
  43263.  - Tool Chest
  43264.  - Development Kits
  43265.  - HyperCard Related
  43266.  - XCMDs & XFCNs
  43267.  - Byrne's XCMDs&XFCNsV
  43268. 68334X
  43269. Nov 00^    TC Disk 1
  43270. --set theItem to choose file -- uncomment to test in an AS editor
  43271.     tell application "Finder"
  43272.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Byrne's XCMDs&XFCNs:"
  43273.         activate
  43274.     end tell
  43275. on error errMsg number errNum
  43276.     --enter statements to perform when no records are found such as...
  43277.     display dialog "Sorry, the item you selected could not be found."
  43278.     return
  43279. end try
  43280. e    No Changeq
  43281. Dev.CD Nov 00 TC Disk 1
  43282. D!All Packages
  43283. Tool Chest Edition
  43284. Nov 94L
  43285. Nov 96O
  43286. Dev.CD Nov 99 TC:Sample Code:P
  43287. Dev.CD Nov 99 TC
  43288.  - Sample Code
  43289. window's
  43290. windowcolors
  43291. windowcompare
  43292. windowed
  43293. windowpicker
  43294. ture2disk
  43295. products
  43296. shadingwinds
  43297. shadingwinds
  43298. shadingwinds
  43299. shadingwinds
  43300. shadingwinds
  43301. shadingwinds
  43302. shapes
  43303. shapes
  43304. sharedmemory
  43305. sharedmemory
  43306. sharedmemory
  43307. sharedmemory
  43308. sharedmemory
  43309. pbproj
  43310. shareware
  43311. sheet
  43312. sheet
  43313. equeueele
  43314. showallmountedvolume
  43315. showallmountedvolume
  43316. showhidefolder
  43317. showhidefolder
  43318. showicon7
  43319. showicon7
  43320. looks
  43321. lookup
  43322. lookupmenu
  43323. lookups
  43324. looming
  43325. looney
  43326. looping
  43327. loops
  43328. loose
  43329. loosely
  43330. lossiness
  43331. low-disk-space
  43332. low-level
  43333. lower
  43334. lower-case
  43335. lower-left
  43336. loyal{
  43337. graphical
  43338. editor
  43339. which
  43340. create
  43341. adaptU
  43342. adaptation
  43343. additionalY
  43344. additions{
  43345. addresmenu[
  43346. addressy
  43347. address
  43348. resolution
  43349. protocol
  43350. protocol
  43351. mapping
  43352. addresses
  43353. addressing
  43354. addsZ
  43355. addvractions\
  43356. I:Summary: This document explains the Sad Mac Error codes.  J
  43357. Hardware tools.imgK
  43358. Vol IIIL
  43359. Jan 93OFDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Hardware tools:PNDev.CD Nov 00 TC Disk 1
  43360.  - Tool Chest
  43361.  - Testing & Debugging
  43362.  - Hardware toolsV
  43363. 69244X
  43364. Nov 00^    TC Disk 1
  43365. --set theItem to choose file -- uncomment to test in an AS editor
  43366.     tell application "Finder"
  43367.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Hardware tools:"
  43368.         activate
  43369.     end tell
  43370. on error errMsg number errNum
  43371.     --enter statements to perform when no records are found such as...
  43372.     display dialog "Sorry, the item you selected could not be found."
  43373.     return
  43374. end try
  43375. e    No Changeq
  43376. Dev.CD Nov 00 TC Disk 1
  43377. D!All Packages
  43378. Tool Chest Edition
  43379. Sample Code
  43380.     .2N4pre-mixer component, vu-meter, Sound PreMixer effectO@Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:Sound PreMixer effect:V
  43381. 64465X
  43382. 1e    No Change
  43383. probably
  43384. don't
  43385. Apple System Profiler (ASP) lets you gather information about the configuration of your computer. The information that ASP reports may be useful if you place a call to the Apple User Assistance Center or for recording system configurations during testing.
  43386. If you have one of the computers listed below, we recommend that you install Apple System Profiler now. Note that you MUST be running Mac OS version 7.5.2 or 7.5.3 or later to successfully install Apple System Profiler.
  43387. * Power Macintos
  43388. h 9500, 8500, 8100, 7600, 7500, 7200, 7100, 6100, 5400, 5300 and 5200 series.
  43389. * PowerBook 5300, 2300 and 190 series. 
  43390. * Macintosh Performa 6300, 6200, 6100, 5300 and 5200 series.
  43391. Apple System Profiler will only install on the computers listed above. Do NOT attempt to install iton any other computers.
  43392. Installation instructions:
  43393. 1. Locate the Apple System Profiler Installer. It is in the same folder as this document.
  43394. 2. Double-click on the Apple System Profiler Installer application. 
  43395. New Packagef
  43396. Carbon
  43397. List Managero&http://developer.apple.com/samplecode/q
  43398. Dev.CD Nov 00 TC Disk 1
  43399. D!All Packages
  43400. Mac OS SDK Edition
  43401.  SDK provides all the files needed to begin Carbon development. CarbonLib 1.0.4 supports Mac OS 8.1 and greater.J
  43402. CarbonLib_1.0.4_SDK.smiK
  43403. Apr 00L
  43404. Jul 00M
  43405. Mac OS 8.1 and greater
  43406. Carbon, CarbonLibO?Dev.CD Oct 00 SDK1:Development Kits:Mac OS:CarbonLib 1.0.4 SDK:PGDev.CD Oct 00 SDK1
  43407.  - Development Kits
  43408.  - Mac OS
  43409.  - CarbonLib 1.0.4 SDKV
  43410. 68345X
  43411. Oct 00^
  43412. --set theItem to choose file -- uncomment to test in an AS editor
  43413.     tell application "Finder"
  43414.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:CarbonLib 1.0.4 SDK:"
  43415.         activate
  43416.     end tell
  43417. on error errMsg number errNum
  43418.     --enter statements to perform when no records are found such as...
  43419.     display dialog "Sorry, the item you selected could not be found."
  43420.     return
  43421. end try
  43422. e    No Changef
  43423. Carbon
  43424. CarbonLibo
  43425. http://developer.apple.com/sdkper.apple.com/sdk
  43426. engine
  43427. engineering
  43428. engines
  43429. english
  43430. englishmiscellaneousd
  43431. englishmiscellaneous
  43432. englishmiscellaneous
  43433. rsrcd
  43434. englishterminologyd
  43435. englishterminology
  43436. englishterminology
  43437. rsrcd
  43438. enhanced
  43439. enhanced
  43440. survival
  43441. guide
  43442. enterbutton
  43443. enterbutton
  43444. enterbutton
  43445. environment
  43446. eomodeler
  43447. eomodeler
  43448. erasefile
  43449. erasefile
  43450. errata~
  43451. error
  43452. error
  43453. handler
  43454. error
  43455. handler
  43456. errormsg
  43457. errormsg
  43458. errormsg
  43459. errors
  43460. ethernet
  43461. event~
  43462. eventloop
  43463. eventloop
  43464. events
  43465. events
  43466. apple
  43467. ethernet
  43468. apple
  43469. video
  43470. cN3Open Transport, OTLIFO, OTFIFO, OTLink, linked list Code:Human Interface Toolbox:LabelMenu:PNDev.CD Nov 00 TC Disk 1
  43471.  - Sample Code
  43472.  - Human Interface Toolbox
  43473.  - LabelMenuV
  43474. 67042X
  43475. Nov 00^    TC Disk 1
  43476. --set theItem to choose file -- uncomment to test in an AS editor
  43477.     tell application "Finder"
  43478.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:LabelMenu:"
  43479.         activate
  43480.     end tell
  43481. on error errMsg number errNum
  43482.     --enter statements to perform when no records are found such as...
  43483.     display dialog "Sorry, the item you selected could not be found."
  43484.     return
  43485. end try
  43486. e    No Changef
  43487. label
  43488. labels
  43489. menuq
  43490. Dev.CD Nov 00 TC Disk 1
  43491. WD!All Packages
  43492. Mac OS SDK Edition
  43493. Language Analysis SDK
  43494.     StationsK
  43495. Nov 00MRMRJ 2.1 or later, Mac OS 8.1 or later, PowerPC-based Macintosh with 64 megs of Ram00 TC Disk 1:Sample Code:Java:JavaRadioStation:V
  43496. 63769X
  43497. New Packageo&http://developer.apple.com/samplecode/
  43498. version 1.0.3 or later is required.
  43499. OsDev.CD Jan 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:corefoundation:P
  43500. Dev.CD Jan 00 SDK1
  43501.  - What's New
  43502.  - Technical Documentation
  43503.  - Technical Publications
  43504.  - DeveloperDocumentation
  43505.  - corefoundationcords are found such as...
  43506.     display dialog "Sorry, the item you selected could not be found."
  43507.     return
  43508. end try
  43509. subroutines
  43510. suite
  43511. summaryj
  43512. suspend/resume
  43513. switch
  43514. switcher
  43515. switching
  43516. symantec
  43517. symbiotic
  43518. synccmd
  43519. synchronization
  43520. synthesis
  43521. systemn
  43522. systems
  43523. table
  43524. tablet
  43525. tanzania
  43526. tanzania
  43527. zanzibar
  43528. starmax
  43529. firmware
  43530. target
  43531. tasking
  43532. tasks
  43533. tcp/ip
  43534. tcp/ip
  43535. appletalk
  43536. reconfiguration
  43537. network
  43538. setup
  43539. ottcpwilldial
  43540. All Packages
  43541. F)System Enabler 131 (PB 160/165c/180/180c)O)Dev.CD Apr 94
  43542. Dev.CD Jan 94
  43543. Dev.CD Oct 93P(Dev.CD Apr 94
  43544. Dev.CD Jan 94
  43545. Dev.CD Oct 9V
  43546. 69608X
  43547. Apr 94
  43548. ~--set theItem to choose file -- uncomment to test in an AS editor
  43549.     tell application "Finder"
  43550.         open item "Dev.CD Apr 94
  43551. Dev.CD Jan 94
  43552. Dev.CD Oct 93"
  43553.         activate
  43554.     end tell
  43555. on error errMsg number errNum
  43556.     --enter statements to perform when no records are found such as...
  43557.     display dialog "Sorry, the item you selected could not be found."
  43558.     return
  43559. end try
  43560. All Packages
  43561. F)System Enabler 131 (PB 160/165c/180/180c)O)Dev.CD Apr 94
  43562. Dev.CD Jan 94
  43563. Dev.CD Oct 93P(Dev.CD Apr 94
  43564. Dev.CD Jan 94
  43565. Dev.CD Oct 9V
  43566. 69609X
  43567. Apr 94
  43568. Deletedf*WebObjects
  43569. Performance
  43570. Tuning
  43571. Optimizationq
  43572. Dev.CD Mar OO RLDisk 1
  43573. All Packages
  43574. WebObjects Tools and Techniques
  43575. WebObjects Tools and Techniques by Theresa Ray of Tensor Information Systems, Inc.
  43576. Whether you are creating a new WebObjects application or maintaining an existing one, proficiency in using the ProjectBuilder, EOModeler and WebObjects Builder tools is essential. This survival guide enumerates tips and techniques which will allow you to enhance and tailor these tools to suit your programming needs and personal style.
  43577. WebObjectsToolsAndTech.pdfK
  43578. Jul 99M
  43579. Acrobat Reader 3.0NWWebObjects, EOModeler, Project Builder,  WebObjects Builder, Tools, Tips and TechniquesOSDev.CD Mar OO RLDisk 1:Interactive Media Resources:WebObjects Tools and Techniques:PXDev.CD Mar OO RLDisk 1
  43580.  - Interactive Media Resources
  43581.  - WebObjects Tools and TechniquesV
  43582. 69798X
  43583. Mar OO^
  43584. RLDisk 1
  43585. Deleted
  43586. All Packages
  43587. System Enabler 003 (LC III)OEDev.CD Apr 94
  43588. Dev.CD Jan 94
  43589. Dev.CD Oct 93
  43590. Dev.CD Jul 93
  43591. Dev.CD Apr 93PDDev.CD Apr 94
  43592. Dev.CD Jan 94
  43593. Dev.CD Oct 93
  43594. Dev.CD Jul 93
  43595. Dev.CD Apr 9V
  43596. 69483X
  43597. Apr 94
  43598. --set theItem to choose file -- uncomment to test in an AS editor
  43599.     tell application "Finder"
  43600.         open item "Dev.CD Apr 94
  43601. Dev.CD Jan 94
  43602. Dev.CD Oct 93
  43603. Dev.CD Jul 93
  43604. Dev.CD Apr 93"
  43605.         activate
  43606.     end tell
  43607. on error errMsg number errNum
  43608.     --enter statements to perform when no records are found such as...
  43609.     display dialog "Sorry, the item you selected could not be found."
  43610.     return
  43611. end try
  43612. All Packages
  43613. System Enabler 003 (LC III)OEDev.CD Apr 94
  43614. Dev.CD Jan 94
  43615. Dev.CD Oct 93
  43616. Dev.CD Jul 93
  43617. Dev.CD Apr 93PDDev.CD Apr 94
  43618. Dev.CD Jan 94
  43619. Dev.CD Oct 93
  43620. Dev.CD Jul 93
  43621. Dev.CD Apr 9V
  43622. 69484X
  43623. Apr 94
  43624. parent
  43625. parse
  43626. parserW
  43627. parsing
  43628. parsons
  43629. part{
  43630. All Packages
  43631. PPC EnablerO
  43632. Dev.CD Jul 95P
  43633. Dev.CD Jul 9V
  43634. 68953X
  43635. Jul 95
  43636. b--set theItem to choose file -- uncomment to test in an AS editor
  43637.     tell application "Finder"
  43638.         open item "Dev.CD Jul 95"
  43639.         activate
  43640.     end tell
  43641. on error errMsg number errNum
  43642.     --enter statements to perform when no records are found such as...
  43643.     display dialog "Sorry, the item you selected could not be found."
  43644.     return
  43645. end try
  43646. All Packages
  43647. New & RevisedF
  43648. PPCToolboxKeychain
  43649. This sample demonstrates the subtleties needed to create a PPC Toolbox keychain item.  PPC Toolbox uses generic password keychain items, however it stores the address of the remote machine in an non-obvious fashion.  This sample shows how to 
  43650. bless
  43651.  a generic password keychain item so that it can be used by the PPC Toolbox.  The ultimate goal of this sample is to allow you to programmatically send Apple events to a remote machine without any user interaction.
  43652. New Package
  43653. applet
  43654. demonstrates
  43655. stream
  43656. movie
  43657. application
  43658. creates
  43659. dialog
  43660. window
  43661. installs
  43662. tion Communication:AE Tools:AETracker 3.0:PdDev.CD Nov 00 TC Disk 1
  43663.  - Tool Chest
  43664.  - Interapplication Communication
  43665.  - AE Tools
  43666.  - AETracker 3.0V
  43667. 64987X
  43668. Nov 00^    TC Disk 1
  43669. --set theItem to choose file -- uncomment to test in an AS editor
  43670.     tell application "Finder"
  43671.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Interapplication Communication:AE Tools:AETracker 3.0:"
  43672.         activate
  43673.     end tell
  43674. on error errMsg number errNum
  43675.     --enter statements to perform when no records are found such as...
  43676.     display dialog "Sorry, the item you selected could not be found."
  43677.     return
  43678. end try
  43679. e    No Changef
  43680. Apple Events
  43681. AppleEventsq
  43682. Dev.CD Nov 00 TC Disk 1
  43683. All Packages
  43684. F    aevt dcmd
  43685. 64988X
  43686. This tool is required on VU targets using Controls.lib 3.0.14 
  43687.     with System 6.0.x.  This tool is not needed for VU and System 7.x.
  43688. Summary:  AppleTalk's Printer Access Protocol (PAP) is a session level protocol that enables communication between workstations and printers or print servers. The Macintosh PAP Client Interface implements the workstation side of PAP for the Macintosh.
  43689. PAPWorkStation.o version 8.3.4 fixes a problem which affected some PowerPC Macintosh computers with PCI expansion slots printing to fast printers/print servers.   Note: there are no changes to PAP.h and PAP.p.
  43690. JTPAP Client - Read Me First
  43691. PAP Client Interface
  43692. PAP.a.o
  43693. PAP.h
  43694. PAP.p
  43695. PAPWorkStation.oK
  43696. Apr 96L
  43697. Oct 96N
  43698. Print, AppleTalk, PAPOLDev.CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh PAP Client Interface:PQDev.CD Apr 98 SDK1
  43699.  - Development Kits (Disc 1)
  43700.  - Macintosh PAP Client InterfaceProfile in Pict
  43701. Embedding ICC Profiles in JFIF
  43702. Embedding ICC Profiles in TIFFK
  43703. Apr 98M
  43704. ColorSync 2.xK1:Development Kits:Mac OS:ColorSync 3.0 Mac SDK:Documentation:Embedding ICC Profiles Docs:V
  43705. 66976X
  43706. 1e    No Change
  43707. a look at a simple te
  43708. providesO
  43709. providing
  43710. provision
  43711. psetselfsend
  43712. pseudo
  43713. pseudo-item
  43714. pthread
  43715. pthread
  43716. sorts
  43717. sample
  43718. based
  43719. older
  43720. sample
  43721. called
  43722. purdue
  43723. purevoice
  43724. purgeable
  43725. purged
  43726. purposeu
  43727. purposeful
  43728. purposes
  43729. 67378X
  43730. 1e    No Change
  43731. /tilt
  43732. pan/tilt
  43733. movies
  43734. PutAwayVolumes
  43735. This code sample demonstrates several ways to unmount a volume.
  43736. o Call MoreFiles and have it take its best shot.
  43737. o Augment MoreFiles with a little Finder-style interface and some strategic trash-emptying.
  43738. o Send an AppleEvent to Finder and have it do the whole thing.
  43739. A real strategy might use all of the above depending on its context.  The sample discusses which contexts might require which techniques.
  43740. J}MoreFiles
  43741. PutAwayOneVolume.c
  43742. PutAwayOneVolume.h
  43743. PutAwayOneVolume.rsrc
  43744. PutAwayVolumes(PPC)
  43745. PutAwayVolumes.c
  43746. PutAwayVolumes.mcpM
  43747. System 7.0N1unmount, put away, Finder Apple Events, MoreFilesO9Dev.CD Nov 00 TC Disk 1:Sample Code:Files:PutAwayVolumes:PADev.CD Nov 00 TC Disk 1
  43748.  - Sample Code
  43749.  - Files
  43750.  - PutAwayVolumesns
  43751. 66606X
  43752. s, we've included two new files for your development and we've improved the Macintosh Drag and Drop extension to provide PowerPC glue code.  For development, we provide the DragLib library that you use to link with your appl
  43753. recordretrievepictin
  43754. recordretrievepictin
  43755. chair
  43756. redants
  43757. redants
  43758. redants
  43759. redistribution
  43760. reference
  43761. references
  43762. region
  43763. registratiS
  43764. registration
  43765. registry~
  43766. reinstaller
  43767. rekey
  43768. rekey
  43769. rekey
  43770. rekeytrans
  43771. relase
  43772. related
  43773. related
  43774. paper
  43775. release
  43776. release
  43777. extensions
  43778. release
  43779. installer
  43780. release
  43781. notes
  43782. release
  43783. notes
  43784. 8/31/93
  43785. relstring
  43786. remoteT
  43787. remote
  43788. control
  43789. remote
  43790. control
  43791. remote
  43792. control
  43793. removefile
  43794. removefile
  43795. removefolder
  43796. removefolder
  43797. removevmsversionnumb
  43798. stress
  43799. testing
  43800. tools
  43801. stringutils
  43802. stringutils
  43803. stringutils
  43804. dJ@Live Control Scroll
  43805. Live Control Scroll.
  43806. Live Controls Scroll.cK
  43807. Nov 99M*Appearance Manager and System 8.1 or laterN<live scrolling, control, proportional scroll bar, appearanceOPDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Live Control Scroll:PXDev.CD Nov 00 TC Disk 1
  43808.  - Sample Code
  43809.  - Human Interface Toolbox
  43810.  - Live Control ScrollV
  43811. 68683X
  43812. Nov 00^    TC Disk 1
  43813. --set theItem to choose file -- uncomment to test in an AS editor
  43814.     tell application "Finder"
  43815.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Live Control Scroll:"
  43816.         activate
  43817.     end tell
  43818. on error errMsg number errNum
  43819.     --enter statements to perform when no records are found such as...
  43820.     display dialog "Sorry, the item you selected could not be found."
  43821.     return
  43822. end try
  43823. e    No Changef9live scrolling
  43824. control
  43825. proportional scroll bar
  43826. appearanceq
  43827. Dev.CD Nov 00 TC Disk 1
  43828. All Packages
  43829. Live Scroll
  43830. 68684X
  43831. NEW Mac platform NEW Mac platform 
  43832. develop
  43833. issue
  43834. develop
  43835. issue
  43836. develop
  43837. issue
  43838. developerS
  43839. developer
  43840. documentation
  43841. developer
  43842. documentation
  43843. carbon
  43844. developer
  43845. documentation
  43846. corefoundation
  43847. developer
  43848. forms
  43849. developer's
  43850. developerdocumentati
  43851. developerdocumentati
  43852. hardware
  43853. developerdocumentati
  43854. developernotes
  43855. developers
  43856. development
  43857. devices
  43858. diagnostic
  43859. diagnostic
  43860. sound
  43861. sampler
  43862. dialog
  43863. dialog
  43864. popups
  43865. dialogbits
  43866. dictation
  43867. plication "Finder"
  43868.         open item "Dev.CD Jan 94
  43869. Dev.CD Oct 93"
  43870.         activate
  43871.     end tell
  43872. on error errMsg number errNum
  43873.     --enter statements to perform when no records are found such as...
  43874.     display dialog "Sorry, the item you selected could not be found."
  43875.     return
  43876. end try
  43877. All Packages
  43878. F    QuickTimeO
  43879. Dev.CD Jan 94
  43880. Dev.CD Oct 93V
  43881. 67513X
  43882. listindialog
  43883. listindialog
  43884. listlogic
  43885. listlogic
  43886. listmania
  43887. listmania
  43888. listmania
  43889. listmania
  43890. listoid
  43891. listoid
  43892. lists
  43893. lists
  43894. listselect
  43895. listselect
  43896. control
  43897. scroll
  43898. controls
  43899. scroll
  43900. scroll
  43901. livescroll
  43902. livescroll
  43903. livescroll
  43904. install
  43905. install
  43906. lmspeech
  43907. lmspeech
  43908. lmspeech
  43909. driver
  43910. driver
  43911. classes
  43912. development
  43913. toolkit
  43914. encodings
  43915. macapp
  43916. macapp
  43917. cdent
  43918. stuff
  43919. macapplication
  43920. macapplication
  43921. macapplication
  43922. macapplication
  43923. macbinary
  43924. maccalendar
  43925. macdebugprefixl
  43926. macdebugprefix
  43927. macframework
  43928. macframework
  43929. macframework
  43930. macframework
  43931. machack
  43932.     E\ld exercise appropriate caution in making use of this code. More detailed warnings enclosed.
  43933. MoreFinderEvents.cp
  43934. MoreFinderEvents.h
  43935. TestFinderEvents
  43936. TestFinderEvents.c
  43937. TestFinderEvents.rsrc
  43938. TestFinderEvents.
  43939. Why was this archived?K
  43940. Sep 96M    System 7.N&Finder AppleEvents FinderEvents eventsOZDev.CD Nov 00 TC Disk 1:Sample Code:Archive:Interapplication Comm:Finder:MoreFinderEvents:PhDev.CD Nov 00 TC Disk 1
  43941.  - Sample Code
  43942.  - Archive
  43943.  - Interapplication Comm
  43944.  - Finder
  43945.  - MoreFinderEventse Registry. This sample searches for these strings to displayB% the names of the available printers.
  43946. SDropPrint USB
  43947. DropPrint USB Read Me
  43948. DropPrint USB.make
  43949. DropPrint USB.proj
  43950. DropShell.c
  43951. DropShell.h
  43952. dropshell.r
  43953. DSAppleEvents.c
  43954. DSAppleEvents.h
  43955. DSGlobals.h
  43956. DSUserProcs.c
  43957. DSUserProcs.h
  43958. DSUtils.c
  43959. DSUtils.h
  43960. ListInDialog.c
  43961. ListInDialog.h
  43962. ListInDialog.r
  43963. Objects
  43964. Prefix.h
  43965. SafeNameRegistry.c
  43966. SafeNameRegistry.h
  43967. TestPrinterClass.c
  43968. TestPrinterClass.h
  43969. print, USBNo Change
  43970. e QDrawMHd
  43971. JoApplication.c
  43972. DrawCode.c
  43973. GetDragHilite.c
  43974. GetDragHiliteColor(PPC)
  43975. GetDragHiliteColor.mcp
  43976. GetDragHiliteColor.rsrcN
  43977. ShowDragHilite, Drag ManagerOODev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:GetDragHiliteColor:PWDev.CD Nov 00 TC Disk 1
  43978.  - Sample Code
  43979.  - Human Interface Toolbox
  43980.  - GetDragHiliteColorV
  43981. 68559X
  43982. Nov 00^    TC Disk 1
  43983. --set theItem to choose file -- uncomment to test in an AS editor
  43984.     tell application "Finder"
  43985.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:GetDragHiliteColor:"
  43986.         activate
  43987.     end tell
  43988. on error errMsg number errNum
  43989.     --enter statements to perform when no records are found such as...
  43990.     display dialog "Sorry, the item you selected could not be found."
  43991.     return
  43992. end try
  43993. e    No Changef
  43994. ShowDragHilite
  43995. Drag Managerq
  43996. Dev.CD Nov 00 TC Disk 1
  43997. All Packages
  43998. GetEnetAddrDirect.ppc
  43999. 68560X
  44000. ortions
  44001. portlist
  44002. chinese
  44003. dictation
  44004. speech
  44005. input
  44006. keyboard
  44007. chinese
  44008. handwriting
  44009. input
  44010. keyboard
  44011. tablet
  44012. chinese
  44013. language
  44014. traditional
  44015. simplified
  44016. choose
  44017. chooser
  44018. chooser
  44019. chooser
  44020. package
  44021. printer
  44022. driver
  44023. packman
  44024. choosing
  44025. ciconhandle
  44026. class
  44027.  error errMsg number errNum
  44028.     --enter statements to perform when no records are found such as...
  44029.     display dialog "Sorry, the item you selected could not be found."
  44030.     return
  44031. end try
  44032. All Packages
  44033. System 7 Tune-UpO
  44034. Dev.CD Sept 92
  44035. Dev.CD Aug 92P
  44036. Dev.CD Sept 92
  44037. Dev.CD Aug 9V
  44038. 67758X
  44039. Sept 9
  44040. q--set theItem to choose file -- uncomment to test in an AS editor
  44041.     tell application "Finder"
  44042.         open item "Dev.CD Sept 92
  44043. Dev.CD Aug 92"
  44044.         activate
  44045.     end tell
  44046. on error errMsg number errNum
  44047.     --enter statements to perform when no records are found such as...
  44048.     display dialog "Sorry, the item you selected could not be found."
  44049.     return
  44050. end try
  44051. 69740X
  44052. Nov 00^    TC Disk 1
  44053. --set theItem to choose file -- uncomment to test in an AS editor
  44054.     tell application "Finder"
  44055.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Drivers:TradDriverLoaderLib:"
  44056.         activate
  44057.     end tell
  44058. on error errMsg number errNum
  44059.     --enter statements to perform when no records are found such as...
  44060.     display dialog "Sorry, the item you selected could not be found."
  44061.     return
  44062. end try
  44063. e    No Changef;PCI ndrv driver loader
  44064. driver
  44065. device driver
  44066. Load PCI Driverq
  44067. Dev.CD Nov 00 TC Disk 1
  44068. All Packages
  44069. TransferProvider
  44070. 69741X
  44071. backlight
  44072. backs
  44073. backscrap
  44074. backscrap
  44075. system
  44076. extension
  44077. which
  44078. detects
  44079. draws
  44080. backward
  44081. backwards
  44082. bal's
  44083. balance
  44084. balloon
  44085. system
  44086. revisions
  44087. revisited
  44088. revolution
  44089. reworked
  44090. rewrite
  44091. rewritten
  44092. rezwack
  44093. rgbforecolor
  44094. rhapsody
  44095. rhapsody
  44096. developer
  44097. documentation
  44098. rhapsody
  44099. pages
  44100. ricardo
  44101. richard
  44102. richer
  44103. right_
  44104. rules
  44105. run-timeu
  44106. runningR
  44107. runnning
  44108. runsu
  44109. runtimeu
  44110. safely
  44111. sakes{
  44112. sales
  44113. same[
  44114. fix the problem.
  44115. Clipping Extension
  44116. Clippings
  44117. Demo Applications
  44118. Documentation
  44119. Dragging Enabler
  44120. DragLib
  44121. Finder 7.1.3
  44122. Interfaces&Libraries
  44123. Macintosh Drag and Drop
  44124. Read Me FirstK
  44125. Nov 93L
  44126. Aug 94
  44127. Macintosh Drag and Drop 1.1 requires System 7.0 or later to operate.  On System 7.0 or 7.0.1 you may drag within your application windows or between them.
  44128. The inter-application dragging features of Macintosh Drag and Drop require System 7 Pro or use of the Dragging Enabler file with System 7.1.  Support for clipping files requires the Clipping Extension file with Finder version 7.1.3 or later.  Finder version 7.1.3 is included in System 7 Pro and with this Developer
  44129. s Kit.  Note that Finde
  44130. r version 7.1.1 was released in the PowerBook File Assistant product, and with Macintosh Drag and Drop it allows you to receive and promise files, but does not create or support clipping files.  For implicit data type translation, Macintosh Easy Open version 1.0.3 or later is required.
  44131. Updatedf2Network Setup
  44132. network preferences
  44133. DumpNetworkSetupo&http://developer.apple.com/samplecode/q
  44134. Dev.CD Nov 00 TC Disk 1
  44135. All Packages
  44136. DVD Primer
  44137. Publishing in the Age of DVD, Second Edition
  44138. A Primer for Creating Content for DVD
  44139. by Mark Ely and Dave Block
  44140. After several years of intense development and cross-industry cooperation
  44141. among consumer electronics companies, computer manufacturers, and the entertainment industry, the DVD format has arrived 
  44142.  and with it a new era of consumer entertainment. For the first time, high-quality digital video as well as surround sound audio can be delivered to the consumer on a single interactive c
  44143. 68524X
  44144.         activate
  44145.     end tell
  44146. on error errMsg number errNum
  44147.     --enter statements to perform when no records are found such as...
  44148.     display dialog "Sorry, the item you selected could not be found."
  44149.     return
  44150. end try
  44151. All Packages
  44152. PPC EnablerO
  44153. Dev.CD Jul 95P
  44154. Dev.CD Jul 9V
  44155. 67316X
  44156. Jul 95
  44157. tosh Strate
  44158. hands
  44159. handwriting
  44160. handy
  44161. hanging
  44162. n AS-IS basis. Apple is not responsible for any problems you may encounter in its use.  If you have questions or problems with Convert
  44163. Projects, please contact the authors by one of the following means:
  44164.   Internet: bbedit@world.std.com
  44165.   CIS: 73051,3255
  44166.   AppleLink: BARE.BONES
  44167.   Fax: (508) 651-7584
  44168.   Phone: (508) 651-3561
  44169.   Mail:  Bare Bones Software
  44170.       c/o R. Siegel
  44171.       1 Larkspur WC
  44172. ay #4
  44173.       Natick, MA 01760
  44174. J?!NOT AN APPLE PRODUCT!:
  44175. About Convert
  44176. Projects
  44177. Convert
  44178. ProjectsK
  44179. May 94L
  44180. Aug 94OVDev.CD Nov 99 TC:Tool Chest:Development Kits:
  44181.  Other Platforms:Convert
  44182. Projects 1.0b5:PaDev.CD Nov 99 TC
  44183.  - Tool Chest
  44184.  - Development Kits
  44185.  Other Platforms
  44186.  - Convert
  44187. Projects 1.0b599 TC
  44188.  - Sample Coded
  44189. wouldn't
  44190. wprocasm
  44191. wrapcommenttext
  44192. wrapper
  44193. wraps
  44194. OTSimpleDownloadHTTP(PPC)
  44195. OTSimpleDownloadHTTP.c
  44196. OTSimpleDownloadHTTP.h
  44197. OTSimpleDownloadHTTP.mcp
  44198. OTSimpleDownloadHTTPTest.c
  44199. Read Me 
  44200.  OTSimpleDownloadHTTP
  44201. SimpleDownload#247226
  44202. SimpleDownload#248426K
  44203. Nov 97L
  44204. Sep 98M
  44205. Open Transport 1.1.1 or higherNOOpen Transport, TCP, endpoint, download, fetch, get, HTTP, OTSimpleDownloadHTTPODDev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTSimpleDownloadHTTP:PLDev.CD Nov 00 TC Disk 1
  44206.  - Sample Code
  44207.  - Networking
  44208.  - OTSimpleDownloadHTTPV
  44209. 68854X
  44210. Nov 00^    TC Disk 1
  44211. --set theItem to choose file -- uncomment to test in an AS editor
  44212.     tell application "Finder"
  44213.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTSimpleDownloadHTTP:"
  44214.         activate
  44215.     end tell
  44216. on error errMsg number errNum
  44217.     --enter statements to perform when no records are found such as...
  44218.     display dialog "Sorry, the item you selected could not be found."
  44219.     return
  44220. end try
  44221. e    No Change
  44222. - Common
  44223.     - Sun Compliant Java Runtime Environment 1.1
  44224.     - QuickTime 3 
  44225.     - QTJava.zip
  44226.     - QTJava media samples
  44227. - Mac OS:
  44228.     - System 8 or later
  44229.     - Macintosh Runtime for Java (MRJ) 2.1
  44230. - Windows 95, 98, or NT::
  44231.     - JRE/JDK from Sun Microsystems, Inc. recommended
  44232. QuickTime, Java, MRJ
  44233. filters
  44234. content
  44235. extractor
  44236. finder
  44237. finderdragpro
  44238. finderevents
  44239. finderevents
  44240. finderheaps
  44241. finderlaunch
  44242. findfamilies
  44243. findprinter
  44244. findserialports
  44245. findsysfolder
  44246. floatingpoint
  44247. floatingwindow
  44248. editor
  44249. folder
  44250. folder
  44251. watching
  44252. fonts
  44253. fonts
  44254. 6.0.4
  44255. summary
  44256. apple's
  44257. korean
  44258. language
  44259. affordable
  44260. summary
  44261. appleglot
  44262. translation
  44263. summary
  44264. appleglot
  44265. 2.4b6
  44266. translation
  44267. summary
  44268. applescript
  44269. easy-to-use
  44270. scripting
  44271. language
  44272. --set theItem to choose file -- uncomment to test in an AS editor
  44273.     tell application "Finder"
  44274.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:NoSound:"
  44275.         activate
  44276.     end tell
  44277. on error errMsg number errNum
  44278.     --enter statements to perform when no records are found such as...
  44279.     display dialog "Sorry, the item you selected could not be found."
  44280.     return
  44281. end try
  44282. ck Heap on Exit - validate heap data strutures on exit from Memory Manager c
  44283. alls.
  44284. Fill Free Blocks - fill disposed, emptied, or purged blocks with garbage.
  44285. Check Blocks - More robust check on validity of a handle or pointer passed into the Memory Manager
  44286. Issues:
  44287. When full robust checking is enabled, and VM is also enabled, your machine will slow to a crawl.
  44288. DMM may report errors when using Chooser.
  44289. System Heap doesn't have as robust error checking as other heaps
  44290. Memory Management.imgK
  44291. Apr 95L
  44292. Jan 96M
  44293. Any Power Macintosh.s
  44294. 69224X
  44295. Nov 00^    TC Disk 1
  44296. --set theItem to choose file -- uncomment to test in an AS editor
  44297.     tell application "Finder"
  44298.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Record RetrievePictInfo:"
  44299.         activate
  44300.     end tell
  44301. on error errMsg number errNum
  44302.     --enter statements to perform when no records are found such as...
  44303.     display dialog "Sorry, the item you selected could not be found."
  44304.     return
  44305. end try
  44306. e    No Changef'RecordRetrievePictInfo
  44307. RetrievePictInfoq
  44308. Dev.CD Nov 00 TC Disk 1
  44309. All Packages
  44310. Record sound specific rate
  44311. This sample shows how to use SPBRecord to record to memory, convert the
  44312. sampling rate to some arbitrary rate, and then write the recorded, rate
  44313. converted samples to disk, asynchronously, using PBWriteAsync.
  44314. This sample is useful for those developers who wish more flexibility
  44315. than what is offered with SPBRecordToFile, or for those wishing to record
  44316. at a rate not supported by the sound input driver.
  44317. rfc1332
  44318. rfc1332
  44319. rfc1334
  44320. accessoriee
  44321. sample
  44322. illustrates
  44323. sethideonswitch
  44324. gethideo
  44325. sample
  44326. illustrates
  44327. color
  44328. icons
  44329. different
  44330. sample
  44331. illustrates
  44332. create
  44333. application
  44334. sample
  44335. illustrates
  44336. install
  44337. system
  44338. level
  44339. apple
  44340. sample
  44341. illustrates
  44342. install
  44343. application
  44344. level
  44345. sample
  44346. illustrates
  44347. document
  44348. sample
  44349. illustrates
  44350. suspend
  44351. resume
  44352. applee
  44353. sample
  44354. includes
  44355. library
  44356. utility
  44357. routines
  44358. sample
  44359. includes
  44360. applications
  44361. illustrate
  44362. sample
  44363. quick
  44364. demonstration
  44365. implement
  44366. sample
  44367. simple
  44368. server
  44369. demonstrat
  44370. sample
  44371. designed
  44372. create
  44373. requir
  44374. sample
  44375. program
  44376. demonstrates
  44377. determine
  44378. sample
  44379. provides
  44380. interractive
  44381. demonstration
  44382. Vol IIIL
  44383. Vol VIIOPDev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:DTS MPW Goodies:P[Dev.CD Nov 00 TC Disk 1
  44384.  - Tool Chest
  44385.  - Development Kits
  44386.  - MPW Related
  44387.  - DTS MPW GoodiesOverview
  44388. Platforms and Tools
  44389. Printing
  44390. Processes
  44391. QuickTime
  44392. Runtime Architecture
  44393. Sound
  44394. hen no records are found such as...
  44395.     display dialog "Sorry, the item you selected could not be found."
  44396.     return
  44397. end try
  44398. 1.6.2
  44399. 160/165c/180/180c
  44400. PQDev.CD Nov 00 TC Disk 1
  44401.  - Sample Code
  44402.  - Human Interface Toolbox
  44403.  - SetIndStringV
  44404. 69281X
  44405. Nov 00^    TC Disk 1
  44406. --set theItem to choose file -- uncomment to test in an AS editor
  44407.     tell application "Finder"
  44408.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:SetIndString:"
  44409.         activate
  44410.     end tell
  44411. on error errMsg number errNum
  44412.     --enter statements to perform when no records are found such as...
  44413.     display dialog "Sorry, the item you selected could not be found."
  44414.     return
  44415. end try
  44416. e    No Changeq
  44417. Dev.CD Nov 00 TC Disk 1
  44418. All Packages
  44419. SetLED
  44420. _SetLED is a sample program to demonstrate the use of the ADBOp call, including use of the completion routine under 68K, CFM68K, and PPC.  It demonstrates a workaround for a bug with the CFM68K InterfaceLib glue code such that a call to ADBOp under CFM68K results in a bus error. This bug was identified with Mac OS 8.1 running on different 68040 CPUs.
  44421. Jun 98V
  44422. 69282X
  44423. 1e    No Change
  44424. 68382X
  44425. Oct 00^
  44426. --set theItem to choose file -- uncomment to test in an AS editor
  44427.     tell application "Finder"
  44428.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:ColorSync 3.0 Mac SDK:"
  44429.         activate
  44430.     end tell
  44431. on error errMsg number errNum
  44432.     --enter statements to perform when no records are found such as...
  44433.     display dialog "Sorry, the item you selected could not be found."
  44434.     return
  44435. end try
  44436. e    No Changef:ColorSync
  44437. calibrator
  44438. scripting
  44439. profile
  44440. gamma
  44441. tag colorq
  44442. Dev.CD Oct 00 SDK1
  44443. 8D!All Packages
  44444. Mac OS SDK Edition
  44445. ColorSync Photoshop Plugins 2.1
  44446.     sound input level on the microphone using a display much like a VCR peak-hold bar meter.J;SoundLevel(PPC)
  44447. SoundLevel.c
  44448. SoundLevel.mcp
  44449. SoundLevel.rsrcM
  44450. Sound Manager 3.0 or laterN
  44451. sound, input, microphoneO5Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:SoundLevel:P=Dev.CD Nov 00 TC Disk 2
  44452.  - Sample Code
  44453.  - Sound
  44454.  - SoundLevelV
  44455. 67721X
  44456. Nov 00^    TC Disk 2
  44457. e    No Change
  44458. audio
  44459. 68313X
  44460. Nov 00^    TC Disk 1
  44461. --set theItem to choose file -- uncomment to test in an AS editor
  44462.     tell application "Finder"
  44463.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Mac OS Development Toolkit:"
  44464.         activate
  44465.     end tell
  44466. on error errMsg number errNum
  44467.     --enter statements to perform when no records are found such as...
  44468.     display dialog "Sorry, the item you selected could not be found."
  44469.     return
  44470. end try
  44471. e    No ChangefsVU
  44472. Virtual User
  44473. VirtualUser
  44474. SPEC S&L
  44475. FileTool
  44476. Memory Monitor
  44477. Testing
  44478. Automation
  44479. Automated Testing
  44480. Clouseauq
  44481. Dev.CD Nov 00 TC Disk 1
  44482. sD!All Packages
  44483. Tool Chest Edition
  44484. AV EmulatorI
  44485. This package contains the G4 processor emulator extensions for Mac OS 8.1 and 8.5.  It also contains a Readme file and a ResEdit debug resource.
  44486. These extensions allow code written using the AltiVec instruction set to be run on a G3-class machine.
  44487. Deleted
  44488. orry, the item you selected could not be found."
  44489.     return
  44490. end try
  44491. All Packages
  44492. System 7.5 Update 1.0O
  44493. Dev.CD Jan 96 SSWP
  44494. Dev.CD Jan 96 SSV
  44495. 69415X
  44496. Jan 96
  44497. f--set theItem to choose file -- uncomment to test in an AS editor
  44498.     tell application "Finder"
  44499.         open item "Dev.CD Jan 96 SSW"
  44500.         activate
  44501.     end tell
  44502. on error errMsg number errNum
  44503.     --enter statements to perform when no records are found such as...
  44504.     display dialog "Sorry, the item you selected could not be found."
  44505.     return
  44506. end try
  44507. All Packages
  44508. System 7.5 Update 1.0O
  44509. Dev.CD Jan 96 SSWP
  44510. Dev.CD Jan 96 SSV
  44511. 69416X
  44512. Jan 96
  44513. f--set theItem to choose file -- uncomment to test in an AS editor
  44514.     tell application "Finder"
  44515.         open item "Dev.CD Jan 96 SSW"
  44516.         activate
  44517.     end tell
  44518. on error errMsg number errNum
  44519.     --enter statements to perform when no records are found such as...
  44520.     display dialog "Sorry, the item you selected could not be found."
  44521.     return
  44522. end try
  44523. All Packages
  44524. System 7.5 Update 1.0V
  44525. 69417X
  44526. O7Dev.CD Sep 00 RL Disk 1:Utilities:Acrobat Reader 4.0.1:P<Dev.CD Sep 00 RL Disk 1
  44527.  - Utilities
  44528.  - Acrobat Reader 4.0.1erfaces
  44529. WASTELibK
  44530. Dec 95L
  44531. Feb 98M
  44532. System 7.0 or newer.N"WASTE, TextEdit, WorldScript, TextO6Dev.CD Nov 00 TC Disk 1:Sample Code:Contributed:WASTE:P>Dev.CD Nov 00 TC Disk 1
  44533.  - Sample Code
  44534.  - Contributed
  44535.  - WASTEV
  44536. 68164X
  44537. Nov 00^    TC Disk 1
  44538. --set theItem to choose file -- uncomment to test in an AS editor
  44539.     tell application "Finder"
  44540.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Contributed:WASTE:"
  44541.         activate
  44542.     end tell
  44543. on error errMsg number errNum
  44544.     --enter statements to perform when no records are found such as...
  44545.     display dialog "Sorry, the item you selected could not be found."
  44546.     return
  44547. end try
  44548. e    No Changef
  44549. WASTE
  44550. TextEdit
  44551. WorldScript
  44552. Textq
  44553. Dev.CD Nov 00 TC Disk 1
  44554. All Packages
  44555. WatchMe
  44556. 68165X
  44557. newsz
  44558. notesT
  44559. onescannerx
  44560. opp's
  44561. 0 TC Disk 1
  44562. squarewave
  44563. squarewave
  44564. squarewave
  44565. squarewavesynthplay
  44566. squarewavesynthplay
  44567. interfaces
  44568. files
  44569. sample
  44570. start
  44571. start
  44572. started
  44573. starter
  44574. startup
  44575. stations
  44576. stdafx
  44577. stdafx
  44578. stdafx
  44579. stdwin
  44580. stdwin
  44581. stdwin
  44582. stoppinf
  44583. stoppinf
  44584. icons
  44585. storer
  44586. storyboard
  44587. stream
  44588. streaming
  44589. streamlogresources
  44590. streamlogresources
  44591. streams
  44592. streams
  44593. streams
  44594. stress
  44595. stress
  44596. testing
  44597. tools
  44598. stringutils
  44599. stringutils
  44600. stringutils
  44601. --set theItem to choose file -- uncomment to test in an AS editor
  44602.     tell application "Finder"
  44603.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Networking:MacTCP:MPing 1.1:"
  44604.         activate
  44605.     end tell
  44606. on error errMsg number errNum
  44607.     --enter statements to perform when no records are found such as...
  44608.     display dialog "Sorry, the item you selected could not be found."
  44609.     return
  44610. end try
  44611. TC Disk 2
  44612.  - Sample Code
  44613.  - QuickTime
  44614.  - Capturing
  44615.  - DigitizerShell4X
  44616. Jun 97
  44617. f--set theItem to choose file -- uncomment to test in an AS editor
  44618.     tell application "Finder"
  44619.         open item "Dev.CD Jun 97 SSW"
  44620.         activate
  44621.     end tell
  44622. on error errMsg number errNum
  44623.     --enter statements to perform when no records are found such as...
  44624.     display dialog "Sorry, the item you selected could not be found."
  44625.     return
  44626. end try
  44627. All Packages
  44628. QuickDraw 3DO
  44629. Dev.CD Jun 97 SSWP
  44630. Dev.CD Jun 97 SSV
  44631. 65775X
  44632. Jun 97
  44633. older
  44634. foreground
  44635. 68784X
  44636. Nov 00^    TC Disk 1b
  44637. Revised
  44638. --set theItem to choose file -- uncomment to test in an AS editor
  44639.     tell application "Finder"
  44640.         open item "Dev.CD Nov 00 TC Disk 1:What's New?:Development Kits:Mac OS:MRJ:MRJ2.2.3 Redistribution SDK:"
  44641.         activate
  44642.     end tell
  44643. on error errMsg number errNum
  44644.     --enter statements to perform when no records are found such as...
  44645.     display dialog "Sorry, the item you selected could not be found."
  44646.     return
  44647. end try
  44648. Updatedf'MRJ
  44649. MRJ SDK
  44650. MRJ Redistributiono
  44651. http://developer.apple.com/sdkq
  44652. Dev.CD Nov 00 TC Disk 1
  44653. All Packages
  44654. MrPlus 1.0I
  44655. MrPlus is a performance analysis tool for PowerPC applications. It generates data relating to performance analysis and will also rearrange code blocks for optimum performance.J
  44656. MPW etc.img.binK
  44657. Nov 97M
  44658. Power Macintosh systemN
  44659. performance analysisO=Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW etc.:V
  44660. 68785X
  44661. 1e    No Change
  44662. veloper note has been updated to inclu
  44663. 68724X
  44664. Nov 00^    TC Disk 1
  44665. --set theItem to choose file -- uncomment to test in an AS editor
  44666.     tell application "Finder"
  44667.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Java:Magic Oracle:"
  44668.         activate
  44669.     end tell
  44670. on error errMsg number errNum
  44671.     --enter statements to perform when no records are found such as...
  44672.     display dialog "Sorry, the item you selected could not be found."
  44673.     return
  44674. end try
  44675. e    No ChangefDJava
  44676. AppleScript
  44677. Scripting
  44678. AppleScript for Java
  44679. Magic Oracle
  44680. fortuneq
  44681. Dev.CD Nov 00 TC Disk 1
  44682. All Packages
  44683. Mail Suite 1.0
  44684. Summary:  The Mail Suite provides the framework and some tools for creating an Apple Event suite for mail within applications. This package contains Mail Suite documentation, a sample dictionary (ATET resource), a demo script, a .h header file and a dummy application (MailFoo).
  44685. Nov 96V
  44686. 68725X
  44687. 1e    No Change
  44688. logyd
  44689. englishterminology
  44690. englishterminology
  44691. rsrcd
  44692. enhanced
  44693. - Common
  44694.     - Sun Compliant Java Runtime Environment 1.1
  44695.     - QuickTime 3 
  44696.     - QTJava.zip
  44697.     - QTJava media samples
  44698. - Mac OS:
  44699.     - System 8 or later
  44700.     - Macintosh Runtime for Java (MRJ) 2.1
  44701. - Windows 95, 98, or NT::
  44702.     - JRE/JDK from Sun Microsystems, Inc. recommended
  44703. QuickTime, Java, MRJengl
  44704. dspcontext
  44705. dspuserselectcontext
  44706. dstspec
  44707. utilities
  44708. collection
  44709. utilities
  44710. sample
  44711. dtscpluslibrary
  44712. dtscpluslibrary
  44713. mini-framework
  44714. small
  44715. simple
  44716. dudes
  44717. dummy
  44718. dumped
  44719. dumpnetworksetup
  44720. dumpnetworksetup
  44721. dumps
  44722. entire
  44723. contents
  44724. network
  44725. dumps
  44726. duplicate
  44727. during_
  44728. dutch
  44729. dykstra-erickson
  44730. dylan
  44731. dynamic
  44732. s controller 
  44733. *Ethernet and USB ports 
  44734. *FireWire ports (on DV models only) 
  44735. *AirPort Card wireless LAN module (optional)
  44736. The developer note includes information about
  44737. *software and compatibility issues 
  44738. *the internal logic of the computer 
  44739. *the I/O ports and built-in I/O devices 
  44740. *the RAM expansion DIMMs
  44741. Please note: This developer note was originally posted on 7/19/2000; it was updated to correct an error in the keyboard section on 7/25/2000. 
  44742. J%iBook
  44743. images
  44744. PowerMac_G4
  44745. updates.htmlK
  44746. Jan 00L
  44747. Nov 00M
  44748. web browser
  44749. A^iMac Developer Note, Power Mac G4 Developer Note, iBook Developer Note, Hardware documentation
  44750. O\Dev.CD Nov 00 TC Disk 1:What's New?:Technical Documentation:Technical Publications:Hardware:PgDev.CD Nov 00 TC Disk 1
  44751.  - What's New?
  44752.  - Technical Documentation
  44753.  - Technical Publications
  44754.  - Hardwarences
  44755. distaste
  44756. distinguished
  44757. distinguishes
  44758. distinguishing
  44759. cO9Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:ListMania:PADev.CD Nov 00 TC Disk 1
  44760.  - Sample Code
  44761.  - Networking
  44762.  - ListManiaV
  44763. 68682X
  44764. Nov 00^    TC Disk 1
  44765. --set theItem to choose file -- uncomment to test in an AS editor
  44766.     tell application "Finder"
  44767.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:ListMania:"
  44768.         activate
  44769.     end tell
  44770. on error errMsg number errNum
  44771.     --enter statements to perform when no records are found such as...
  44772.     display dialog "Sorry, the item you selected could not be found."
  44773.     return
  44774. end try
  44775. e    No Changef/Open Transport
  44776. OTLIFO
  44777. OTFIFO
  44778. OTLink
  44779. linked listq
  44780. Dev.CD Nov 00 TC Disk 1
  44781. All Packages
  44782. Live Control ScrollI
  44783. Sample code illustrating scrolling of controls via an off screen GWorld.  
  44784. This code shows how to correctly set and maintain proportional scroll bars, do live scrolling and handle controls with a live scrolling window.K
  44785. Nov 99V
  44786. 68683X
  44787. 1e    No Change
  44788.  order. It uses LAA to convert a given text of Kanj
  44789. 69369X
  44790. Nov 00^    TC Disk 1
  44791. --set theItem to choose file -- uncomment to test in an AS editor
  44792.     tell application "Finder"
  44793.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:stdFilterHacking:"
  44794.         activate
  44795.     end tell
  44796. on error errMsg number errNum
  44797.     --enter statements to perform when no records are found such as...
  44798.     display dialog "Sorry, the item you selected could not be found."
  44799.     return
  44800. end try
  44801. e    No Changeq
  44802. Dev.CD Nov 00 TC Disk 1
  44803. All Packages
  44804. StopXPP dcmdI
  44805. Summary: The StopXPP dcmd attempts to close all open ASP (and thus AFP) sessions with an asyncronous closeAll call to the .XPP driver.J
  44806. Networks.imgK
  44807. May 93O@Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Networks:PHDev.CD Nov 00 TC Disk 1
  44808.  - Tool Chest
  44809.  - Testing & Debugging
  44810.  - NetworksV
  44811. 69370X
  44812. Nov 00^    TC Disk 1
  44813. e    No Change
  44814. All Packages
  44815. System Enabler 003 (LC III)OEDev.CD Apr 94
  44816. Dev.CD Jan 94
  44817. Dev.CD Oct 93
  44818. Dev.CD Jul 93
  44819. Dev.CD Apr 93PDDev.CD Apr 94
  44820. Dev.CD Jan 94
  44821. Dev.CD Oct 93
  44822. Dev.CD Jul 93
  44823. Dev.CD Apr 9V
  44824. 69497X
  44825. Apr 94
  44826. --set theItem to choose file -- uncomment to test in an AS editor
  44827.     tell application "Finder"
  44828.         open item "Dev.CD Apr 94
  44829. Dev.CD Jan 94
  44830. Dev.CD Oct 93
  44831. Dev.CD Jul 93
  44832. Dev.CD Apr 93"
  44833.         activate
  44834.     end tell
  44835. on error errMsg number errNum
  44836.     --enter statements to perform when no records are found such as...
  44837.     display dialog "Sorry, the item you selected could not be found."
  44838.     return
  44839. end try
  44840. All Packages
  44841. System Enabler 003 (LC III)O7Dev.CD Apr 94
  44842. Dev.CD Jan 94
  44843. Dev.CD Oct 93
  44844. Dev.CD Jul 93P6Dev.CD Apr 94
  44845. Dev.CD Jan 94
  44846. Dev.CD Oct 93
  44847. Dev.CD Jul 9V
  44848. 69498X
  44849. Apr 94
  44850. middleware
  44851. music
  44852. movie
  44853. converter
  44854. missA
  44855. mixed
  44856. mixerl
  44857. modal
  44858. modal
  44859. dialog
  44860. inserted
  44861. events
  44862. modaldialog
  44863. modaldialog
  44864. model
  44865. modes
  44866. modifymouseaccl
  44867. moduleN
  44868. monitor
  44869. moofwars
  44870. morefiles
  44871. moreisbetter
  44872. morpheme
  44873. mouse
  44874. mouseevent
  44875. mouseinfo
  44876. moved
  44877. movewindow
  44878. movieY
  44879. movies
  44880. multiprocessing
  44881. thread
  44882. thread
  44883. pthread
  44884. posix
  44885. multiprocessing
  44886. sorting
  44887. tasks
  44888. thread
  44889. quicktime
  44890. audio
  44891. soundconverter
  44892. multisync
  44893. multithreaded
  44894. music
  44895. mutable
  44896. native
  44897. needs
  44898. netsprocket
  44899. networkR
  44900. J@MacTCP+ Tool
  44901. README for MacTCP+ Tool
  44902. README for MacTCP+ Tool.txtK
  44903. Mar 92M
  44904. MacTCP 1.1, System 7, Mac+OBDev.CD Nov 00 TC Disk 1:Tool Chest:Networking:MacTCP:MacTCP+ Tool:PMDev.CD Nov 00 TC Disk 1
  44905.  - Tool Chest
  44906.  - Networking
  44907.  - MacTCP
  44908.  - MacTCP+ ToolV
  44909. 68723X
  44910. Nov 00^    TC Disk 1
  44911. --set theItem to choose file -- uncomment to test in an AS editor
  44912.     tell application "Finder"
  44913.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Networking:MacTCP:MacTCP+ Tool:"
  44914.         activate
  44915.     end tell
  44916. on error errMsg number errNum
  44917.     --enter statements to perform when no records are found such as...
  44918.     display dialog "Sorry, the item you selected could not be found."
  44919.     return
  44920. end try
  44921. e    No Changeq
  44922. Dev.CD Nov 00 TC Disk 1
  44923. All Packages
  44924. Magic Oracle
  44925. 68724X
  44926. erCard 2.1 is required when running locked stacks and stacks on a CD-ROM.OPDev.CD Nov 00 TC Disk 1:Tool Chest:Localization:HC Stack Localization Navigator:V
  44927. 66955X
  44928. 1e    No Change
  44929. o Change
  44930. byrne's
  44931. byrne's
  44932. xcmds
  44933. xfcns
  44934. byrne's
  44935. xcmds&xfcns
  44936. All Packages
  44937. PowerTalk (PPC)O
  44938. Dev.CD Oct 94P
  44939. Dev.CD Oct 9V
  44940. 68938X
  44941. Oct 94
  44942. b--set theItem to choose file -- uncomment to test in an AS editor
  44943.     tell application "Finder"
  44944.         open item "Dev.CD Oct 94"
  44945.         activate
  44946.     end tell
  44947. on error errMsg number errNum
  44948.     --enter statements to perform when no records are found such as...
  44949.     display dialog "Sorry, the item you selected could not be found."
  44950.     return
  44951. end try
  44952. All Packages
  44953. PPC EnablerO
  44954. Dev.CD Jul 95P
  44955. Dev.CD Jul 9V
  44956. 68939X
  44957. Jul 95
  44958. b--set theItem to choose file -- uncomment to test in an AS editor
  44959.     tell application "Finder"
  44960.         open item "Dev.CD Jul 95"
  44961.         activate
  44962.     end tell
  44963. on error errMsg number errNum
  44964.     --enter statements to perform when no records are found such as...
  44965.     display dialog "Sorry, the item you selected could not be found."
  44966.     return
  44967. end try
  44968. All Packages
  44969. PPC EnablerO
  44970. Dev.CD Jul 95P
  44971. Dev.CD Jul 9V
  44972. 68940X
  44973. Jul 95
  44974. e    No Change
  44975. optimized
  44976. optimizer
  44977. optimizing{
  44978. optimum
  44979. option
  44980. optional
  44981. optionally
  44982. options
  44983. Summary: This is the electronic version of develop magazine.
  44984.  Issue 3 highlights:
  44985. CD-ROM: The Cutting Edge  by Mark B. Johnson.  How you can take best advantage of CD-ROM technology and what the trade-offs are.
  44986. The Ins and Outs of ISO 9660 and High Sierra  by Brian Bechtel.  The two standard file formats for CD-ROM discs, how they relate to the Macintosh
  44987. s native file format, and how to implement them.
  44988. How to Create a Mixed-Partition CD-ROM  by Llew Roberts.   Step-by-step instruction
  44989. s on how to mix ProDOS and HFS partitions on a hard disk for pressing as a CD-ROM, plus why you might want to do so.
  44990. Accessing CD-ROM Audio Tracks From Your Application  by Eric Mueller. The calls to use if you want to access CD-ROM audio tracks from your Apple II application, the layout of a CD-ROM audio track, and more.
  44991. s Up: Catch the Comm Toolbox Wave  by Rob Berkowitz and Alex Kazim.  An introduction to three Communications Toolbox managers, illustrated by a look at a simple te
  44992. --set theItem to choose file -- uncomment to test in an AS editor
  44993.     tell application "Finder"
  44994.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:QuickDraw GX:GXifier 1.1:"
  44995.         activate
  44996.     end tell
  44997. on error errMsg number errNum
  44998.     --enter statements to perform when no records are found such as...
  44999.     display dialog "Sorry, the item you selected could not be found."
  45000.     return
  45001. end try
  45002.         activate
  45003.     end tell
  45004. on error errMsg number errNum
  45005.     --enter statements to perform when no records are found such as...
  45006.     display dialog "Sorry, the item you selected could not be found."
  45007.     return
  45008. end try
  45009. Deletedq
  45010. Dev.CD Jan 97 SDK2
  45011. All Packages
  45012. OpenFWBridgeFixJul97
  45013. 67207X
  45014. per.apple.com/samplecode/
  45015. taining the file you select.
  45016. IPCLister:  A small example of how to use IPCListPorts. This sample collects and displays all the PPC/AppleEvent capable machines in your current zone and puts them in a nice list.
  45017. ODOC:  This sample send
  45018. Oct 98N
  45019. Contextual, Menu, ManagerOJDev.CD Oct 00 SDK1:Development Kits:Mac OS:ContextualMenuManagerSDK 1.0.3:PRDev.CD Oct 00 SDK1
  45020.  - Development Kits
  45021.  - Mac OS
  45022.  - ContextualMenuManagerSDK 1.0.3
  45023.     end tell
  45024. on error errMsg number errNum
  45025.     --enter statements to perform when no records are found such as...
  45026.     display dialog "Sorry, the item you selected could not be found."
  45027.     return
  45028. end try
  45029. Deletedq
  45030. Dev.CD Nov 99 TC
  45031. D!All Packages
  45032. Tool Chest Edition
  45033. Snippets - Testing & Debugging
  45034. (** = new, * = revised)
  45035. AE/EM trapping 1.0.1:  Some MacsBug macros that allow you to break on AppleEvent and Edition Manager PACK calls.With these macros you can  type 'atb AESend' (or any other AppleEvent or Edition Manager call) and you will break when the call is made.
  45036. Audit:  Audit is a small library of functions that provide an unobtrusive event tracing capability to applications, drivers, code-resources, call-backs, and any other "flavor" of Macintosh software.
  45037. BusErrorTest:  Show
  45038. Nov 00^    TC Disk 1
  45039. --set theItem to choose file -- uncomment to test in an AS editor
  45040.     tell application "Finder"
  45041.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Disks:DriverGestalt Demo:"
  45042.         activate
  45043.     end tell
  45044. on error errMsg number errNum
  45045.     --enter statements to perform when no records are found such as...
  45046.     display dialog "Sorry, the item you selected could not be found."
  45047.     return
  45048. end try
  45049. e    No ChangefiDriver Gestalt
  45050. disk drivers
  45051. device
  45052. driver
  45053. block
  45054. storage
  45055. CD ROM
  45056. CD-ROM
  45057. hard disk
  45058. DriverGestalt Demo 
  45059. Dev.CD Nov 00 TC Disk 1
  45060. All Packages
  45061. DriverGestaltExplorerI
  45062. DriverGestaltExplorer is both sample code showing how to call Driver Gestalt and a useful tool for testing your block device driver
  45063. s support of Driver Gestalt.J
  45064. DriverGestaltExplorer(PPC)
  45065. DriverGestaltExplorer.c
  45066. DriverGestaltExplorer.mcp
  45067. Read Me 
  45068.  DriverGestaltExplorer
  45069. TradDriverLoaderLibK
  45070. Jun 98V
  45071. 68511X
  45072. 1e    No Change
  45073. computer
  45074. designed
  45075. unted
  45076. unmountprojector
  45077. unobtrusive
  45078. unofficial
  45079. unpack
  45080. unsupported
  45081. untested
  45082. until
  45083. unwanted
  45084. unwrapcommenttext
  45085. g--set theItem to choose file -- uncomment to test in an AS editor
  45086.     tell application "Finder"
  45087.         open item "Dev.CD Jan 96 SDK1"
  45088.         activate
  45089.     end tell
  45090. on error errMsg number errNum
  45091.     --enter statements to perform when no records are found such as...
  45092.     display dialog "Sorry, the item you selected could not be found."
  45093.     return
  45094. end try
  45095. fishtanks
  45096. fishtank
  45097. picts
  45098. fkeys
  45099. fkeys
  45100. clipboard
  45101. magican
  45102. flash
  45103. floatingwindow
  45104. floatingwindow
  45105. floatingwindow
  45106. floatingwindow
  45107. pbproj
  45108. floattolong
  45109. webobjects
  45110. webobjects
  45111. webobjects
  45112. webobjects
  45113. builder
  45114. win2maccountersample
  45115. windoid
  45116. window
  45117. ted:QuickDraw GX:"
  45118.         activate
  45119.     end tell
  45120. on error errMsg number errNum
  45121.     --enter statements to perform when no records are found such as...
  45122.     display dialog "Sorry, the item you selected could not be found."
  45123.     return
  45124. end try
  45125. e    No Changef
  45126. QuickDraw GX
  45127. Graphicsq
  45128. Dev.CD Oct 00 SDK1
  45129. All Packages
  45130. QuickDraw GXO Dev.CD Jan 96 SDK1
  45131. Dev.CD Jul 95P
  45132. Dev.CD Jan 96 SDK1
  45133. Dev.CD Jul 9V
  45134. 67412X
  45135. Jan 96
  45136. u--set theItem to choose file -- uncomment to test in an AS editor
  45137.     tell application "Finder"
  45138.         open item "Dev.CD Jan 96 SDK1
  45139. Dev.CD Jul 95"
  45140.         activate
  45141.     end tell
  45142. on error errMsg number errNum
  45143.     --enter statements to perform when no records are found such as...
  45144.     display dialog "Sorry, the item you selected could not be found."
  45145.     return
  45146. end try
  45147. descriptions
  45148. descriptive
  45149. descriptor
  45150. descriptorsg
  45151. design
  45152. design
  45153. robustness
  45154. theresa
  45155. tensor
  45156. information
  45157. designate
  45158. designed
  45159. designer
  45160. designers
  45161. developb
  45162. developed
  45163. developerS
  45164. developer's
  45165. developersT
  45166. developingW
  45167. developmentw
  45168. developments{
  45169. devicel
  45170. deviceloop
  45171. devicesW
  45172. devsupport
  45173. IMPORTANT INFORMATION ABOUT THIS SDK
  45174. This package has been removed from the Developer CD. For the latest information on QuickTime development and products, please see the QuickTime web site at
  45175. http://www.apple.com/quicktime/.
  45176. QuickTime IC is an extension to the QuickTime system extension that abstracts applications from image capture devices such as the QuickTake 200. It is a modular architecture that provides opportunities for developers, as well as Apple, to provide additional benefit 
  45177. for users. 
  45178. For example, the QuickTake 200 comes with three components: 
  45179.  Camera Access application 
  45180.  QuickTime IC system extension 
  45181.  QuickTake 200 camera component 
  45182. Camera Access is an application that leverages the QuickTime IC system extension, as well as QuickTime and or other system services. It is what a person uses to communicate with the QuickTake 200, view images, and transfer them to the desktop. It also provides several image enhancement functions such as cropping, image li
  45183. New Packagef"MP3
  45184. QuickTime Audio
  45185. SoundConvertero&http://developer.apple.com/samplecode/q
  45186. Dev.CD Nov 00 TC Disk 2
  45187. All Packages
  45188. MPDelayUntilTestI?This is an application to test/demo the MT/MP MPDelayUntil API.J:MPDelayUntilTest
  45189. MPDelayUntilTest.c
  45190. MPDelayUntilTest.
  45191. Pro2K
  45192. May 00M
  45193. Mac OS 8.6+, MP 2.0N
  45194. MultiTasking, MultiProcessingO?Dev.CD Nov 00 TC Disk 2:Sample Code:Processes:MPDelayUntilTest:PGDev.CD Nov 00 TC Disk 2
  45195.  - Sample Code
  45196.  - Processes
  45197.  - MPDelayUntilTestV
  45198. 68773X
  45199. Nov 00^    TC Disk 2
  45200. --set theItem to choose file -- uncomment to test in an AS editor
  45201.     tell application "Finder"
  45202.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Processes:MPDelayUntilTest:"
  45203.         activate
  45204.     end tell
  45205. on error errMsg number errNum
  45206.     --enter statements to perform when no records are found such as...
  45207.     display dialog "Sorry, the item you selected could not be found."
  45208.     return
  45209. end try
  45210. e    No Changeo0http://developer.apple.com/samplecode/index.html
  45211. All Packages
  45212. F    QuickTimeO
  45213. Dev.CD Jan 94
  45214. Dev.CD Oct 93P
  45215. Dev.CD Jan 94
  45216. Dev.CD Oct 9V
  45217. 69146X
  45218. Jan 94
  45219. p--set theItem to choose file -- uncomment to test in an AS editor
  45220.     tell application "Finder"
  45221.         open item "Dev.CD Jan 94
  45222. Dev.CD Oct 93"
  45223.         activate
  45224.     end tell
  45225. on error errMsg number errNum
  45226.     --enter statements to perform when no records are found such as...
  45227.     display dialog "Sorry, the item you selected could not be found."
  45228.     return
  45229. end try
  45230. All Packages
  45231. F    QuickTimeO
  45232. Dev.CD Jan 94
  45233. Dev.CD Oct 93P
  45234. Dev.CD Jan 94
  45235. Dev.CD Oct 9V
  45236. 69147X
  45237. Jan 94
  45238. p--set theItem to choose file -- uncomment to test in an AS editor
  45239.     tell application "Finder"
  45240.         open item "Dev.CD Jan 94
  45241. Dev.CD Oct 93"
  45242.         activate
  45243.     end tell
  45244. on error errMsg number errNum
  45245.     --enter statements to perform when no records are found such as...
  45246.     display dialog "Sorry, the item you selected could not be found."
  45247.     return
  45248. end try
  45249. All Packages
  45250. D!All Packages
  45251. Mac OS SDK Edition
  45252. Open Transport/PPP SDKI;Contains Open Transport PPP Software Development Kit (SDK).J8CurrentImage.GIF
  45253. OpenTptPPP.h
  45254. OT/PPP Client Dev Note 1.0K
  45255. Apr 98M
  45256. Open TransportN
  45257. OT/PPP SDKOBDev.CD Jul 99 SDK1:Development Kits:Mac OS:Open Transport/PPP SDK:PJDev.CD Jul 99 SDK1
  45258.  - Development Kits
  45259.  - Mac OS
  45260.  - Open Transport/PPP SDKV
  45261. 68830X
  45262. Jul 99isplay dialog "Sorry, the item you selected could not be found."
  45263.     return
  45264. end try
  45265. e    No Changef,Standard File
  45266. CustomGetFile
  45267. choosing aliaseso&http://developer.apple.com/samplecode/q
  45268. Dev.CD Nov 00 TC Disk 1
  45269. All Packages
  45270. CustomIcon
  45271. 66792X
  45272. o can be set up to introduce random and selective snarfing of packets.
  45273. Files can be saved to hold the user-defined critieria and actions that users create.
  45274. The Snarfer can run on Internet Routers and handle multiple ports.
  45275. Issues: The Snarfer is currently being considered for a patent filed by Apple.  So far, it is a low priority patent.
  45276.  riority patent.
  45277. Summary: This is the electronic version of develop magazine.
  45278.  Issue 23 highlights:
  45279. Music the Easy Way: The QuickTime Music Architecture by David Van Brink.  The QuickTime Music Architecture lets you easily add music to your application, without having to learn the intricacies of MIDI or sound production. Unleash the orchestra!
  45280. The Basics of QuickDraw 3D Geometries by Nick Thompson and Pablo Fernicola. Geometries are the backbone of any 3D graphics system. This article shows how the geo
  45281. metries in QuickDraw 3D fit in with the rest of the system, and how to make good use of them.
  45282. Implementing Shared Internet Preferences With Internet Config by Quinn 
  45283. The Eskimo!
  45284.   This article examines a shared preferences solution for Internet applications: how to use it in your applications, and also how it works, using the Component Manager as a robust shared library mechanism.
  45285. Multipane Dialogs by Norman Franke.  Dialog boxes with multiple panes are becoming more and more common. Thi
  45286. .JHAlias XFCN RN 1.3
  45287. aliasLab
  45288. buildXCMD
  45289. makefileAlias
  45290. makeout
  45291. object
  45292. sourcePC Velocity-Engine (G4) vector instructions. 
  45293. We first define essential digit size of a multiprecision integer to be 128 bits, in view of the Velocity Engine architecture. By designing a general purpose vector library comprised of multiplication, square, bit shift and bitwise comparison, we have achieved significant speedups over PowerPC G3 scalar (base-2^16 ) implementation, or even hand-tuned assembly (base-2^32 ) packag
  45294. es. In particular, vector multiplications enjoy performance improvements ranging from 3:1 to 10:1 over their scalar counterpart, depending on operand bit size. 
  45295. An application for general purpose integer factoring was written and is able to factor large integers with speedups factors roughly in the aforementioned range. A second, large convolution application was written to settle a certain research problem; in this instance a length-2 15 convolution of 512-bit elements is performed.
  45296. --set theItem to choose file -- uncomment to test in an AS editor
  45297.     tell application "Finder"
  45298.         open item "Dev.CD Apr 94
  45299. Dev.CD Jan 94
  45300. Dev.CD Oct 93
  45301. Dev.CD Jul 93
  45302. Dev.CD Apr 93"
  45303.         activate
  45304.     end tell
  45305. on error errMsg number errNum
  45306.     --enter statements to perform when no records are found such as...
  45307.     display dialog "Sorry, the item you selected could not be found."
  45308.     return
  45309. end try
  45310. player
  45311. players
  45312. playing
  45313. playsound
  45314. playthrough
  45315. playvideo
  45316. playvideo
  45317. sample
  45318. which
  45319. makes
  45320. requestvideo
  45321. please_
  45322. pleased
  45323. plethora
  45324. plug-and-play
  45325. michael
  45326. microphone
  45327. microphones
  45328. microprocessor
  45329. microprocessorsA
  45330. microsoft
  45331. microsystems
  45332. microtrends{
  45333. middle
  45334. middleware
  45335. midiconverter
  45336. mighty
  45337. mileage
  45338. millennium
  45339. miller
  45340. million{
  45341. millions
  45342. mimics
  45343. mini-framework
  45344. minilauncher
  45345. minimal
  45346. minimising
  45347. motorola{
  45348. mount
  45349. mounted
  45350. mounting
  45351. mounts
  45352. mouse
  45353. move{
  45354. movieY
  45355. movieplayer
  45356. movies\
  45357. moving
  45358. mpc106A
  45359. mrjtoolkit
  45360. msdev
  45361. muchi
  45362. mulitple
  45363. MultiTasking
  45364. MultiProcessingo0http://developer.apple.com/samplecode/index.htmlq
  45365. Dev.CD Nov 00 TC Disk 2
  45366. All Packages
  45367. MPFileCopy
  45368. &This sample demonstrates a) how to copy a folder and its contents using the HFS Plus APIs, and b) how to call the File Manager from MP tasks on Mac OS 9.0 and above. The copy engine preserves long Unicode names, larger than 2 GB forks, and forks beyond the resource and data forks (if present).
  45369. JHMoreIsBetterParts
  45370. MPFileCopy-PPC
  45371. MPFileCopy.c
  45372. MPFileCopy.mcp
  45373. ReadMe.htmlM
  45374. Mac OS 9.0NMfile copy, folder copy, HFS Plus APIs, MP, multiprocessor File Manager accessO5Dev.CD Nov 00 TC Disk 1:Sample Code:Files:MPFileCopy:P=Dev.CD Nov 00 TC Disk 1
  45375.  - Sample Code
  45376.  - Files
  45377.  - MPFileCopyV
  45378. 68774X
  45379. Nov 00^    TC Disk 1
  45380. e    No Change
  45381. "Sorry, the item you selected could not be found."
  45382.     return
  45383. end try
  45384. UpdatedfDPixMap
  45385. Direct Pixel Access
  45386. GetCPixel
  45387. GetPixBaseAddr
  45388. CopyBits
  45389. Carbon
  45390. o&http://developer.apple.com/samplecode/q
  45391. Dev.CD Nov 00 TC Disk 1
  45392. mdefproc
  45393. mdefproc
  45394. mdemotext
  45395. mdemotext
  45396. mdiplayer
  45397. mdiplayer
  45398. mdiplayer
  45399. mdiplayer
  45400. mdiplayer
  45401. mdiplayer
  45402. mdiplayer
  45403. printer-specific
  45404. printers{
  45405. printers/print
  45406. printing
  45407. printing-related
  45408. prints
  45409. prior
  45410. priorities
  45411. priority
  45412. private
  45413.  Nov 00 TC Disk 1:Tool Chest:Hardware:AV Tools:VUMeters:"
  45414.         activate
  45415.     end tell
  45416. on error errMsg number errNum
  45417.     --enter statements to perform when no records are found such as...
  45418.     display dialog "Sorry, the item you selected could not be found."
  45419.     return
  45420. end try
  45421. e    No Changef7VUMeter
  45422. sound level meters
  45423. ARTA sample code
  45424. volume unitq
  45425. Dev.CD Nov 00 TC Disk 1
  45426. All Packages
  45427. Wake100V
  45428. 66537X
  45429. business
  45430. business
  45431. opp's
  45432. germany
  45433. byrne's
  45434. ulator
  45435. ZN*cursor component, color cursor, big cursorent to test in an AS editor
  45436.     tell application "Finder"
  45437.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:SndForEver:"
  45438.         activate
  45439.     end tell
  45440. on error errMsg number errNum
  45441.     --enter statements to perform when no records are found such as...
  45442.     display dialog "Sorry, the item you selected could not be found."
  45443.     return
  45444. end try
  45445. csmp-digest-v3-132
  45446. csmp-digest-v3-133
  45447. csmp-digest-v3-134
  45448. csmp-digest-v3-135
  45449. csmp-digest-v3-136
  45450. csmp-digest-v3-138
  45451. csmp-digest-v3-139
  45452. csmp-digest-v3-140
  45453. csmp-digest-v3-141
  45454. csmp-digest-v3-142
  45455. csmp-digest-v3-143
  45456. csmp-digest-v3-144
  45457. csmp-digest-v3-145
  45458. csmp-digest-v3-146
  45459. csmp-digest-v3-147
  45460. csmp-digest-v3-148
  45461. ct-009-4433
  45462. ct-009-4433
  45463. install
  45464. ct-009-4434
  45465. ct-009-4434
  45466. install
  45467. ct-009-4435
  45468. ct-009-4435
  45469. install
  45470. ct-009-4436
  45471. ct-009-4436
  45472. ct-009-4437
  45473. ct-009-4437
  45474. JGGridWindowGrow(PPC)
  45475. GridWindowGrow.mcp
  45476. GridWindowGrow.rsrc
  45477. GrowToGrid.cN
  45478. hwindowide, grid, DragHookOKDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:GridWindowGrow:PSDev.CD Nov 00 TC Disk 1
  45479.  - Sample Code
  45480.  - Human Interface Toolbox
  45481.  - GridWindowGrowV
  45482. 68571X
  45483. Nov 00^    TC Disk 1
  45484.